1. 648fc8a KVM: x86: Move nVMX's consistency check macro to common code by Sean Christopherson · 3 years, 11 months ago
  2. 6906e06 KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state() by Krish Sadhukhan · 4 years, 3 months ago
  3. c08f390 KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state() by Paolo Bonzini · 4 years, 1 month ago
  4. 4bb170a KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit by Paolo Bonzini · 4 years, 1 month ago
  5. 7ca62d1 KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit by Paolo Bonzini · 4 years, 1 month ago
  6. 7c3ecfc KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control by Paolo Bonzini · 4 years, 1 month ago
  7. 9e8f0fb KVM: nSVM: rename functions and variables according to vmcbXY nomenclature by Paolo Bonzini · 4 years, 1 month ago
  8. 193015a KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb by Cathy Avery · 4 years ago
  9. af18fa7 KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb by Cathy Avery · 4 years ago
  10. 4995a36 KVM: SVM: Use a separate vmcb for the nested L2 guest by Cathy Avery · 4 years ago
  11. a3322d5 KVM: nSVM: Set the shadow root level to the TDP level for nested NPT by Sean Christopherson · 3 years, 10 months ago
  12. 6d1b867 KVM: SVM: Don't strip the C-bit from CR2 on #PF interception by Sean Christopherson · 3 years, 10 months ago
  13. 73ad160 KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level by Sean Christopherson · 3 years, 10 months ago
  14. a91f387 KVM: x86/mmu: Sync roots after MMU load iff load as successful by Sean Christopherson · 3 years, 10 months ago
  15. 61a1773 KVM: x86/mmu: Unexport MMU load/unload functions by Sean Christopherson · 3 years, 10 months ago
  16. f66c53b KVM: x86: Defer the MMU unload to the normal path on an global INVPCID by Sean Christopherson · 3 years, 10 months ago
  17. c805f5d KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch by Sean Christopherson · 3 years, 10 months ago
  18. 17e368d KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs by Sean Christopherson · 3 years, 10 months ago
  19. e49e0b7 KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks by Sean Christopherson · 3 years, 10 months ago
  20. 6e0918a KVM: x86/mmu: Check PDPTRs before allocating PAE roots by Sean Christopherson · 3 years, 10 months ago
  21. 6e6ec58 KVM: x86/mmu: Ensure MMU pages are available when allocating roots by Sean Christopherson · 3 years, 10 months ago
  22. 748e52b KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper by Sean Christopherson · 3 years, 10 months ago
  23. ba0a194 KVM: x86/mmu: Allocate the lm_root before allocating PAE roots by Sean Christopherson · 3 years, 10 months ago
  24. b37233c KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots by Sean Christopherson · 3 years, 10 months ago
  25. 04d4555 KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit by Sean Christopherson · 3 years, 10 months ago
  26. 43c11d9 KVM: x86: to track if L1 is running L2 VM by Dongli Zhang · 3 years, 10 months ago
  27. 19469d2 Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  28. 75013c6 Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  29. 0a7c10d Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  30. 9d0c8e7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  31. 6bf8819 Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 10 months ago
  32. 35737d2 KVM: LAPIC: Advancing the timer expiration on guest initiated write by Wanpeng Li · 3 years, 10 months ago
  33. 8df9f1a KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode by Sean Christopherson · 3 years, 10 months ago
  34. d7eb79c KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged by Wanpeng Li · 3 years, 10 months ago
  35. 6fcd9cb kvm: x86: annotate RCU pointers by Muhammad Usama Anjum · 3 years, 10 months ago
  36. ba08abc objtool,x86: Fix uaccess PUSHF/POPF validation by Peter Zijlstra · 3 years, 10 months ago
  37. bce21a2 Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} by Jan Beulich · 3 years, 10 months ago
  38. 0f9b05b9 Xen: drop exports of {set,clear}_foreign_p2m_mapping() by Jan Beulich · 3 years, 10 months ago
  39. c8e2fe1 x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case by Sean Christopherson · 3 years, 10 months ago
  40. 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
  41. bffe30d x86/sev-es: Use __copy_from_user_inatomic() by Joerg Roedel · 3 years, 10 months ago
  42. 62441a1 x86/sev-es: Correctly track IRQ states in runtime #VC handler by Joerg Roedel · 3 years, 10 months ago
  43. 545ac14 x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack by Joerg Roedel · 3 years, 10 months ago
  44. 78a81d8 x86/sev-es: Introduce ip_within_syscall_gap() helper by Joerg Roedel · 3 years, 10 months ago
  45. 5d5675d x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls by Andy Lutomirski · 3 years, 10 months ago
  46. b59cc97 x86/unwind/orc: Silence warnings caused by missing ORC data by Josh Poimboeuf · 3 years, 11 months ago
  47. e504e74 x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2 by Josh Poimboeuf · 3 years, 11 months ago
  48. afbef30 perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR by Kan Liang · 4 years, 1 month ago
  49. 4691453 kvm: x86: use NULL instead of using plain integer as pointer by Muhammad Usama Anjum · 3 years, 10 months ago
  50. 99840a7 KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled' by Sean Christopherson · 3 years, 10 months ago
  51. beda430 KVM: x86: Ensure deadline timer has truly expired before posting its IRQ by Sean Christopherson · 3 years, 10 months ago
  52. cee407c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  53. c5a58f8 Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 10 months ago
  54. 8822139 xen: fix p2m size in dom0 for disabled memory hotplug case by Juergen Gross · 3 years, 10 months ago
  55. 8310b77 Xen/gnttab: handle p2m update errors on a per-slot basis by Jan Beulich · 3 years, 10 months ago
  56. 9e46f6c KVM: SVM: Clear the CR4 register on reset by Babu Moger · 3 years, 10 months ago
  57. 30b5c85 KVM: x86/xen: Add support for vCPU runstate information by David Woodhouse · 3 years, 10 months ago
  58. 7d7c5f7 KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info by David Woodhouse · 3 years, 10 months ago
  59. b59b153 KVM: x86: allow compiling out the Xen hypercall interface by Paolo Bonzini · 3 years, 10 months ago
  60. 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  61. 9e8e714 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 10 months ago
  62. d94d140 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  63. 3d2fc4c x86: fix seq_file iteration for pat/memtype.c by NeilBrown · 3 years, 10 months ago
  64. bc8fbc5 kfence: add test suite by Marco Elver · 3 years, 10 months ago
  65. d438fab kfence: use pt_regs to generate stack trace on faults by Marco Elver · 3 years, 10 months ago
  66. 1dc0da6 x86, kfence: enable KFENCE for x86 by Alexander Potapenko · 3 years, 10 months ago
  67. c462f85 KVM: xen: flush deferred static key before checking it by Paolo Bonzini · 3 years, 10 months ago
  68. 44ac595 KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled by Sean Christopherson · 3 years, 10 months ago
  69. 919f4eb KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref by Wanpeng Li · 3 years, 10 months ago
  70. ffe76c2 KVM: x86: remove misplaced comment on active_mmu_pages by Dongli Zhang · 3 years, 10 months ago
  71. 6fbd6cf Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 10 months ago
  72. 2df8d38 KVM: SVM: Fix nested VM-Exit on #GP interception handling by Sean Christopherson · 3 years, 10 months ago
  73. 29c395c Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  74. c4fbde8 Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
  75. e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 10 months ago
  76. 414eece Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  77. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
  78. b33fff0 x86, build: allow LTO to be selected by Sami Tolvanen · 6 years ago
  79. d2dcd3e x86, cpu: disable LTO for cpu.c by Sami Tolvanen · 4 years, 3 months ago
  80. e242db40 x86, vdso: disable LTO only for vDSO by Sami Tolvanen · 6 years ago
  81. 6dafca9 x86, build: use objtool mcount by Sami Tolvanen · 4 years, 5 months ago
  82. 21a6ab2 Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 3 years, 10 months ago
  83. a56ff24 Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  84. 67b45af KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created by Like Xu · 3 years, 10 months ago
  85. 4a42d84 KVM: x86/mmu: Consider the hva in mmu_notifier retry by David Stevens · 3 years, 10 months ago
  86. 5f8a7cf KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault by Sean Christopherson · 3 years, 10 months ago
  87. d2df592 KVM: nSVM: prepare guest save area while is_guest_mode is true by Paolo Bonzini · 3 years, 10 months ago
  88. b29dd96 bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src by Brendan Jackman · 3 years, 11 months ago
  89. 983e4ad Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 3 years, 10 months ago
  90. 31caf8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 10 months ago
  91. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 11 months ago
  92. 29c5c3a arch: syscalls: remove $(srctree)/ prefix from syscall tables by Masahiro Yamada · 3 years, 11 months ago
  93. 865fa29 arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work by Masahiro Yamada · 3 years, 11 months ago
  94. 04471d3 Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 10 months ago
  95. 3e10585 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
  96. 9c5b80b Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 3 years, 10 months ago
  97. 4a037ad Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 10 months ago
  98. d310ec0 Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  99. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  100. 7b15c27 Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago