index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
2022-06-20
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
2022-06-20
KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
Sean Christopherson
2022-06-20
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-06-20
KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yield
Sean Christopherson
2022-06-20
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
2022-06-20
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
2022-06-20
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
2022-06-20
KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1
Sean Christopherson
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
Sean Christopherson
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
Sean Christopherson
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
Uros Bizjak
2022-06-15
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
Uros Bizjak
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
2022-06-15
KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
Sean Christopherson
2022-06-15
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
2022-06-15
KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
Lai Jiangshan
2022-06-15
KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
Lai Jiangshan
2022-06-15
KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
Lai Jiangshan
2022-06-15
KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING
Sean Christopherson
2022-06-15
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
2022-06-10
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
2022-06-10
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
2022-06-10
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
2022-06-10
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2022-06-10
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2022-06-10
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2022-06-10
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
2022-06-10
KVM: x86: Grab regs_dirty in local 'unsigned long'
Sean Christopherson
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
2022-06-09
KVM: x86: disable preemption while updating apicv inhibition
Maxim Levitsky
2022-06-09
KVM: x86: SVM: fix avic_kick_target_vcpus_fast
Maxim Levitsky
2022-06-09
KVM: x86: SVM: remove avic's broken code that updated APIC ID
Maxim Levitsky
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
2022-06-09
KVM: x86: document AVIC/APICv inhibit reasons
Maxim Levitsky
2022-06-09
KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
Yuan Yao
2022-06-09
Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-09
KVM: arm64: Drop stale comment
Marc Zyngier
2022-06-09
KVM: arm64: Remove redundant hyp_assert_lock_held() assertions
Will Deacon
2022-06-09
KVM: arm64: Extend comment in has_vhe()
Will Deacon
2022-06-09
KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHE
Will Deacon
[next]