1. e45adf6 KVM: Introduce a new guest mapping API by KarimAllah Ahmed · 6 years ago
  2. bd53cb3 X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs by Filippo Sironi · 6 years ago
  3. 3d5f6be X86/nVMX: Update the PML table without mapping and unmapping the page by KarimAllah Ahmed · 6 years ago
  4. 2e40893 X86/nVMX: handle_vmon: Read 4 bytes from guest memory by KarimAllah Ahmed · 6 years ago
  5. 191c813 x86/kvm: Implement HWCR support by Borislav Petkov · 6 years ago
  6. 19e3833 KVM: VMX: Include architectural defs header in capabilities.h by Sean Christopherson · 6 years ago
  7. d6a85c3 KVM: vmx: clean up some debug output by Dan Carpenter · 6 years ago
  8. b8b0022 kvm_main: fix some comments by Jiang Biao · 6 years ago
  9. 65c4189 KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size by Paolo Bonzini · 6 years ago
  10. 0967fa1 KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zero by Sean Christopherson · 6 years ago
  11. 4ca88b3 KVM: lapic: Check for a pending timer intr prior to start_hv_timer() by Sean Christopherson · 6 years ago
  12. f992798 KVM: lapic: Refactor ->set_hv_timer to use an explicit expired param by Sean Christopherson · 6 years ago
  13. f1ba5cf KVM: lapic: Explicitly cancel the hv timer if it's pre-expired by Sean Christopherson · 6 years ago
  14. ee66e45 KVM: lapic: Busy wait for timer to expire when using hv_timer by Sean Christopherson · 6 years ago
  15. 6c6a2ab KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL by Liran Alon · 6 years ago
  16. c715eb9 KVM: x86: Add support of clear Trace_ToPA_PMI status by Luwei Kang · 6 years ago
  17. 8479e04 KVM: x86: Inject PMI for KVM guest by Luwei Kang · 6 years ago
  18. 3a1e5e4 Revert "KVM: doc: Document the life cycle of a VM and its resources" by Radim Krčmář · 6 years ago
  19. da8f0d9 Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 6 years ago
  20. b2d0371 KVM: s390: vsie: Return correct values for Invalid CRYCB format by Pierre Morel · 6 years ago
  21. bcccb8f KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys by Pierre Morel · 6 years ago
  22. 8b905d2 KVM: s390: provide kvm_arch_no_poll function by Christian Borntraeger · 6 years ago
  23. cdd6ad3 KVM: polling: add architecture backend to disable polling by Christian Borntraeger · 6 years ago
  24. 8ec2fa5 KVM: s390: enable MSA9 keywrapping functions depending on cpu model by Christian Borntraeger · 6 years ago
  25. 4f45b90 KVM: s390: add deflate conversion facilty to cpu model by Christian Borntraeger · 6 years ago
  26. 173aec2 KVM: s390: add enhanced sort facilty to cpu model by Christian Borntraeger · 6 years ago
  27. d668139 KVM: s390: provide query function for instructions returning 32 byte by Christian Borntraeger · 6 years ago
  28. 13209ad KVM: s390: add MSA9 to cpumodel by Christian Borntraeger · 6 years ago
  29. d5cb6ab KVM: s390: add vector BCD enhancements facility to cpumodel by Christian Borntraeger · 6 years ago
  30. 7832e91 KVM: s390: add vector enhancements facility 2 to cpumodel by Christian Borntraeger · 6 years ago
  31. 58616e6 KVM: s390: Fix potential spectre warnings by Eric Farman · 6 years ago
  32. c110ae5 kvm: move KVM_CAP_NR_MEMSLOTS to common code by Paolo Bonzini · 6 years ago
  33. 0a62956 KVM: x86: Inject #GP if guest attempts to set unsupported EFER bits by Sean Christopherson · 6 years ago
  34. 1198849 KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writes by Sean Christopherson · 6 years ago
  35. c80add0 KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpers by Sean Christopherson · 6 years ago
  36. 98d9e85 KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpers by Paolo Bonzini · 6 years ago
  37. 5478ba3 KVM: nVMX: Rename and split top-level consistency checks to match SDM by Sean Christopherson · 6 years ago
  38. 9c3e922 KVM: nVMX: Move guest non-reg state checks to VM-Exit path by Sean Christopherson · 6 years ago
  39. de2bc2b kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentry by Krish Sadhukhan · 6 years ago
  40. f6b0db1 kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentry by Krish Sadhukhan · 6 years ago
  41. 674ea35 KVM: x86: optimize check for valid PAT value by Paolo Bonzini · 6 years ago
  42. f16cb57 KVM: x86: clear VM_EXIT_SAVE_IA32_PAT by Paolo Bonzini · 6 years ago
  43. 9d60964 KVM: vmx: print more APICv fields in dump_vmcs by Paolo Bonzini · 6 years ago
  44. 7a223e0 KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing by Vitaly Kuznetsov · 6 years ago
  45. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  46. be43c44 KVM: x86: fix warning Using plain integer as NULL pointer by Hariprasad Kelam · 6 years ago
  47. 79904c9 selftests: kvm: add a selftest for SMM by Vitaly Kuznetsov · 6 years ago
  48. c2390f1 selftests: kvm: fix for compilers that do not support -no-pie by Paolo Bonzini · 6 years ago
  49. c68c21c selftests: kvm/evmcs_test: complete I/O before migrating guest state by Paolo Bonzini · 6 years ago
  50. b68f3cc KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels by Sean Christopherson · 6 years ago
  51. 8f4dc2e KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU by Sean Christopherson · 6 years ago
  52. 9ec1949 KVM: x86: clear SMM flags before loading state while leaving SMM by Sean Christopherson · 6 years ago
  53. c5833c7 KVM: x86: Open code kvm_set_hflags by Sean Christopherson · 6 years ago
  54. ed19321 KVM: x86: Load SMRAM in a single shot when leaving SMM by Sean Christopherson · 6 years ago
  55. e51bfdb KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU by Liran Alon · 6 years ago
  56. 672ff6c KVM: x86: Raise #GP when guest vCPU do not support PMU by Liran Alon · 6 years ago
  57. 1811d97 x86/kvm: move kvm_load/put_guest_xcr0 into atomic context by WANG Chao · 6 years ago
  58. 99c2217 KVM: x86: svm: make sure NMI is injected after nmi_singlestep by Vitaly Kuznetsov · 6 years ago
  59. e44e3ea svm/avic: Fix invalidate logical APIC id entry by Suthikulpanit, Suravee · 6 years ago
  60. 4a58038 Revert "svm: Fix AVIC incomplete IPI emulation" by Suthikulpanit, Suravee · 6 years ago
  61. bc8a3d8 kvm: mmu: Fix overflow on kvm mmu page limit calculation by Ben Gardon · 6 years ago
  62. 2b27924 KVM: nVMX: always use early vmcs check when EPT is disabled by Paolo Bonzini · 6 years ago
  63. 6909081 KVM: nVMX: allow tests to use bad virtual-APIC page address by Paolo Bonzini · 6 years ago
  64. cfd32ac KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes by Sean Christopherson · 6 years ago
  65. 771acc7 Bluetooth: btusb: request wake pin with NOAUTOEN by Brian Norris · 6 years ago
  66. 0ee7fb3 Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  67. 972acfb Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  68. 869e330 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. a556810 Merge branch 'fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  70. 10d4339 Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 6 years ago
  71. e063f45 Merge branch 'bnxt_en-fixes' by David S. Miller · 6 years ago
  72. 8e44e96 bnxt_en: Reset device on RX buffer errors. by Michael Chan · 6 years ago
  73. a1b0e4e bnxt_en: Improve RX consumer index validity check. by Michael Chan · 6 years ago
  74. a625204 net: macb driver, check for SKBTX_HW_TSTAMP by Paul Thomas · 6 years ago
  75. 738de00 Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant' by David S. Miller · 6 years ago
  76. d63da85 qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constant by Michael Zhivich · 6 years ago
  77. caf2c52 broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constant by Michael Zhivich · 6 years ago
  78. afe6424 ethtool: avoid signed-unsigned comparison in ethtool_validate_speed() by Michael Zhivich · 6 years ago
  79. 3c5189a Merge branch 'erspan-use-after-free' by David S. Miller · 6 years ago
  80. 2a3caba net: ip6_gre: fix possible use-after-free in ip6erspan_rcv by Lorenzo Bianconi · 6 years ago
  81. 492b67e net: ip_gre: fix possible use-after-free in erspan_rcv by Lorenzo Bianconi · 6 years ago
  82. 6da7058 selftests/tpm2: Open tpm dev in unbuffered mode by Tadeusz Struk · 6 years ago
  83. f1a0ba6 selftests/tpm2: Extend tests to cover partial reads by Tadeusz Struk · 6 years ago
  84. be24b37 KEYS: trusted: fix -Wvarags warning by ndesaulniers@google.com · 6 years ago
  85. b9d0a85 tpm: Fix the type of the return value in calc_tpm2_event_size() by Yue Haibing · 6 years ago
  86. c787192 KEYS: trusted: allow trusted.ko to initialize w/o a TPM by Jarkko Sakkinen · 6 years ago
  87. 7110629 tpm: fix an invalid condition in tpm_common_poll by Tadeusz Struk · 6 years ago
  88. e891db1 tpm: turn on TPM on suspend for TPM 1.x by Jarkko Sakkinen · 6 years ago
  89. b75bb8a r8169: disable ASPM again by Heiner Kallweit · 6 years ago
  90. b1a6e8f MAINTAINERS: ieee802154: update documentation file pattern by Stefan Schmidt · 6 years ago
  91. fd008d1 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  92. 5055376 net: vrf: Fix ping failed when vrf mtu is set to 0 by Miaohe Lin · 6 years ago
  93. fcf8891 slab: fix a crash by reading /proc/slab_allocators by Qian Cai · 6 years ago
  94. b959ecf selftests: add a tc matchall test case by Nicolas Dichtel · 6 years ago
  95. 15ade5d Linux 5.1-rc4 by Linus Torvalds · 6 years ago
  96. d849122 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  97. 429fba1 Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  98. 9a8f320 ARM: milbeaut: fix build with !CONFIG_HOTPLUG_CPU by Arnd Bergmann · 6 years ago
  99. 2125801 ARM: iop: don't use using 64-bit DMA masks by Arnd Bergmann · 6 years ago
  100. cd92d74 ARM: orion: don't use using 64-bit DMA masks by Arnd Bergmann · 6 years ago