index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: create mmu/ subdirectory
Paolo Bonzini
2019-11-21
1
-6502
/
+0
*
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
2019-11-21
1
-10
/
+272
|
\
|
*
KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
Sean Christopherson
2019-11-14
1
-3
/
+2
|
*
kvm: x86: disable shattered huge page recovery for PREEMPT_RT.
Paolo Bonzini
2019-11-13
1
-0
/
+5
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-11-12
1
-4
/
+4
|
|
\
|
|
*
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
2019-11-12
1
-4
/
+4
|
*
|
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-04
1
-0
/
+129
|
*
|
kvm: mmu: ITLB_MULTIHIT mitigation
Paolo Bonzini
2019-11-04
1
-6
/
+135
|
|
/
*
/
KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...
Liran Alon
2019-11-15
1
-1
/
+1
|
/
*
KVM: x86: fix nested guest live migration with PML
Paolo Bonzini
2019-09-27
1
-7
/
+32
*
KVM: x86: assign two bits to track SPTE kinds
Paolo Bonzini
2019-09-27
1
-10
/
+18
*
KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero
Sean Christopherson
2019-09-24
1
-4
/
+5
*
KVM: x86/mmu: Explicitly track only a single invalid mmu generation
Sean Christopherson
2019-09-24
1
-2
/
+12
*
KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"
Sean Christopherson
2019-09-24
1
-6
/
+23
*
KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pag...
Sean Christopherson
2019-09-24
1
-3
/
+22
*
KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""
Sean Christopherson
2019-09-24
1
-26
/
+9
*
KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate...
Sean Christopherson
2019-09-24
1
-0
/
+1
*
KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes
Sean Christopherson
2019-09-24
1
-14
/
+3
*
KVM: x86/mmu: Treat invalid shadow pages as obsolete
Sean Christopherson
2019-09-24
1
-2
/
+3
*
KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}
Sean Christopherson
2019-09-24
1
-12
/
+2
*
KVM: x86: Relocate MMIO exit stats counting
Sean Christopherson
2019-09-24
1
-2
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-09-18
1
-22
/
+39
|
\
|
*
kvm: Nested KVM MMUs need PAE root too
Jiří Paleček
2019-09-11
1
-8
/
+22
|
*
KVM: x86/mmu: Consolidate "is MMIO SPTE" code
Sean Christopherson
2019-08-22
1
-8
/
+8
|
*
KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
Sean Christopherson
2019-08-22
1
-6
/
+9
*
|
KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot
Sean Christopherson
2019-09-14
1
-2
/
+99
|
/
*
Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"
Paolo Bonzini
2019-08-21
1
-32
/
+1
*
Documentation: move Documentation/virtual to Documentation/virt
Christoph Hellwig
2019-07-24
1
-1
/
+1
*
x86: kvm: avoid constant-conversion warning
Arnd Bergmann
2019-07-15
1
-3
/
+3
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-07-12
1
-74
/
+108
|
\
|
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-10
/
+11
|
|
\
|
*
|
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
Paolo Bonzini
2019-07-05
1
-7
/
+6
|
*
|
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
Paolo Bonzini
2019-07-05
1
-3
/
+9
|
*
|
KVM: x86: remove now unneeded hugepage gfn adjustment
Paolo Bonzini
2019-07-05
1
-6
/
+3
|
*
|
KVM: x86: make FNAME(fetch) and __direct_map more similar
Paolo Bonzini
2019-07-05
1
-28
/
+25
|
*
|
kvm: x86: Do not release the page inside mmu_set_spte()
Junaid Shahid
2019-07-05
1
-11
/
+7
|
*
|
KVM: x86: clean up conditions for asynchronous page fault handling
Paolo Bonzini
2019-06-13
1
-13
/
+0
|
*
|
kvm: Convert kvm_lock to a mutex
Junaid Shahid
2019-06-05
1
-2
/
+2
|
*
|
kvm: x86: Fix reserved bits related calculation errors caused by MKTME
Kai Huang
2019-06-04
1
-6
/
+27
|
*
|
kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c
Kai Huang
2019-06-04
1
-0
/
+31
*
|
|
mm: lift the x86_32 PAE version of gup_get_pte to common code
Christoph Hellwig
2019-07-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
1
-4
/
+1
|
\
\
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
|
/
*
/
KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
Sean Christopherson
2019-06-19
1
-6
/
+10
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
1
-6
/
+17
|
\
|
*
kvm: x86: Fix L1TF mitigation for shadow MMU
Kai Huang
2019-05-15
1
-5
/
+13
|
*
kvm, x86: Properly check whether a pfn is an MMIO or not
KarimAllah Ahmed
2019-04-30
1
-1
/
+4
*
|
x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE
Vitaly Kuznetsov
2019-04-30
1
-0
/
+1
|
/
*
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-04-16
1
-7
/
+6
*
KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes
Sean Christopherson
2019-04-15
1
-1
/
+1
[next]