index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: kvm: remove NULL check before kfree
Dongliang Mu
2022-06-20
1
-2
/
+1
*
KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
2022-06-20
2
-7
/
+11
*
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2022-06-20
2
-7
/
+10
*
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
2022-06-20
1
-2
/
+3
*
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
2022-06-20
2
-28
/
+13
*
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
2022-06-20
3
-14
/
+1
*
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
2022-06-20
1
-1
/
+1
*
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2022-06-20
2
-37
/
+11
*
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
2022-06-20
8
-59
/
+70
*
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
2022-06-20
5
-19
/
+29
*
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
2022-06-20
3
-13
/
+17
*
KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
Sean Christopherson
2022-06-20
1
-1
/
+1
*
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
2022-06-20
1
-1
/
+1
*
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-06-20
6
-30
/
+23
*
KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yield
Sean Christopherson
2022-06-20
1
-1
/
+2
*
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
2022-06-20
3
-6
/
+6
*
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
2022-06-20
1
-4
/
+0
*
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
2022-06-20
2
-3
/
+6
*
KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1
Sean Christopherson
2022-06-20
1
-1
/
+2
*
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
2022-06-20
3
-7
/
+23
*
KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
Sean Christopherson
2022-06-20
1
-1
/
+2
*
KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
Sean Christopherson
2022-06-20
1
-1
/
+2
*
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
Uros Bizjak
2022-06-15
1
-1
/
+1
*
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
Uros Bizjak
2022-06-15
1
-1
/
+1
*
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
2022-06-15
1
-11
/
+1
*
KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
Sean Christopherson
2022-06-15
1
-7
/
+11
*
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
2022-06-15
1
-6
/
+0
*
KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
Lai Jiangshan
2022-06-15
1
-1
/
+1
*
KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
Lai Jiangshan
2022-06-15
1
-7
/
+0
*
KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
Lai Jiangshan
2022-06-15
1
-2
/
+0
*
KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING
Sean Christopherson
2022-06-15
1
-10
/
+7
*
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
2022-06-15
1
-2
/
+2
*
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
2022-06-10
1
-1
/
+2
*
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
2022-06-10
1
-2
/
+5
*
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
2022-06-10
3
-2
/
+21
*
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2022-06-10
2
-5
/
+6
*
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2022-06-10
2
-2
/
+5
*
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2022-06-10
2
-6
/
+17
*
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
2022-06-10
1
-0
/
+6
*
KVM: x86: Grab regs_dirty in local 'unsigned long'
Sean Christopherson
2022-06-10
1
-1
/
+2
*
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2022-06-09
40
-557
/
+1399
|
\
|
*
KVM: x86: PIT: Preserve state of speaker port data bit
Paul Durrant
2022-06-08
3
-5
/
+9
|
*
KVM: VMX: Reject kvm_intel if an inconsistent VMCS config is detected
Sean Christopherson
2022-06-08
1
-3
/
+17
|
*
KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load time
Sean Christopherson
2022-06-08
2
-7
/
+34
|
*
KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu
Like Xu
2022-06-08
2
-1
/
+18
|
*
KVM: x86/pmu: Restrict advanced features based on module enable_pmu
Like Xu
2022-06-08
3
-3
/
+12
|
*
KVM: x86/pmu: Avoid exposing Intel BTS feature
Like Xu
2022-06-08
3
-4
/
+8
|
*
KVM: x86/pmu: Update global enable_pmu when PMU is undetected
Like Xu
2022-06-08
1
-5
/
+10
|
*
x86: events: Do not return bogus capabilities if PMU is broken
Paolo Bonzini
2022-06-08
1
-2
/
+10
|
*
perf/x86/intel: Fix the comment about guest LBR support on KVM
Like Xu
2022-06-08
1
-2
/
+1
[prev]
[next]