index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-07
2
-26
/
+31
|
\
|
*
x86/pkru: Remove xstate fiddling from write_pkru()
Thomas Gleixner
2021-06-23
1
-2
/
+2
|
*
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-23
2
-0
/
+2
|
*
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
2021-06-23
1
-2
/
+2
|
*
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
2021-06-23
1
-1
/
+1
|
*
x86/kvm: Avoid looking up PKRU in XSAVE buffer
Dave Hansen
2021-06-23
1
-21
/
+24
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-29
43
-1426
/
+2699
|
\
\
|
*
|
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
2021-06-25
2
-4
/
+4
|
*
|
kvm: x86: disable the narrow guest module parameter on unload
Aaron Lewis
2021-06-25
1
-0
/
+2
|
*
|
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
2021-06-25
1
-4
/
+36
|
*
|
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on
Sean Christopherson
2021-06-25
1
-3
/
+17
|
*
|
KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2021-06-25
1
-1
/
+1
|
*
|
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2021-06-25
2
-8
/
+2
|
*
|
KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
Sean Christopherson
2021-06-25
1
-6
/
+0
|
*
|
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
2021-06-25
2
-32
/
+30
|
*
|
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-25
2
-0
/
+2
|
*
|
KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
Sean Christopherson
2021-06-25
1
-1
/
+4
|
*
|
KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMU
Sean Christopherson
2021-06-25
2
-21
/
+34
|
*
|
KVM: x86/mmu: Use MMU's role to determine PTTYPE
Sean Christopherson
2021-06-25
1
-4
/
+4
|
*
|
KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpers
Sean Christopherson
2021-06-25
1
-17
/
+2
|
*
|
KVM: x86/mmu: Add a helper to calculate root from role_regs
Sean Christopherson
2021-06-25
1
-35
/
+25
|
*
|
KVM: x86/mmu: Add helper to update paging metadata
Sean Christopherson
2021-06-25
1
-18
/
+15
|
*
|
KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0
Sean Christopherson
2021-06-25
1
-10
/
+10
|
*
|
KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
Sean Christopherson
2021-06-25
1
-11
/
+10
|
*
|
KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helper
Sean Christopherson
2021-06-25
2
-11
/
+1
|
*
|
KVM: x86/mmu: Get nested MMU's root level from the MMU's role
Sean Christopherson
2021-06-25
1
-5
/
+1
|
*
|
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Sean Christopherson
2021-06-25
1
-17
/
+0
|
*
|
KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configuration
Sean Christopherson
2021-06-25
1
-3
/
+4
|
*
|
KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadata
Sean Christopherson
2021-06-25
1
-20
/
+16
|
*
|
KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
Sean Christopherson
2021-06-25
1
-1
/
+1
|
*
|
KVM: x86/mmu: Use MMU's roles to compute last non-leaf level
Sean Christopherson
2021-06-25
1
-6
/
+6
|
*
|
KVM: x86/mmu: Use MMU's role to compute PKRU bitmask
Sean Christopherson
2021-06-25
1
-14
/
+7
|
*
|
KVM: x86/mmu: Use MMU's role to compute permission bitmask
Sean Christopherson
2021-06-25
1
-9
/
+8
|
*
|
KVM: x86/mmu: Drop vCPU param from reserved bits calculator
Sean Christopherson
2021-06-25
1
-7
/
+4
|
*
|
KVM: x86/mmu: Use MMU's role to get CR4.PSE for computing rsvd bits
Sean Christopherson
2021-06-25
1
-1
/
+1
|
*
|
KVM: x86/mmu: Don't grab CR4.PSE for calculating shadow reserved bits
Sean Christopherson
2021-06-25
1
-6
/
+9
|
*
|
KVM: x86/mmu: Always set new mmu_role immediately after checking old role
Sean Christopherson
2021-06-25
1
-6
/
+9
|
*
|
KVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long mode is active
Sean Christopherson
2021-06-25
1
-2
/
+4
|
*
|
KVM: x86/mmu: Do not set paging-related bits in MMU role if CR0.PG=0
Sean Christopherson
2021-06-25
1
-10
/
+14
|
*
|
KVM: x86/mmu: Add accessors to query mmu_role bits
Sean Christopherson
2021-06-25
2
-1
/
+22
|
*
|
KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
Sean Christopherson
2021-06-25
2
-2
/
+2
|
*
|
KVM: x86/mmu: Use MMU's role_regs, not vCPU state, to compute mmu_role
Sean Christopherson
2021-06-25
1
-40
/
+52
|
*
|
KVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT MMU role
Sean Christopherson
2021-06-25
1
-1
/
+3
|
*
|
KVM: x86/mmu: Consolidate misc updates into shadow_mmu_init_context()
Sean Christopherson
2021-06-25
1
-11
/
+6
|
*
|
KVM: x86/mmu: Add struct and helpers to retrieve MMU role bits from regs
Sean Christopherson
2021-06-25
1
-13
/
+53
|
*
|
KVM: x86/mmu: Grab shadow root level from mmu_role for shadow MMUs
Sean Christopherson
2021-06-25
1
-13
/
+5
|
*
|
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
2021-06-25
3
-7
/
+8
|
*
|
KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
Sean Christopherson
2021-06-25
3
-9
/
+10
|
*
|
KVM: x86/mmu: Drop smep_andnot_wp check from "uses NX" for shadow MMUs
Sean Christopherson
2021-06-25
1
-2
/
+1
|
*
|
KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
Sean Christopherson
2021-06-25
1
-0
/
+6
[next]