index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm-x86-ops.h
Age
Commit message (
Expand
)
Author
2025-05-02
KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook
Sean Christopherson
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
2025-03-14
KVM: TDX: create/destroy VM structure
Isaku Yamahata
2025-03-14
KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
Isaku Yamahata
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
2025-01-20
Merge branch 'kvm-mirror-page-tables' into HEAD
Paolo Bonzini
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-12-23
KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Propagate building mirror page tables
Isaku Yamahata
2024-12-19
KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
Chao Gao
2024-12-18
KVM: x86: Add interrupt injection information to the kvm_entry tracepoint
Maxim Levitsky
2024-11-01
KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()
Sean Christopherson
2024-09-17
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2024-08-22
KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
Sean Christopherson
2024-07-16
KVM: x86: Replace static_call_cond() with static_call()
Wei Wang
2024-07-16
Merge tag 'kvm-x86-vmx-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-06-28
KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()
Sean Christopherson
2024-06-11
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
2024-05-10
KVM: x86: Add hook for determining max NPT mapping level
Michael Roth
2024-05-10
KVM: guest_memfd: Add hook for invalidating memory
Michael Roth
2024-05-10
KVM: guest_memfd: Add hook for initializing memory
Paolo Bonzini
2024-04-11
KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
Paolo Bonzini
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-02-22
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
2024-01-29
KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
Brijesh Singh
2024-01-08
Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-11-29
KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
Sean Christopherson
2023-11-28
KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
Binbin Wu
2023-10-31
Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-10-04
KVM: x86: Refactor can_emulate_instruction() return to be more expressive
Sean Christopherson
2023-09-28
KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
Haitao Shan
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
2023-04-26
Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-10
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
Sean Christopherson
2023-03-22
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
2022-11-18
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-09
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-09-26
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-07-14
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
2022-04-02
KVM: x86: allow per cpu apicv inhibit reasons
Maxim Levitsky
2022-03-21
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
Maxim Levitsky
[next]