1. 946c522 KVM: nVMX: Sign extend displacements of VMX instr's mem operands by Sean Christopherson · 6 years ago
  2. c57cd3c svm: Fix improper check when deactivate AVIC by Suthikulpanit, Suravee · 6 years ago
  3. f7589cc KVM: x86: cull apicv code when userspace irqchip is requested by Paolo Bonzini · 6 years ago
  4. 98d9058 svm: Fix AVIC DFR and LDR handling by Suthikulpanit, Suravee · 6 years ago
  5. b5179ec x86/kvmclock: set offset for kvm unstable clock by Pavel Tatashin · 6 years ago
  6. 4f44c4e KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow by Sean Christopherson · 6 years ago
  7. fc2ba5a KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobbering by Sean Christopherson · 6 years ago
  8. 3b895ef KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine by Sean Christopherson · 6 years ago
  9. e75c3c3 KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg by Sean Christopherson · 6 years ago
  10. 77df549 KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs by Sean Christopherson · 6 years ago
  11. a62fd5a KVM: VMX: Use RAX as the scratch register during vCPU-run by Sean Christopherson · 6 years ago
  12. ee2fc63 KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run() by Sean Christopherson · 6 years ago
  13. c823dd5 KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run() by Sean Christopherson · 6 years ago
  14. 5e0781d KVM: VMX: Move vCPU-run code to a proper assembly routine by Sean Christopherson · 6 years ago
  15. 63c73aa KVM: VMX: Create a stack frame in vCPU-run by Sean Christopherson · 6 years ago
  16. c14f9dd KVM: VMX: Use #defines in place of immediates in VM-Enter inline asm by Sean Christopherson · 6 years ago
  17. 95c7b77 KVM: x86: Explicitly #define the VCPU_REGS_* indices by Sean Christopherson · 6 years ago
  18. d558920 KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest state by Sean Christopherson · 6 years ago
  19. f78d097 KVM: VMX: Don't save guest registers after VM-Fail by Sean Christopherson · 6 years ago
  20. 217aaff KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-Enter by Sean Christopherson · 6 years ago
  21. c9afc58 KVM: VMX: Pass "launched" directly to the vCPU-run asm blob by Sean Christopherson · 6 years ago
  22. c09b03e KVM: VMX: Update VMCS.HOST_RSP via helper C function by Sean Christopherson · 6 years ago
  23. 47e97c0 KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run() by Sean Christopherson · 6 years ago
  24. 5a87816 KVM: nVMX: Cache host_rsp on a per-VMCS basis by Sean Christopherson · 6 years ago
  25. fbda0fd KVM: nVMX: Let the compiler select the reg for holding HOST_RSP by Sean Christopherson · 6 years ago
  26. 74dfa27 KVM: nVMX: Reference vmx->loaded_vmcs->launched directly by Sean Christopherson · 6 years ago
  27. bbc0b82 KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks by Sean Christopherson · 6 years ago
  28. f1727b4 KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw() by Sean Christopherson · 6 years ago
  29. 6c1e7e5 KVM: nVMX: Explicitly reference the scratch reg in nested early checks by Sean Christopherson · 6 years ago
  30. 98ff2ac KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw() by Sean Christopherson · 6 years ago
  31. 9ce0a07 KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw() by Sean Christopherson · 6 years ago
  32. 6f7c6d2 KVM: VMX: Let the compiler save/load RDX during vCPU-run by Sean Christopherson · 6 years ago
  33. ccf4474 KVM: VMX: Manually load RDX in vCPU-run asm blob by Sean Christopherson · 6 years ago
  34. f3689e3 KVM: VMX: Save RSI to an unused output in the vCPU-run asm blob by Sean Christopherson · 6 years ago
  35. 831a3011 KVM: VMX: Modify only RSP when creating a placeholder for guest's RCX by Sean Christopherson · 6 years ago
  36. 0e0ab73 KVM: VMX: Zero out *all* general purpose registers after VM-Exit by Sean Christopherson · 6 years ago
  37. 1ce072c KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks by Sean Christopherson · 6 years ago
  38. 61c08aa KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run by Sean Christopherson · 6 years ago
  39. aadaa80 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 212146f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. 20e55bc x86/mm: Make set_pmd_at() paravirt aware by Juergen Gross · 6 years ago
  42. e8b5060 Merge tag 'mips_fixes_5.0_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  43. e5a8a11 Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  44. 3e5e692 Merge tag 'for-linus-5.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  45. 46c291e2 Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  46. 5bb513e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  47. 820828b Merge tag 'powerpc-5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  48. 0521e8b x86/mm/cpa: Fix set_mce_nospec() by Peter Zijlstra · 6 years ago
  49. 05dc600 mips: cm: reprime error cause by Vladimir Kondratiev · 6 years ago
  50. 8a96669 mips: loongson64: remove unreachable(), fix loongson_poweroff(). by Yifeng Li · 6 years ago
  51. ecec768 KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221) by Peter Shier · 6 years ago
  52. 353c095 KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222) by Paolo Bonzini · 6 years ago
  53. 30363d6 m68k: set proper major_num when specifying module param major_num by Chengguang Xu · 6 years ago
  54. 45b13b4 x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 setting by Kirill A. Shutemov · 6 years ago
  55. ea57368 arm64: kexec_file: handle empty command-line by Jean-Philippe Brucker · 6 years ago
  56. 2b424cf MIPS: Remove function size check in get_frame_info() by Jun-Ru Chang · 6 years ago
  57. 047f2d9 MIPS: Use lower case for addresses in nexys4ddr.dts by Paul Burton · 6 years ago
  58. e02e07e MIPS: Loongson: Introduce and use loongson_llsc_mb() by Huacai Chen · 6 years ago
  59. d23c808 arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXX by Will Deacon · 6 years ago
  60. 602cae0 perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu() by Peter Zijlstra · 6 years ago
  61. 9e63a78 perf/x86/intel/uncore: Add Node ID mask by Kan Liang · 6 years ago
  62. 24b888d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  63. cc6810e Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. d28af26 x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out() by Tony Luck · 6 years ago
  65. 74b13e7 Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  66. b9de6ef Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  67. e6d4293 x86/resctrl: Avoid confusion over the new X86_RESCTRL config by Johannes Weiner · 6 years ago
  68. cd984a5 Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  69. 8b050fe Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  70. a8e911d x86_64: increase stack size for KASAN_EXTRA by Qian Cai · 6 years ago
  71. 36c0f7f arch: unexport asm/shmparam.h for all architectures by Masahiro Yamada · 6 years ago
  72. 2aa958c x86/kexec: Don't setup EFI info if EFI runtime is not enabled by Kairui Song · 6 years ago
  73. c228d29 x86: explicitly align IO accesses in memcpy_{to,from}io by Linus Torvalds · 6 years ago
  74. f7daa9c arm64: hibernate: Clean the __hyp_text to PoC after resume by James Morse · 6 years ago
  75. 8fac5cb arm64: hyp-stub: Forbid kprobing of the hyp-stub by James Morse · 6 years ago
  76. f2b3d85 arm64: kprobe: Always blacklist the KVM world-switch code by James Morse · 6 years ago
  77. 8ea2359 arm64: kaslr: ensure randomized quantities are clean also when kaslr is off by Ard Biesheuvel · 6 years ago
  78. 132fdc3 arm64: Do not issue IPIs for user executable ptes by Catalin Marinas · 6 years ago
  79. 44e56f3 Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  80. 5a3840a powerpc/papr_scm: Use the correct bind address by Oliver O'Halloran · 6 years ago
  81. 432dd70 ARM: cns3xxx: Use actual size reads for PCIe by Koen Vandeputte · 6 years ago
  82. 65dbb42 ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment by Koen Vandeputte · 6 years ago
  83. 912139c x86/microcode/amd: Don't falsely trick the late loading mechanism by Thomas Lendacky · 6 years ago
  84. 579b923 powerpc/radix: Fix kernel crash with mremap() by Aneesh Kumar K.V · 6 years ago
  85. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  86. d0f9f16 ARM: tango: Improve ARCH_MULTIPLATFORM compatibility by Marc Gonzalez · 6 years ago
  87. a17bab2 Merge tag 'renesas-fixes3-for-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes by Arnd Bergmann · 6 years ago
  88. a7403eb Merge tag 'sunxi-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/fixes by Arnd Bergmann · 6 years ago
  89. 83d3651 Merge tag 'amlogic-fixes-2.1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/fixes by Arnd Bergmann · 6 years ago
  90. db40909 ARM: iop32x/n2100: fix PCI IRQ mapping by Russell King · 6 years ago
  91. 44a0f88 Merge tag 'omap-for-v5.0/fixes-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes by Arnd Bergmann · 6 years ago
  92. 2b3604e Merge tag 'davinci-fixes-for-v5.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into arm/fixes by Arnd Bergmann · 6 years ago
  93. 91c577e Merge tag 'qcom-fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into arm/fixes by Arnd Bergmann · 6 years ago
  94. 1229c72 Merge tag 'renesas-fixes2-for-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes by Arnd Bergmann · 6 years ago
  95. 0393770 Merge tag 'pxa-fixes-5.0' of https://github.com/rjarzmik/linux into arm/fixes by Arnd Bergmann · 6 years ago
  96. 6983582 Merge tag 'imx-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes by Arnd Bergmann · 6 years ago
  97. 5ccd352 x86/fault: Fix sign-extend unintended sign extension by Colin Ian King · 6 years ago
  98. b677dfa x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning to long mode by Wei Huang · 6 years ago
  99. 67fc5dc MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds by Paul Burton · 6 years ago
  100. 0648e50 MIPS: VDSO: Use same -m%-float cflag as the kernel proper by Paul Burton · 6 years ago