index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
Yuan Yao
2022-06-09
1
-1
/
+1
*
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-09
1
-6
/
+10
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
7
-381
/
+488
|
|
\
|
*
|
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
2022-05-20
1
-2
/
+4
|
*
|
KVM: x86/mmu: Update number of zapped pages even if page list is stable
Sean Christopherson
2022-05-12
1
-4
/
+6
*
|
|
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Ben Gardon
2022-06-07
3
-6
/
+42
*
|
|
KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
Shaoqin Huang
2022-06-07
1
-1
/
+1
|
|
/
|
/
|
*
|
KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
Vipin Sharma
2022-05-12
1
-2
/
+4
*
|
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
2022-05-12
1
-19
/
+0
*
|
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-05-12
3
-10
/
+30
*
|
KVM: x86/mmu: Rename reset_rsvds_bits_mask()
Kai Huang
2022-05-12
1
-3
/
+3
*
|
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
2022-05-12
4
-12
/
+32
*
|
KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faults
Sean Christopherson
2022-05-12
1
-3
/
+3
*
|
KVM: x86/mmu: Make all page fault handlers internal to the MMU
Sean Christopherson
2022-05-12
2
-1
/
+108
*
|
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
2022-05-12
4
-32
/
+35
*
|
KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"
Sean Christopherson
2022-05-12
1
-7
/
+12
*
|
KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
Sean Christopherson
2022-05-12
3
-17
/
+41
*
|
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
5
-61
/
+121
|
\
\
|
|
/
|
*
KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
Sean Christopherson
2022-05-03
2
-31
/
+85
|
*
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
3
-27
/
+32
|
*
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2022-05-03
2
-9
/
+10
*
|
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2022-04-29
2
-0
/
+17
*
|
KVM: X86/MMU: Add sp_has_gptes()
Lai Jiangshan
2022-04-29
1
-7
/
+15
*
|
KVM: x86/mmu: replace direct_map with root_role.direct
Paolo Bonzini
2022-04-29
1
-15
/
+12
*
|
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
2022-04-29
2
-13
/
+9
*
|
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
2
-20
/
+15
*
|
KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu
Paolo Bonzini
2022-04-29
1
-11
/
+9
*
|
KVM: x86/mmu: simplify and/or inline computation of shadow MMU roles
Paolo Bonzini
2022-04-29
1
-41
/
+24
*
|
KVM: x86/mmu: remove redundant bits from extended role
Paolo Bonzini
2022-04-29
1
-4
/
+10
*
|
KVM: x86/mmu: rename kvm_mmu_role union
Paolo Bonzini
2022-04-29
1
-14
/
+14
*
|
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
2022-04-29
3
-47
/
+45
*
|
KVM: x86/mmu: store shadow EFER.NX in the MMU role
Paolo Bonzini
2022-04-29
1
-11
/
+12
*
|
KVM: x86/mmu: cleanup computation of MMU roles for shadow paging
Paolo Bonzini
2022-04-29
1
-8
/
+6
*
|
KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging
Paolo Bonzini
2022-04-29
1
-32
/
+9
*
|
KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common
Paolo Bonzini
2022-04-29
1
-20
/
+7
*
|
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
2022-04-29
2
-2
/
+1
*
|
KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
1
-15
/
+9
*
|
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
2022-04-29
2
-42
/
+69
*
|
KVM: x86/mmu: remove "bool base_only" arguments
Paolo Bonzini
2022-04-29
1
-43
/
+23
*
|
KVM: x86/mmu: rephrase unclear comment
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
|
KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmu
Paolo Bonzini
2022-04-29
1
-13
/
+15
*
|
KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
1
-11
/
+15
*
|
KVM: x86/mmu: nested EPT cannot be used in SMM
Paolo Bonzini
2022-04-29
1
-3
/
+5
*
|
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
2022-04-29
3
-3
/
+8
*
|
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
2022-04-29
1
-1
/
+1
*
|
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
2022-04-29
3
-20
/
+58
|
\
\
|
|
/
|
*
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
2022-04-29
1
-5
/
+42
|
*
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
2022-04-29
3
-15
/
+16
*
|
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
2022-04-13
1
-37
/
+1
*
|
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
2022-04-13
1
-1
/
+7
[next]