| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-11-19 | x86/microcode/AMD: Clean up per-family patch size checks |  Borislav Petkov | 1 | -13/+8 |
| 2018-11-19 | x86/microcode/AMD: Move verify_patch_size() up in the file |  Borislav Petkov | 1 | -41/+41 |
| 2018-11-19 | x86/microcode/AMD: Add microcode container verification |  Maciej S. Szmigiero | 1 | -0/+101 |
| 2018-11-19 | x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover length |  Maciej S. Szmigiero | 1 | -3/+12 |
| 2018-11-14 | x86/mce: Fix -Wmissing-prototypes warnings |  Borislav Petkov | 3 | -4/+7 |
| 2018-11-13 | x86/ima: define arch_ima_get_secureboot |  Nayna Jain | 2 | -0/+19 |
| 2018-11-12 | iommu/vtd: Cleanup dma_remapping.h header |  Lu Baolu | 1 | -1/+1 |
| 2018-11-09 | x86/cpu/vmware: Do not trace vmware_sched_clock() |  Steven Rostedt (VMware) | 1 | -1/+1 |
| 2018-11-07 | x86/amd_nb: Add PCI device IDs for family 17h, model 30h |  Woods, Brian | 1 | -0/+6 |
| 2018-11-07 | x86/amd_nb: Add support for newer PCI topologies |  Woods, Brian | 1 | -6/+38 |
| 2018-11-07 | hwmon/k10temp, x86/amd_nb: Consolidate shared device IDs |  Woods, Brian | 1 | -2/+1 |
| 2018-11-06 | x86/tsc: Make calibration refinement more robust |  Daniel Vacek | 1 | -14/+16 |
| 2018-11-06 | x86/vsmp: Remove dependency on pv_irq_ops |  Eial Czerwacki | 1 | -77/+7 |
| 2018-11-06 | x86/ldt: Remove unused variable in map_ldt_struct() |  Kirill A. Shutemov | 1 | -8/+0 |
| 2018-11-06 | x86/ldt: Unmap PTEs for the slot before freeing LDT pages |  Kirill A. Shutemov | 1 | -13/+38 |
| 2018-11-06 | acpi/nfit, x86/mce: Validate a MCE's address before using it |  Vishal Verma | 1 | -1/+2 |
| 2018-11-06 | acpi/nfit, x86/mce: Handle only uncorrectable machine checks |  Vishal Verma | 1 | -1/+2 |
| 2018-11-05 | x86/gart: Rewrite early_gart_iommu_check() comment |  Borislav Petkov | 1 | -10/+15 |
| 2018-11-05 | x86/cpufeatures: Remove get_scattered_cpuid_leaf() |  Sean Christopherson | 2 | -27/+0 |
| 2018-11-04 | x86/hyper-v: Enable PIT shutdown quirk |  Michael Kelley | 1 | -0/+11 |
| 2018-11-03 | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix |  Ingo Molnar | 14 | -26/+27 |
| 2018-11-01 | x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT |  Dmitry Safonov | 2 | -7/+8 |
| 2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES |  Mike Rapoport | 3 | -3/+4 |
| 2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 14 | -15/+9 |
| 2018-10-31 | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants |  Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free |  Mike Rapoport | 2 | -2/+4 |
| 2018-10-31 | memblock: replace alloc_bootmem with memblock_alloc |  Mike Rapoport | 3 | -3/+4 |
| 2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc |  Mike Rapoport | 1 | -1/+2 |
| 2018-10-31 | memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic |  Mike Rapoport | 1 | -2/+2 |
| 2018-10-31 | memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic |  Mike Rapoport | 1 | -2/+4 |
| 2018-10-31 | memblock: replace alloc_bootmem_low with memblock_alloc_low |  Mike Rapoport | 1 | -1/+1 |
| 2018-10-30 | x86/paravirt: Remove unused _paravirt_ident_32 |  Juergen Gross | 3 | -45/+19 |
| 2018-10-29 | x86/paravirt: Remove GPL from pv_ops export |  Juergen Gross | 1 | -1/+1 |
| 2018-10-29 | x86/traps: Use format string with panic() call |  Rasmus Villemoes | 1 | -1/+1 |
| 2018-10-29 | x86: Clean up 'sizeof x' => 'sizeof(x)' |  Jordan Borgner | 6 | -12/+12 |
| 2018-10-29 | Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x86/urgent, to pick up simple topic branches |  Ingo Molnar | 2 | -12/+21 |
| 2018-10-26 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -12/+3 |
| 2018-10-26 | Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved" |  Masayoshi Mizuma | 1 | -12/+3 |
| 2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux |  Linus Torvalds | 1 | -1/+1 |
| 2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 4 | -135/+80 |
| 2018-10-23 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+22 |
| 2018-10-23 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -43/+62 |
| 2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 15 | -305/+295 |
| 2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -21/+43 |
| 2018-10-23 | Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -2/+27 |
| 2018-10-23 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 17 | -22/+525 |
| 2018-10-23 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+23 |
| 2018-10-23 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -60/+175 |
| 2018-10-23 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+4 |
| 2018-10-23 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -3/+6 |