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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()
Sean Christopherson
1
-23
/
+10
2019-02-20
KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping children
Sean Christopherson
1
-2
/
+5
2019-02-20
KVM: x86/mmu: Differentiate between nr zapped and list unstable
Sean Christopherson
1
-10
/
+26
2019-02-20
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
1
-97
/
+1
2019-02-20
KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptes
Sean Christopherson
1
-1
/
+2
2019-02-20
KVM: x86/mmu: skip over invalid root pages when zapping all sptes
Sean Christopherson
1
-1
/
+4
2019-02-20
Revert "KVM: x86: use the fast way to invalidate all pages"
Sean Christopherson
1
-0
/
+15
2019-02-20
Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"
Sean Christopherson
1
-1
/
+0
2019-02-20
Revert "KVM: MMU: zap pages in batch"
Sean Christopherson
1
-11
/
+24
2019-02-20
Revert "KVM: MMU: collapse TLB flushes when zap all pages"
Sean Christopherson
1
-28
/
+3
2019-02-20
Revert "KVM: MMU: reclaim the zapped-obsolete page first"
Sean Christopherson
1
-17
/
+4
2019-02-20
KVM: x86/mmu: Remove is_obsolete() call
Sean Christopherson
1
-5
/
+1
2019-02-20
KVM: x86/mmu: Voluntarily reschedule as needed when zapping MMIO sptes
Sean Christopherson
1
-1
/
+2
2019-02-20
Revert "KVM: MMU: drop kvm_mmu_zap_mmio_sptes"
Sean Christopherson
1
-1
/
+21
2019-02-20
KVM: x86/mmu: Zap only the relevant pages when removing a memslot
Sean Christopherson
1
-1
/
+32
2019-02-20
KVM: x86/mmu: Split remote_flush+zap case out of kvm_mmu_flush_or_zap()
Sean Christopherson
1
-6
/
+16
2019-02-20
KVM: x86/mmu: Move slot_level_*() helper functions up a few lines
Sean Christopherson
1
-69
/
+70
2019-02-20
KVM: Move the memslot update in-progress flag to bit 63
Sean Christopherson
1
-19
/
+12
2019-02-20
KVM: x86: Refactor the MMIO SPTE generation handling
Sean Christopherson
1
-33
/
+43
2019-02-20
KVM: x86: Use a u64 when passing the MMIO gen around
Sean Christopherson
1
-7
/
+7
2019-02-20
KVM: x86/mmu: Detect MMIO generation wrap in any address space
Sean Christopherson
1
-2
/
+19
2019-02-20
KVM: Call kvm_arch_memslots_updated() before updating memslots
Sean Christopherson
1
-2
/
+2
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-3
/
+3
2019-02-20
kvm, x86, mmu: Use kernel generic dynamic physical address mask
Kai Huang
1
-3
/
+5
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-12-21
KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
Lan Tianyu
1
-3
/
+13
2018-12-21
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
Lan Tianyu
1
-0
/
+5
2018-12-21
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
1
-6
/
+2
2018-12-21
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
1
-1
/
+2
2018-12-21
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
1
-10
/
+21
2018-12-21
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
1
-1
/
+36
2018-12-21
KVM: fix some typos
Wei Yang
1
-1
/
+1
2018-11-27
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
2018-10-25
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-158
/
+235
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+1
2018-10-17
KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bits
Wei Yang
1
-3
/
+9
2018-10-17
KVM: x86: rename pte_list_remove to __pte_list_remove
Wei Yang
1
-8
/
+8
2018-10-17
kvm/x86 : fix some typo
Peng Hao
1
-2
/
+2
2018-10-17
x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()
Vitaly Kuznetsov
1
-0
/
+6
2018-10-17
x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
Vitaly Kuznetsov
1
-34
/
+61
2018-10-17
x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
1
-15
/
+38
2018-10-17
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
Vitaly Kuznetsov
1
-6
/
+20
2018-10-17
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
1
-12
/
+0
2018-10-17
x86/kvm/mmu: introduce guest_mmu
Vitaly Kuznetsov
1
-5
/
+15
2018-10-17
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Vitaly Kuznetsov
1
-4
/
+5
2018-10-17
x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
1
-0
/
+1
2018-10-17
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
1
-82
/
+83
2018-10-17
KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objects
Wei Yang
1
-2
/
+2
2018-10-01
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-09-20
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
1
-1
/
+1
[prev]
[next]