1. 6d8f809 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. 7f20fd2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  3. 0e1c438 Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  4. 04f5bda x86/lib/cpu: Address missing prototypes warning by Valdis Klētnieks · 5 years ago
  5. b059f80 x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS by Nick Desaulniers · 5 years ago
  6. 4ce9731 x86/purgatory: Do not use __builtin_memcpy and __builtin_memset by Nick Desaulniers · 5 years ago
  7. 7468a4e x86: mtrr: cyrix: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  8. 4ab9ab6 x86/ptrace: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  9. 4368c4b Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  10. 57b76bd x86: kvm: remove useless calls to kvm_para_available by Paolo Bonzini · 5 years ago
  11. 3e7093d KVM: no need to check return value of debugfs_create functions by Greg KH · 5 years ago
  12. 741cbba KVM: remove kvm_arch_has_vcpu_debugfs() by Paolo Bonzini · 5 years ago
  13. 17e433b KVM: Fix leak vCPU's VMCS value into other pCPU by Wanpeng Li · 5 years ago
  14. a48d06f KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fire by Wanpeng Li · 5 years ago
  15. d2f5d3f x86/vdso/32: Use 32bit syscall fallback by Thomas Gleixner · 5 years ago
  16. 7a30bdd Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git by Thomas Gleixner · 5 years ago
  17. f36cf386 x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS by Thomas Gleixner · 5 years ago
  18. ad28fd1 Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 5 years ago
  19. a9815a4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  20. 750991f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  21. 88c5083 Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 5 years ago
  22. 7b26b91 perf/x86/intel: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  23. 289a2d2 perf/x86/intel: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  24. 5ea3f6f perf/x86: Apply more accurate check on hypervisor platform by Zhenzhong Duan · 5 years ago
  25. 3b238a6 perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x register by Yunying Sun · 5 years ago
  26. 3d0c395 perf/x86/intel: Fix SLOTS PEBS event constraint by Kan Liang · 5 years ago
  27. 517c3ba x86/speculation/mds: Apply more accurate check on hypervisor platform by Zhenzhong Duan · 5 years ago
  28. 643d83f x86/hpet: Undo the early counter is counting check by Thomas Gleixner · 5 years ago
  29. d9c5252 treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers by Masahiro Yamada · 5 years ago
  30. 7626077 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  31. 266e85a KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption by Wanpeng Li · 5 years ago
  32. b8f7095 x86/entry/32: Pass cr2 to do_async_page_fault() by Matt Mullins · 5 years ago
  33. 2f5947d Documentation: move Documentation/virtual to Documentation/virt by Christoph Hellwig · 5 years ago
  34. c6bf2ae KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free by Jan Kiszka · 5 years ago
  35. d9a710e KVM: X86: Dynamically allocate user_fpu by Wanpeng Li · 5 years ago
  36. e751732 KVM: X86: Fix fpu state crash in kvm guest by Wanpeng Li · 5 years ago
  37. ec26947 Revert "kvm: x86: Use task structs fpu field for user" by Paolo Bonzini · 5 years ago
  38. cf64527 KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested by Jan Kiszka · 5 years ago
  39. 3850657 x86/irq/64: Update stale comment by Cao jin · 5 years ago
  40. d02f1aa x86/sysfb_efi: Add quirks for some devices with swapped width and height by Hans de Goede · 5 years ago
  41. 2af7c85 x86/stacktrace: Prevent access_ok() warnings in arch_stack_walk_user() by Eiichi Tsukata · 5 years ago
  42. 8e998fc x86/mm: Sync also unmappings in vmalloc_sync_all() by Joerg Roedel · 5 years ago
  43. 51b75b5 x86/mm: Check for pfn instead of page in vmalloc_sync_one() by Joerg Roedel · 5 years ago
  44. ac60602 Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  45. c6dd78f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  46. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  47. 07ab9d5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  48. 168c799 Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  49. 6879298 x86/entry/64: Prevent clobbering of saved CR2 value by Thomas Gleixner · 5 years ago
  50. 30cd860 KVM: x86: Add fixed counters to PMU filter by Eric Hankland · 5 years ago
  51. 88dddc1 KVM: nVMX: do not use dangling shadow VMCS after guest reset by Paolo Bonzini · 5 years ago
  52. 3b20e03 KVM: VMX: dump VMCS on failed entry by Paolo Bonzini · 5 years ago
  53. 6fc3977 KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed by Like Xu · 5 years ago
  54. 118154b KVM: SVM: Fix detection of AMD Errata 1096 by Liran Alon · 5 years ago
  55. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 6 years ago
  56. b5d72dd Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  57. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  58. 249be85 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  59. e320ab3 x86/hyper-v: Zero out the VP ASSIST PAGE on allocation by Dexuan Cui · 5 years ago
  60. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  61. e9c0a3f0 mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap() by Dan Williams · 5 years ago
  62. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  63. 8c5477e x86, boot: Remove multiple copy of static function sanitize_boot_params() by Zhenzhong Duan · 5 years ago
  64. 449f328 x86/boot/compressed/64: Remove unused variable by Zhenzhong Duan · 5 years ago
  65. cd6697b x86/boot/efi: Remove unused variables by Zhenzhong Duan · 5 years ago
  66. 0570bc8 Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  67. 82e844a x86/uaccess: Remove redundant CLACs in getuser/putuser error paths by Josh Poimboeuf · 5 years ago
  68. 5e307a6 x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail() by Josh Poimboeuf · 5 years ago
  69. 3a6ab4b x86/uaccess: Remove ELF function annotation from copy_user_handle_tail() by Josh Poimboeuf · 5 years ago
  70. 61a73f5 x86/head/64: Annotate start_cpu0() as non-callable by Josh Poimboeuf · 5 years ago
  71. e6dd473 x86/entry: Fix thunk function ELF sizes by Josh Poimboeuf · 5 years ago
  72. 3901336 x86/kvm: Don't call kvm_spurious_fault() from .fixup by Josh Poimboeuf · 5 years ago
  73. 19f2d8f x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 by Josh Poimboeuf · 5 years ago
  74. d99a6ce x86/kvm: Fix fastop function ELF metadata by Josh Poimboeuf · 5 years ago
  75. 083db67 x86/paravirt: Fix callee-saved function ELF sizes by Josh Poimboeuf · 5 years ago
  76. 818e95c Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  77. a0d14b8 x86/mm, tracing: Fix CR2 corruption by Peter Zijlstra · 6 years ago
  78. 4234653 x86/entry/64: Update comments and sanity tests for create_gap by Peter Zijlstra · 6 years ago
  79. 2fd3791 x86/entry/64: Simplify idtentry a little by Peter Zijlstra · 6 years ago
  80. e67f1c1 x86/entry/32: Simplify common_exception by Peter Zijlstra · 6 years ago
  81. 55aeddd x86/paravirt: Make read_cr2() CALLEE_SAVE by Peter Zijlstra · 6 years ago
  82. 4d151bf KVM: LAPIC: Make lapic timer unpinned by Wanpeng Li · 6 years ago
  83. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  84. 89ff7131f kbuild: add --hash-style= and --build-id unconditionally by Masahiro Yamada · 6 years ago
  85. 64dbc12 x86/entry/64: Use JMP instead of JMPQ by Josh Poimboeuf · 5 years ago
  86. 4d1a082d KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters by Like Xu · 5 years ago
  87. b23e584 xen/pv: Fix a boot up hang revealed by int3 self test by Zhenzhong Duan · 5 years ago
  88. bef6e0a x86/xen: Add "nopv" support for HVM guest by Zhenzhong Duan · 5 years ago
  89. cc8f3b4 x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable by Zhenzhong Duan · 5 years ago
  90. b39b049 xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete by Zhenzhong Duan · 6 years ago
  91. 3097834 x86: Add "nopv" parameter to disable PV extensions by Zhenzhong Duan · 6 years ago
  92. 1b37683 x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init by Zhenzhong Duan · 6 years ago
  93. 090d54b Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" by Zhenzhong Duan · 6 years ago
  94. 1759673 mm: introduce ARCH_HAS_PTE_DEVMAP by Robin Murphy · 5 years ago
  95. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 5 years ago
  96. 0f472d0 mm/ioremap: probe platform for p4d huge map support by Anshuman Khandual · 5 years ago
  97. 3a7f0adf arch/*: remove unused isa_page_to_bus() by Stephen Kitt · 5 years ago
  98. 50e04ac x86/process: Delete useless check for dead process with LDT by Jann Horn · 6 years ago
  99. 29e7e96 x86: math-emu: Hide clang warnings for 16-bit overflow by Arnd Bergmann · 6 years ago
  100. f709f81 x86/e820: Use proper booleans instead of 0/1 by Yi Wang · 5 years ago