index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2022-05-02
KVM: Add max_vcpus field in common 'struct kvm'
Sean Christopherson
2022-05-02
KVM: x86: avoid loading a vCPU after .vm_destroy was called
Maxim Levitsky
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2022-04-29
KVM: X86/MMU: Add sp_has_gptes()
Lai Jiangshan
2022-04-29
KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
Suravee Suthikulpanit
2022-04-29
KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
Suravee Suthikulpanit
2022-04-29
KVM: x86/mmu: replace direct_map with root_role.direct
Paolo Bonzini
2022-04-29
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
2022-04-29
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu
Paolo Bonzini
2022-04-29
KVM: x86/mmu: simplify and/or inline computation of shadow MMU roles
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove redundant bits from extended role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: rename kvm_mmu_role union
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
2022-04-29
KVM: x86/mmu: store shadow EFER.NX in the MMU role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for shadow paging
Paolo Bonzini
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
2022-04-29
KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove "bool base_only" arguments
Paolo Bonzini
2022-04-29
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
2022-04-29
KVM: x86/mmu: rephrase unclear comment
Paolo Bonzini
2022-04-29
KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmu
Paolo Bonzini
2022-04-29
KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
KVM: x86/mmu: nested EPT cannot be used in SMM
Paolo Bonzini
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
2022-04-29
x86/cpufeatures: Add virtual TSC_AUX feature bit
Babu Moger
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
2022-04-13
KVM: x86: Bail to userspace if emulation of atomic user access faults
Sean Christopherson
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
Sean Christopherson
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
2022-04-13
x86/uaccess: Implement macros for CMPXCHG on user addresses
Peter Zijlstra
2022-04-13
KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
Peter Gonda
2022-04-13
KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
Sean Christopherson
2022-04-13
KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
Sean Christopherson
2022-04-13
KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
Sean Christopherson
2022-04-13
KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
Like Xu
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
2022-04-13
KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection
Like Xu
2022-04-13
KVM: x86: Move kvm_ops_static_call_update() to x86.c
Like Xu
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2022-04-13
x86/kvm: Don't waste kvmclock memory if there is nopv parameter
Wanpeng Li
[next]