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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
KVM: Drop kvm_reload_remote_mmus(), open code request in x86 users
Sean Christopherson
1
-7
/
+7
2022-02-25
KVM: x86/mmu: clear MMIO cache when unloading the MMU
Paolo Bonzini
1
-0
/
+1
2022-02-25
KVM: x86/mmu: Always use current mmu's role when loading new PGD
Paolo Bonzini
1
-25
/
+4
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
1
-22
/
+19
2022-02-25
KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bit
Paolo Bonzini
1
-23
/
+59
2022-02-25
KVM: x86/mmu: do not pass vcpu to root freeing functions
Paolo Bonzini
1
-8
/
+11
2022-02-25
KVM: x86/mmu: do not consult levels when freeing roots
Paolo Bonzini
1
-4
/
+6
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
4
-42
/
+35
2022-02-25
KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
Paolo Bonzini
1
-0
/
+2
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
3
-330
/
+0
2022-02-10
KVM: x86/mmu: Add tracepoint for splitting huge pages
David Matlack
2
-3
/
+30
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
3
-31
/
+63
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
5
-0
/
+262
2022-02-10
KVM: x86/mmu: Separate TDP MMU shadow page allocation and initialization
David Matlack
1
-9
/
+17
2022-02-10
KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parent
David Matlack
1
-18
/
+19
2022-02-10
KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pages
David Matlack
1
-4
/
+0
2022-02-10
KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page root
David Matlack
3
-17
/
+15
2022-02-10
KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
David Matlack
2
-14
/
+15
2022-02-10
KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()
David Matlack
1
-6
/
+5
2022-02-10
KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()
David Matlack
1
-3
/
+0
2022-02-10
KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table
David Matlack
1
-32
/
+36
2022-02-10
KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()
David Matlack
1
-5
/
+3
2022-02-10
KVM: x86/mmu: Rename TDP MMU functions that handle shadow pages
David Matlack
1
-14
/
+14
2022-02-10
KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
David Matlack
1
-21
/
+26
2022-02-10
KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
David Matlack
1
-29
/
+23
2022-02-10
KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()
David Matlack
1
-5
/
+5
2022-02-10
KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()
David Matlack
1
-3
/
+3
2022-02-10
KVM: x86/mmu: Consolidate comments about {Host,MMU}-writable
David Matlack
2
-55
/
+60
2022-02-10
KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLE
David Matlack
3
-7
/
+7
2022-02-10
KVM: x86/mmu: Move is_writable_pte() to spte.h
David Matlack
1
-1
/
+39
2022-02-10
KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEs
David Matlack
4
-9
/
+6
2022-02-10
KVM: x86/mmu: Move SPTE writable invariant checks to a helper function
David Matlack
1
-7
/
+13
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
1
-3
/
+3
2022-02-10
KVM: x86/mmu_audit: Remove unused "level" of audit_spte_after_sync()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
Jinrong Liang
2
-4
/
+3
2022-02-10
KVM: x86/mmu: Remove unused "vcpu" of reset_{tdp,ept}_shadow_zero_bits_mask()
Jinrong Liang
1
-6
/
+4
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of __rmap_write_protect()
Jinrong Liang
1
-5
/
+4
2022-02-10
KVM: x86/mmu: Remove unused "kvm" of kvm_mmu_unlink_parents()
Jinrong Liang
1
-2
/
+2
2022-02-10
KVM: x86/mmu: Zap _all_ roots when unmapping gfn range in TDP MMU
Sean Christopherson
1
-15
/
+24
2022-02-10
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson
2
-5
/
+10
2022-02-10
KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
Sean Christopherson
1
-7
/
+2
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-18
/
+62
2022-01-19
KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()
David Matlack
1
-9
/
+22
2022-01-19
KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants
David Matlack
1
-6
/
+36
2022-01-19
KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
David Matlack
1
-0
/
+1
2022-01-19
KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
David Matlack
1
-3
/
+3
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-142
/
+86
2022-01-10
Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2021-12-22
x86/mtrr: Remove the mtrr_bp_init() stub
Christoph Hellwig
1
-0
/
+1
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
4
-14
/
+43
[next]