Age | Commit message (Expand) | Author |
2018-04-02 | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-04-02 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-04-02 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-04-02 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-04-02 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-03-31 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-03-31 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-03-31 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar |
2018-03-29 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
2018-03-28 | x86/platform/UV: Fix critical UV MMR address error | mike.travis@hpe.com |
2018-03-28 | x86/platform/uv/BAU: Add APIC idt entry | Andrew Banman |
2018-03-27 | x86/alternatives: Fixup alternative_call_2 | Alexey Dobriyan |
2018-03-27 | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict | Ingo Molnar |
2018-03-27 | perf/x86: Update rdpmc_always_available static key to the modern API | Davidlohr Bueso |
2018-03-26 | x86/apic: Finish removing unused callbacks | David Rientjes |
2018-03-25 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-03-24 | Merge branch 'linus' into x86/dma, to resolve a conflict with upstream | Ingo Molnar |
2018-03-23 | x86/tsc: Get rid of rdtscll() | Thomas Gleixner |
2018-03-20 | kvm/x86: fix icebp instruction handling | Linus Torvalds |
2018-03-20 | x86: Remove FAST_FEATURE_TESTS | Peter Zijlstra |
2018-03-20 | dma/direct: Handle the memory encryption bit in common code | Christoph Hellwig |
2018-03-20 | dma/swiotlb: Remove swiotlb_set_mem_attributes() | Christoph Hellwig |
2018-03-20 | x86/dma: Remove dma_alloc_coherent_gfp_flags() | Christoph Hellwig |
2018-03-20 | x86/dma: Use generic swiotlb_ops | Christoph Hellwig |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) | Christoph Hellwig |
2018-03-20 | x86/dma: Remove dma_alloc_coherent_mask() | Christoph Hellwig |
2018-03-20 | Merge branch 'x86/mm' into x86/dma, to pick up dependencies | Ingo Molnar |
2018-03-20 | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk | Christoph Hellwig |
2018-03-18 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-03-16 | x86/microcode: Attempt late loading only when new microcode is present | Borislav Petkov |
2018-03-16 | x86/tsc: Convert ART in nanoseconds to TSC | Rajvi Jingar |
2018-03-14 | Merge branch 'x86/urgent' into x86/mm to pick up dependencies | Thomas Gleixner |
2018-03-14 | x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit... | Andy Whitcroft |
2018-03-12 | ACPI, x86/boot: Introduce the ->reduced_hw_early_init() ACPI callback | Andy Shevchenko |
2018-03-12 | ACPI, x86/boot: Split out acpi_generic_reduce_hw_init() and export | Andy Shevchenko |
2018-03-12 | locking/atomic, asm-generic, x86: Add comments for atomic instrumentation | Dmitry Vyukov |
2018-03-12 | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov |
2018-03-12 | x86/pconfig: Provide defines and helper to run MKTME_KEY_PROG leaf | Kirill A. Shutemov |
2018-03-12 | x86/pconfig: Detect PCONFIG targets | Kirill A. Shutemov |
2018-03-12 | Merge branch 'x86/pti' into x86/mm, to pick up dependencies | Ingo Molnar |
2018-03-12 | x86/cpufeatures: Add Intel PCONFIG cpufeature | Kirill A. Shutemov |
2018-03-12 | x86/cpufeatures: Add Intel Total Memory Encryption cpufeature | Kirill A. Shutemov |
2018-03-12 | x86/mm: Do not use paravirtualized calls in native_set_p4d() | Kirill A. Shutemov |
2018-03-11 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |