1. 27c5a778 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  2. 002b87d2 x86/APM: Fix build warning when PROC_FS is not enabled by Randy Dunlap · 6 years ago
  3. 61a6bd8 Revert "x86/mm/legacy: Populate the user page-table with user pgd's" by Joerg Roedel · 6 years ago
  4. cf40361 x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3 by Guenter Roeck · 6 years ago
  5. 9996967 x86/xen: Disable CPU0 hotplug for Xen PV by Juergen Gross · 6 years ago
  6. 6a92b11 x86/EISA: Don't probe EISA bus for Xen PV guests by Boris Ostrovsky · 6 years ago
  7. 16160c1 perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs by Jacek Tomaka · 6 years ago
  8. 9a56827 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  9. 9bc4f28 x86/mm: Use WRITE_ONCE() when setting PTEs by Nadav Amit · 6 years ago
  10. 47b7360 x86/apic/vector: Make error return value negative by Thomas Gleixner · 6 years ago
  11. bdf7ffc KVM: LAPIC: Fix pv ipis out-of-bounds access by Wanpeng Li · 6 years ago
  12. b5861e5 KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2 by Liran Alon · 6 years ago
  13. 564ad0a Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Radim Krčmář · 6 years ago
  14. ed2ef29 Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 6 years ago
  15. a35381e KVM: Remove obsolete kvm_unmap_hva notifier backend by Marc Zyngier · 6 years ago
  16. 9fe6299 x86/process: Don't mix user/kernel regs in 64bit __show_regs() by Jann Horn · 6 years ago
  17. 17f6bac x86/tsc: Prevent result truncation on 32bit by Chuanhua Lei · 6 years ago
  18. 4331f4d x86: Fix kernel-doc atomic.h warnings by Randy Dunlap · 6 years ago
  19. 899ba79 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  20. 8da38eb x86/microcode: Update the new microcode revision unconditionally by Filippo Sironi · 6 years ago
  21. 370a132 x86/microcode: Make sure boot_cpu_data.microcode is up-to-date by Prarit Bhargava · 6 years ago
  22. ff924c5 x86/pti: Fix section mismatch warning/error by Randy Dunlap · 6 years ago
  23. e78e5a9 x86/vdso: Fix lsl operand order by Samuel Neves · 6 years ago
  24. c748610 x86/mce: Fix set_mce_nospec() to avoid #GP fault by LuckTony · 6 years ago
  25. eeb89e2 x86/efi: Load fixmap GDT in efi_call_phys_epilog() by Joerg Roedel · 6 years ago
  26. 4290d5b Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  27. 4012e77 x86/nmi: Fix NMI uaccess race against CR3 switching by Andy Lutomirski · 6 years ago
  28. 829fe4a x86: Allow generating user-space headers without a compiler by Ben Hutchings · 6 years ago
  29. 342db04 x86/dumpstack: Don't dump kernel memory based on usermode RIP by Jann Horn · 6 years ago
  30. c60658d KVM: x86: Unexport x86_emulate_instruction() by Sean Christopherson · 6 years ago
  31. 0ce97a2 KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction() by Sean Christopherson · 6 years ago
  32. 6c3dfeb KVM: x86: Do not re-{try,execute} after failed emulation in L2 by Sean Christopherson · 6 years ago
  33. 472faff KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault by Sean Christopherson · 6 years ago
  34. 384bf22 KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE by Sean Christopherson · 6 years ago
  35. 8065dbd KVM: x86: Invert emulation re-execute behavior to make it opt-in by Sean Christopherson · 6 years ago
  36. 35be0ad KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation by Sean Christopherson · 6 years ago
  37. c440990 KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instr by Sean Christopherson · 6 years ago
  38. 0186ec8 KVM: SVM: remove unused variable dst_vaddr_end by Colin Ian King · 6 years ago
  39. b871da4 KVM: nVMX: avoid redundant double assignment of nested_run_pending by Vitaly Kuznetsov · 6 years ago
  40. 26e609e x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember() by Uros Bizjak · 6 years ago
  41. 9222f60 x86/alternatives: Lockdep-enforce text_mutex in text_poke*() by Jiri Kosina · 6 years ago
  42. f12d11c x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() by Jann Horn · 6 years ago
  43. 1f59a45 x86/irqflags: Mark native_restore_fl extern inline by Nick Desaulniers · 6 years ago
  44. 36bf9da x86/build: Remove jump label quirk for GCC older than 4.5.2 by Masahiro Yamada · 6 years ago
  45. b4df50d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  46. 6d3c8ce x86/xen: remove redundant variable save_pud by Colin Ian King · 6 years ago
  47. b2d7a07 x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clear by Juergen Gross · 6 years ago
  48. f7c90c2 x86/xen: don't write ptes directly in 32-bit PV guests by Juergen Gross · 6 years ago
  49. e3a5dc0 x86/Kconfig: Fix trivial typo by Nikolas Nyby · 6 years ago
  50. cc51e54 x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ by Andi Kleen · 6 years ago
  51. 1ab534e x86/spectre: Add missing family 6 check to microcode check by Andi Kleen · 6 years ago
  52. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 2a8a2b7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  55. 1bc2767 Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  56. e5b954e crypto: aesni - Use unaligned loads from gcm_context_data by Dave Watson · 6 years ago
  57. 18b8bfd Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  58. 6a01228 x86/speculation/l1tf: Suggest what to do on systems with too much RAM by Vlastimil Babka · 6 years ago
  59. b0a182f x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM by Vlastimil Babka · 6 years ago
  60. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  61. 706a1ea Merge branch 'tlb-fixes' by Linus Torvalds · 6 years ago
  62. d40acad Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  63. 48a8b97 x86/mm: Only use tlb_remove_table() for paravirt by Peter Zijlstra · 6 years ago
  64. d86564a mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE by Peter Zijlstra · 6 years ago
  65. 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
  66. b372115 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  67. cd9b44f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  68. 7290d58 module: use relative references for __ksymtab entries by Ard Biesheuvel · 6 years ago
  69. f922c4a module: allow symbol exports to be disabled by Ard Biesheuvel · 6 years ago
  70. 271ca78 arch: enable relative relocations for arm64, power and x86 by Ard Biesheuvel · 6 years ago
  71. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  72. 0027ff2 KVM: VMX: fixes for vmentry_l1d_flush module parameter by Paolo Bonzini · 6 years ago
  73. 024d83c KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled by Thomas Gleixner · 6 years ago
  74. 0b665d3 KVM: vmx: Inject #UD for SGX ENCLS instruction in guest by Sean Christopherson · 6 years ago
  75. 802ec46 KVM: vmx: Add defines for SGX ENCLS exiting by Sean Christopherson · 6 years ago
  76. d806afa x86/kvm/vmx: Fix coding style in vmx_setup_l1d_flush() by Yi Wang · 6 years ago
  77. 7288bde x86: kvm: avoid unused variable warning by Arnd Bergmann · 6 years ago
  78. dfec4a8 Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  79. 75f2d3a x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest by Juergen Gross · 6 years ago
  80. 00f53f7 xen: remove unused hypercall functions by Juergen Gross · 6 years ago
  81. df11b69 x86/xen: remove unused function xen_auto_xlated_memory_setup() by Juergen Gross · 6 years ago
  82. 71dc056 x86/Xen: further refine add_preferred_console() invocations by Jan Beulich · 7 years ago
  83. 2197082 x86/Xen: mark xen_setup_gdt() __init by Jan Beulich · 7 years ago
  84. 284ce40 x86/memory_failure: Introduce {set, clear}_mce_nospec() by Dan Williams · 7 years ago
  85. 510ee09 x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses by Dan Williams · 7 years ago
  86. 94d7a86c x86/kvm/vmx: Remove duplicate l1d flush definitions by Josh Poimboeuf · 6 years ago
  87. 9df9516 x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit by Vlastimil Babka · 6 years ago
  88. dc76803 x86/process: Re-export start_thread() by Rian Hunter · 6 years ago
  89. 704ae09 x86/mce: Add notifier_block forward declaration by Arnd Bergmann · 6 years ago
  90. 2e549b2 x86/vdso: Fix vDSO build if a retpoline is emitted by Andy Lutomirski · 6 years ago
  91. e61cf2e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  92. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  93. 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  94. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  95. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  96. f19f5c4 x86/speculation/l1tf: Exempt zeroed PTEs from inversion by Sean Christopherson · 6 years ago
  97. ea93102 Fix kexec forbidding kernels signed with keys in the secondary keyring to boot by Yannik Sembritzki · 6 years ago
  98. 4e31843 Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  99. 54dbe75 Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  100. dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago