index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+5
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-136
/
+345
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-98
/
+72
2026-02-11
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-13
/
+3
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+2
2026-02-09
Merge tag 'kvm-x86-vmx-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-41
/
+171
2026-01-30
KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
Sean Christopherson
-1
/
+3
2026-01-30
KVM: VMX: Print out "bad" offsets+value on VMCS config mismatch
Sean Christopherson
-1
/
+16
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
-0
/
+2
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
-7
/
+4
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
-10
/
+92
2026-01-16
KVM: VMX: Add a wrapper around ROL16() to get a vmcs12 from a field encoding
Sean Christopherson
-5
/
+6
2026-01-16
KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
Sean Christopherson
-2
/
+2
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
-13
/
+3
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
-1
/
+1
2026-01-14
KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() ...
Hou Wenlong
-2
/
+7
2026-01-14
KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()
Binbin Wu
-1
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is active
Sean Christopherson
-13
/
+11
2026-01-13
KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is active
Sean Christopherson
-11
/
+2
2026-01-13
KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is active
Sean Christopherson
-10
/
+1
2026-01-13
KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
Sean Christopherson
-18
/
+7
2026-01-13
KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is active
Sean Christopherson
-11
/
+3
2026-01-13
KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
Sean Christopherson
-10
/
+36
2026-01-08
KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
Fred Griffoul
-4
/
+1
2026-01-08
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
Sean Christopherson
-14
/
+13
2026-01-08
KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PI
Sean Christopherson
-1
/
+2
2026-01-08
KVM: x86: Mark vmcs12 pages as dirty if and only if they're mapped
Sean Christopherson
-12
/
+3
2026-01-08
KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
-13
/
+52
2026-01-08
KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
Sean Christopherson
-0
/
+1
2026-01-08
KVM: VMX: Dedup code for adding MSR to VMCS's auto list
Sean Christopherson
-22
/
+19
2026-01-08
KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
Sean Christopherson
-11
/
+12
2026-01-08
KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
Sean Christopherson
-2
/
+2
2026-01-08
KVM: VMX: Bug the VM if either MSR auto-load list is full
Sean Christopherson
-5
/
+4
2026-01-08
KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
Sean Christopherson
-9
/
+4
2026-01-08
KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Sean Christopherson
-15
/
+16
2026-01-08
KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
Sean Christopherson
-51
/
+24
2026-01-08
KVM: VMX: Drop intermediate "guest" field from msr_autostore
Sean Christopherson
-9
/
+7
2026-01-08
KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Dapeng Mi
-0
/
+2
2026-01-08
KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Mingwei Zhang
-0
/
+30
2026-01-08
KVM: nVMX: Add macros to simplify nested MSR interception setting
Dapeng Mi
-16
/
+19
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
-0
/
+44
2026-01-08
KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Mingwei Zhang
-0
/
+2
2026-01-08
KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Dapeng Mi
-24
/
+63
2026-01-08
KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
Dapeng Mi
-3
/
+62
2026-01-08
KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Dapeng Mi
-0
/
+7
2026-01-08
KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
Dapeng Mi
-2
/
+21
2026-01-08
KVM: VMX: Always reflect SGX EPCM #PFs back into the guest
Sean Christopherson
-14
/
+44
[next]