index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
Age
Commit message (
Expand
)
Author
2 days
Merge branches 'fixes', 'generic', 'irq_test', 'misc', 'svm' and 'vmx'
Sean Christopherson
3 days
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
3 days
KVM: SVM: Remove redundant ret = 0 in svm_set_nested_state
Qiang Ma
2026-06-25
KVM: x86/mmu: unify root_gva_walk and ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change nested_mmu.w to ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_pdptr to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalk
Paolo Bonzini
2026-06-24
KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
Sean Christopherson
2026-06-24
KVM: x86: Replace BUG_ON() with WARN_ON_ONCE() on "bad" nested GPA translation
Sean Christopherson
2026-06-12
Merge branch 'kvm-single-pdptrs' into HEAD
Paolo Bonzini
2026-06-12
KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions
Paolo Bonzini
2026-06-12
Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-06-12
Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-06-03
Merge branch 'kvm-ghcb-for-7.2' into HEAD
Paolo Bonzini
2026-06-03
KVM: nSVM: Use kvm_rax_read() now that it's mode-aware
Sean Christopherson
2026-06-03
KVM: x86: Add mode-aware versions of kvm_<reg>_{read,write}() helpers
Sean Christopherson
2026-05-27
KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitions
Yosry Ahmed
2026-05-27
KVM: nSVM: Move VMRUN instruction retirement after entering guest mode
Yosry Ahmed
2026-05-27
KVM: nSVM: Unify RIP and PMU handling calls when emulating VMRUN
Yosry Ahmed
2026-05-27
KVM: nSVM: Bail early out of VMRUN emulation if advancing RIP fails
Yosry Ahmed
2026-05-27
KVM: nSVM: Stop leaking single-stepping on VMRUN into L2
Yosry Ahmed
2026-05-26
KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bits
Kevin Cheng
2026-05-26
KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
Sean Christopherson
2026-05-14
KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
Jim Mattson
2026-05-14
KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
Jim Mattson
2026-05-14
KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
Jim Mattson
2026-05-14
KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
Jim Mattson
2026-05-14
KVM: x86: nSVM: Cache and validate vmcb12 g_pat
Jim Mattson
2026-05-14
KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
Jim Mattson
2026-05-12
KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is running
Sean Christopherson
2026-05-10
KVM: nSVM: enable GMET for guests
Paolo Bonzini
2026-05-10
KVM: SVM: enable GMET and set it in MMU role
Paolo Bonzini
2026-05-10
KVM: x86/mmu: add support for GMET to NPT page table walks
Paolo Bonzini
2026-05-10
KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmu
Paolo Bonzini
2026-05-10
KVM: x86: make translate_nested_gpa vendor-specific
Paolo Bonzini
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-04-03
KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
Yosry Ahmed
2026-04-03
KVM: SVM: Move RAX legality check to SVM insn interception handlers
Yosry Ahmed
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
2026-04-03
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Yosry Ahmed
2026-03-13
KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()
Yosry Ahmed
2026-03-11
KVM: SVM: check validity of VMCB controls when returning from SMM
Paolo Bonzini
2026-03-04
KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
Yosry Ahmed
2026-03-04
KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12
Yosry Ahmed
2026-03-04
KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12
Yosry Ahmed
2026-03-04
KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
Yosry Ahmed
[next]