index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-18
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+4
2025-10-10
KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memory
Sean Christopherson
1
-3
/
+4
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-2
/
+1
2025-09-30
entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
Sean Christopherson
1
-2
/
+1
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
1
-110
/
+110
2025-09-30
KVM: x86: Drop pointless exports of kvm_arch_xxx() hooks
Sean Christopherson
1
-3
/
+0
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-23
/
+387
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-144
/
+186
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+8
2025-09-30
Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+9
2025-09-23
KVM: x86: Add XSS support for CET_KERNEL and CET_USER
Yang Weijiang
1
-3
/
+15
2025-09-23
KVM: x86: Emulate SSP[63:32]!=0 #GP(0) for FAR JMP to 32-bit mode
Sean Christopherson
1
-0
/
+9
2025-09-23
KVM: x86: Don't emulate task switches when IBT or SHSTK is enabled
Sean Christopherson
1
-7
/
+28
2025-09-23
KVM: VMX: Set host constant supervisor states to VMCS fields
Yang Weijiang
1
-0
/
+12
2025-09-23
KVM: VMX: Emulate read and write to CET MSRs
Yang Weijiang
1
-2
/
+62
2025-09-23
KVM: x86: Enable guest SSP read/write interface with new uAPIs
Yang Weijiang
1
-4
/
+33
2025-09-23
KVM: x86: Report KVM supported CET MSRs as to-be-saved
Yang Weijiang
1
-0
/
+18
2025-09-23
KVM: x86: Add fault checks for guest CR4.CET setting
Yang Weijiang
1
-0
/
+6
2025-09-23
KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
Sean Christopherson
1
-1
/
+86
2025-09-23
KVM: x86: Initialize kvm_caps.supported_xss
Yang Weijiang
1
-8
/
+15
2025-09-23
KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
Yang Weijiang
1
-0
/
+2
2025-09-23
KVM: x86: Check XSS validity against guest CPUIDs
Chao Gao
1
-4
/
+3
2025-09-23
KVM: x86: Report XSS as to-be-saved if there are supported features
Sean Christopherson
1
-1
/
+5
2025-09-23
KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
Yang Weijiang
1
-0
/
+100
2025-09-23
KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependencies
Sean Christopherson
1
-1
/
+2
2025-09-23
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
1
-0
/
+6
2025-09-23
KVM: SEV: Validate XCR0 provided by guest in GHCB
Sean Christopherson
1
-1
/
+2
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
1
-8
/
+7
2025-09-16
KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs
Sagi Shahar
1
-0
/
+9
2025-09-10
Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2025-09-10
KVM: x86: Move vector_hashing into lapic.c
Sean Christopherson
1
-8
/
+0
2025-08-27
KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
Fuad Tabba
1
-0
/
+11
2025-08-19
KVM: x86: Zero XSTATE components on INIT by iterating over supported features
Chao Gao
1
-3
/
+9
2025-08-19
KVM: x86: Manually clear MPX state only on INIT
Sean Christopherson
1
-16
/
+30
2025-08-19
KVM: x86: Add kvm_msr_{read,write}() helpers
Yang Weijiang
1
-3
/
+13
2025-08-19
KVM: x86: Use double-underscore read/write MSR helpers as appropriate
Sean Christopherson
1
-13
/
+16
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
1
-13
/
+14
2025-08-19
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Xin Li
1
-4
/
+13
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
1
-10
/
+45
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
1
-2
/
+2
2025-08-19
KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriate
Sean Christopherson
1
-12
/
+12
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
1
-0
/
+9
2025-08-19
KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()
Sean Christopherson
1
-13
/
+5
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
1
-3
/
+3
2025-08-19
KVM: x86: Fold WRMSR fastpath helpers into the main handler
Sean Christopherson
1
-29
/
+5
2025-08-19
KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath
Sean Christopherson
1
-3
/
+1
2025-08-19
KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped
Sean Christopherson
1
-13
/
+8
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
1
-3
/
+0
2025-08-19
KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath
Sean Christopherson
1
-7
/
+1
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
1
-1
/
+1
[next]