1. e64a850 KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNAL by Liran Alon · 5 years ago
  2. 27cbe7d KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched by Liran Alon · 5 years ago
  3. ff90afa KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMM by Liran Alon · 5 years ago
  4. 74c504a x86: retpolines: eliminate retpoline from msr event handlers by Andrea Arcangeli · 5 years ago
  5. 3dcb2a3 KVM: retpolines: x86: eliminate retpoline from svm.c exit handlers by Andrea Arcangeli · 5 years ago
  6. 4289d27 KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers by Andrea Arcangeli · 5 years ago
  7. f399e60 KVM: x86: optimize more exit handlers in vmx.c by Andrea Arcangeli · 5 years ago
  8. 7f7f0d9 KVM: x86: get rid of odd out jump label in pdptrs_changed by Miaohe Lin · 5 years ago
  9. 53fafdb KVM: x86: switch KVMCLOCK base to monotonic raw clock by Marcelo Tosatti · 5 years ago
  10. e7011c5 Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 5 years ago
  11. 19308a4 x86/kvm: Fix -Wmissing-prototypes warnings by Yi Wang · 5 years ago
  12. 149487b KVM: Add separate helper for putting borrowed reference to kvm by Sean Christopherson · 5 years ago
  13. c90992b kvm: tests: Add test to verify MSR_IA32_XSS by Aaron Lewis · 5 years ago
  14. 5229743 kvm: svm: Update svm_xsaves_supported by Aaron Lewis · 5 years ago
  15. 864e2ab kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common by Aaron Lewis · 5 years ago
  16. 139a12c KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code by Aaron Lewis · 5 years ago
  17. 9753d68 KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel by Aaron Lewis · 5 years ago
  18. 312a1c8 KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD by Aaron Lewis · 5 years ago
  19. 7895856 KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded by Aaron Lewis · 5 years ago
  20. c034f2a KVM: VMX: Fix conditions for guest IA32_XSS support by Aaron Lewis · 5 years ago
  21. 7204160 KVM: x86: Introduce vcpu->arch.xsaves_enabled by Aaron Lewis · 5 years ago
  22. 1b84292 KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup() by Xiaoyao Li · 5 years ago
  23. 4be5341 KVM: VMX: Initialize vmx->guest_msrs[] right after allocation by Xiaoyao Li · 5 years ago
  24. 3c0f4be KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup() by Xiaoyao Li · 5 years ago
  25. 35fbe0d KVM: VMX: Write VPID to vmcs when creating vcpu by Xiaoyao Li · 5 years ago
  26. 4be9467 KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP by Like Xu · 5 years ago
  27. 30ce89a KVM: remove redundant code in kvm_arch_vm_ioctl by Miaohe Lin · 5 years ago
  28. 2cf9af0 kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter by Suthikulpanit, Suravee · 5 years ago
  29. 34059c2 KVM: x86: Fold decache_cr3() into cache_reg() by Sean Christopherson · 5 years ago
  30. cb3c1e2 KVM: x86: Add helpers to test/mark reg availability and dirtiness by Sean Christopherson · 5 years ago
  31. f884554 KVM: x86: Fold 'enum kvm_ex_reg' definitions into 'enum kvm_reg' by Sean Christopherson · 5 years ago
  32. 489cbcf KVM: x86: Add WARNs to detect out-of-bounds register indices by Sean Christopherson · 5 years ago
  33. 491c1ad KVM: VMX: Optimize vmx_set_rflags() for unrestricted guest by Sean Christopherson · 5 years ago
  34. e7bddc5 KVM: VMX: Consolidate to_vmx() usage in RFLAGS accessors by Sean Christopherson · 5 years ago
  35. b17b743 KVM: VMX: Skip GUEST_CR3 VMREAD+VMWRITE if the VMCS is up-to-date by Sean Christopherson · 5 years ago
  36. 33af3a7 KVM: SVM: Reduce WBINVD/DF_FLUSH invocations by Tom Lendacky · 5 years ago
  37. 0fc5dea KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests by Tom Lendacky · 5 years ago
  38. 04f11ef KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-Enter by Sean Christopherson · 5 years ago
  39. 83af5e6 KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH by Tom Lendacky · 5 years ago
  40. e3b9a9e KVM: SVM: Serialize access to the SEV ASID bitmap by Tom Lendacky · 5 years ago
  41. 20baa8e Merge tag 'kvm-ppc-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 5 years ago
  42. 9800c24 Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 5 years ago
  43. 49dedf0 kvm: clear kvmclock MSR on reset by Paolo Bonzini · 5 years ago
  44. b4fdcf6 KVM: x86: fix bugon.cocci warnings by kbuild test robot · 5 years ago
  45. 1a8211c KVM: VMX: Remove specialized handling of unexpected exit-reasons by Liran Alon · 5 years ago
  46. ef40598 selftests: kvm: fix sync_regs_test with newer gccs by Vitaly Kuznetsov · 5 years ago
  47. 11eada4 selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported by Vitaly Kuznetsov · 5 years ago
  48. 9143613 selftests: kvm: consolidate VMX support checks by Vitaly Kuznetsov · 5 years ago
  49. 700c17d selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice by Vitaly Kuznetsov · 5 years ago
  50. 44551b2 KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled by Wanpeng Li · 5 years ago
  51. 9de25d1 selftests: kvm: synchronize .gitignore to Makefile by Vitaly Kuznetsov · 5 years ago
  52. 41cd02c kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID by Jim Mattson · 5 years ago
  53. 3b7c59a Merge tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 5 years ago
  54. 55d7004 KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode by Nicholas Piggin · 5 years ago
  55. 6a13cb0 KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts by Nicholas Piggin · 5 years ago
  56. 268f4ef KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery by Nicholas Piggin · 5 years ago
  57. 87a45e0 KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op by Nicholas Piggin · 5 years ago
  58. 9ee6471 KVM: PPC: Book3S: Define and use SRR1_MSR_BITS by Nicholas Piggin · 5 years ago
  59. efe5ddc KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs by Greg Kurz · 5 years ago
  60. 062cfab KVM: PPC: Book3S HV: XIVE: Make VP block size configurable by Greg Kurz · 5 years ago
  61. 8db29ea KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper by Greg Kurz · 5 years ago
  62. 8a4e7597 KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs by Greg Kurz · 5 years ago
  63. e7d71c9 KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated by Greg Kurz · 5 years ago
  64. f41c498 KVM: PPC: E500: Replace current->mm by kvm->mm by Leonardo Bras · 5 years ago
  65. 258ed7d KVM: PPC: Reduce calls to get current->mm by storing the value locally by Leonardo Bras · 5 years ago
  66. 1a9167a KVM: PPC: Report single stepping capability by Fabiano Rosas · 6 years ago
  67. 7d194c2 Linux 5.4-rc4 by Linus Torvalds · 5 years ago
  68. e2ab4ef Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  69. 4fe34d6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  70. 81c4bc3 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  71. 188768f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  72. 589f122 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  73. 8c3252c KVM: arm64: pmu: Reset sample period on overflow handling by Marc Zyngier · 5 years ago
  74. 725ce66 KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event by Marc Zyngier · 5 years ago
  75. 6f16371 arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems by Marc Zyngier · 5 years ago
  76. f4e23cf KVM: arm64: pmu: Fix cycle counter truncation by Marc Zyngier · 5 years ago
  77. 531e93d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  78. 2a06b89 net: reorder 'struct net' fields to avoid false sharing by Eric Dumazet · 5 years ago
  79. 50c7d2ba net: dsa: fix switch tree list by Vivien Didelot · 5 years ago
  80. 05908d7 net: ethernet: dwmac-sun8i: show message only when switching to promisc by Mans Rullgard · 5 years ago
  81. 3d00cf2 net: aquantia: add an error handling in aq_nic_set_multicast_list by Chenwandun · 5 years ago
  82. 7087383 Merge branch 'netem-fix-further-issues-with-packet-corruption' by David S. Miller · 5 years ago
  83. e0ad032 net: netem: correct the parent's backlog when corrupted packet was dropped by Jakub Kicinski · 5 years ago
  84. a7fa12d net: netem: fix error path for corrupted GSO frames by Jakub Kicinski · 5 years ago
  85. bd310aca macb: propagate errors when getting optional clocks by Michael Tretter · 5 years ago
  86. 3d5c1a0 xen/netback: fix error path of xenvif_connect_data() by Juergen Gross · 5 years ago
  87. 580a05f net: hns3: fix mis-counting IRQ vector numbers issue by Yonglong Liu · 5 years ago
  88. 998d755 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  89. 585d730 scripts/gdb: fix debugging modules on s390 by Ilya Leoshkevich · 5 years ago
  90. aa5de30 kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register by Song Liu · 5 years ago
  91. ef18a1c mm/thp: allow dropping THP from page cache by Kirill A. Shutemov · 5 years ago
  92. 906d278 mm/vmscan.c: support removing arbitrary sized pages from mapping by William Kucharski · 5 years ago
  93. 06d3eff mm/thp: fix node page state in split_huge_page_to_list() by Kirill A. Shutemov · 5 years ago
  94. 2be5fbf proc/meminfo: fix output alignment by Kirill A. Shutemov · 5 years ago
  95. a2ae8c0 mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch by Ben Dooks (Codethink) · 5 years ago
  96. d0e6a58 mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition by Ben Dooks · 5 years ago
  97. 444f84f mm: include <linux/huge_mm.h> for is_vma_temporary_stack by Ben Dooks · 5 years ago
  98. f7daefe zram: fix race between backing_dev_show and backing_dev_store by Chenwandun · 5 years ago
  99. ae8af43 mm/memcontrol: update lruvec counters in mem_cgroup_move_account by Konstantin Khlebnikov · 5 years ago
  100. b918c43 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 5 years ago