index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
2025-11-26
Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-tdx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
2025-11-17
Revert "x86: kvm: rate-limit global clock updates"
Lei Chen
2025-11-17
Revert "x86: kvm: introduce periodic global clock updates"
Lei Chen
2025-11-13
KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replaced
Omar Sandoval
2025-11-07
KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...
Sean Christopherson
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
2025-11-05
KVM: TDX: WARN if mirror SPTE doesn't have full RWX when creating S-EPT mapping
Sean Christopherson
2025-11-05
KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
Sean Christopherson
2025-11-04
KVM: x86: Add a helper to dedup reporting of unhandled VM-Exits
Sean Christopherson
2025-09-30
KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-mmu-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-23
KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supported
Yang Weijiang
2025-09-23
KVM: x86/mmu: WARN on attempt to check permissions for Shadow Stack #PF
Sean Christopherson
2025-09-23
KVM: x86: Check XSS validity against guest CPUIDs
Chao Gao
2025-09-23
KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependencies
Sean Christopherson
2025-09-23
KVM: x86: Add helper to retrieve current value of user return MSR
Hou Wenlong
2025-09-23
KVM: SEV: Validate XCR0 provided by guest in GHCB
Sean Christopherson
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
2025-09-16
KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"
Dapeng Mi
2025-09-16
KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs
Sagi Shahar
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
2025-08-27
KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
Fuad Tabba
2025-08-27
KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
Fuad Tabba
2025-08-19
KVM: x86: Add kvm_msr_{read,write}() helpers
Yang Weijiang
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
2025-08-19
KVM: x86: Advertise support for the immediate form of MSR instructions
Xin Li
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
2025-08-19
KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs
Sean Christopherson
2025-08-19
KVM: x86/mmu: Track possible NX huge pages separately for TDP vs. Shadow MMU
Vipin Sharma
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
2025-07-07
Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-06-25
VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()
Sean Christopherson
2025-06-25
Merge branch 'kvm-x86 mmio'
Sean Christopherson
2025-06-25
KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
Sean Christopherson
2025-06-24
x86/traps: Initialize DR7 by writing its architectural reset value
Xin Li (Intel)
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
2025-06-24
KVM: x86/mmu: Dynamically allocate shadow MMU's hashed page list
Sean Christopherson
2025-06-24
KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masks
Sean Christopherson
[next]