index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-19
KVM: x86: Retry page fault if MMU reload is pending and root has no sp
Sean Christopherson
1
-1
/
+15
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
1
-2
/
+21
2021-11-30
KVM: x86/mmu: Handle "default" period when selectively waking kthread
Sean Christopherson
1
-15
/
+33
2021-11-30
KVM: MMU: shadow nested paging does not have PKU
Paolo Bonzini
1
-2
/
+2
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
1
-7
/
+2
2021-11-26
KVM: X86: Use vcpu->arch.walk_mmu for kvm_mmu_invlpg()
Lai Jiangshan
1
-1
/
+1
2021-11-26
KVM: X86: Fix when shadow_root_level=5 && guest root_level<4
Lai Jiangshan
1
-2
/
+2
2021-11-26
KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
Vitaly Kuznetsov
1
-17
/
+11
2021-11-18
KVM: x86/mmu: Pass parameter flush as false in kvm_tdp_mmu_zap_collapsible_sp...
Hou Wenlong
1
-2
/
+2
2021-11-18
KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
Hou Wenlong
1
-1
/
+1
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
1
-0
/
+1
2021-11-18
KVM: x86/mmu: include EFER.LMA in extended mmu role
Maxim Levitsky
1
-0
/
+1
2021-11-11
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
1
-5
/
+5
2021-11-11
kvm: mmu: Use fast PF path for access tracking of huge pages when possible
Junaid Shahid
1
-5
/
+5
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-341
/
+361
2021-10-22
KVM: x86/mmu: Extract zapping of rmaps for gfn range to separate helper
Sean Christopherson
1
-22
/
+30
2021-10-22
KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()
Sean Christopherson
1
-3
/
+0
2021-10-22
KVM: x86/mmu: Drop a redundant, broken remote TLB flush
Sean Christopherson
1
-4
/
+2
2021-10-22
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
1
-0
/
+16
2021-10-22
KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()
Lai Jiangshan
1
-14
/
+27
2021-10-22
kvm: x86: mmu: Make NX huge page recovery period configurable
Junaid Shahid
1
-11
/
+30
2021-10-22
KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
David Matlack
1
-5
/
+13
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-5
/
+5
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
1
-15
/
+63
2021-10-21
KVM: MMU: Reset mmu->pkru_mask to avoid stale data
Chenyi Qiang
1
-3
/
+3
2021-10-18
KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned
Andrei Vagin
1
-0
/
+1
2021-10-01
KVM: x86: only allocate gfn_track when necessary
David Stevens
1
-2
/
+9
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-4
/
+4
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
1
-20
/
+7
2021-10-01
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
1
-7
/
+10
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-2
/
+2
2021-10-01
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
1
-3
/
+4
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
1
-4
/
+4
2021-10-01
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
1
-21
/
+0
2021-10-01
KVM: MMU: inline set_spte in mmu_set_spte
Paolo Bonzini
1
-15
/
+16
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
1
-1
/
+1
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
1
-20
/
+12
2021-10-01
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
1
-3
/
+0
2021-10-01
KVM: x86/mmu: Fold rmap_recycle into rmap_add
David Matlack
1
-26
/
+14
2021-10-01
KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
Sean Christopherson
1
-0
/
+3
2021-10-01
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+2
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-11
/
+8
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-33
/
+27
2021-10-01
KVM: MMU: change fast_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-22
/
+17
2021-10-01
KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+1
2021-10-01
KVM: MMU: change __direct_map() arguments to kvm_page_fault
Paolo Bonzini
1
-19
/
+13
2021-10-01
KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-9
/
+9
2021-10-01
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-27
/
+23
2021-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
1
-9
/
+9
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-24
/
+19
[next]