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
/
tdp_mmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
1
-7
/
+1
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
1
-2
/
+2
2022-03-21
Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
Paolo Bonzini
1
-1
/
+7
2022-03-08
KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
Sean Christopherson
1
-7
/
+1
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
1
-17
/
+1
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
1
-1
/
+1
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
1
-0
/
+5
2022-02-10
KVM: x86/tdp_mmu: Remove unused "kvm" of kvm_tdp_mmu_get_root()
Jinrong Liang
1
-2
/
+1
2022-02-10
KVM: x86/mmu: Move "invalid" check out of kvm_tdp_mmu_get_root()
Sean Christopherson
1
-3
/
+0
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
1
-3
/
+2
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
1
-2
/
+0
2021-10-01
KVM: MMU: change kvm_tdp_mmu_map() arguments to kvm_page_fault
Paolo Bonzini
1
-3
/
+1
2021-08-20
Revert "KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock"
Sean Christopherson
1
-7
/
+4
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-3
/
+3
2021-08-02
KVM: x86/mmu: fast_page_fault support for the TDP MMU
David Matlack
1
-0
/
+2
2021-08-02
KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with th...
David Matlack
1
-0
/
+10
2021-06-24
KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU check
Sean Christopherson
1
-4
/
+6
2021-06-18
KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmu
David Matlack
1
-2
/
+3
2021-06-18
KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled check
David Matlack
1
-3
/
+1
2021-06-18
KVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
Paolo Bonzini
1
-6
/
+7
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
1
-1
/
+1
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
1
-2
/
+2
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
1
-1
/
+2
2021-04-19
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
1
-0
/
+1
2021-04-19
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
1
-0
/
+5
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
1
-5
/
+9
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
1
-10
/
+3
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
1
-3
/
+7
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
1
-9
/
+1
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
1
-0
/
+18
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
1
-1
/
+2
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
1
-9
/
+5
2021-04-17
KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
Sean Christopherson
1
-6
/
+7
2021-04-17
KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
Sean Christopherson
1
-2
/
+2
2021-03-30
KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages
Sean Christopherson
1
-1
/
+23
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
1
-1
/
+0
2021-02-19
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
1
-1
/
+1
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-4
/
+28
2021-01-07
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
1
-1
/
+3
2020-10-23
kvm: x86/mmu: Support MMIO in the TDP MMU
Ben Gardon
1
-0
/
+2
2020-10-23
kvm: x86/mmu: Support write protection for nesting in tdp MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Support disabling dirty logging for the tdp MMU
Ben Gardon
1
-0
/
+2
2020-10-23
kvm: x86/mmu: Support dirty logging for the TDP MMU
Ben Gardon
1
-0
/
+10
2020-10-23
kvm: x86/mmu: Support changed pte notifier in tdp MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Add access tracking for tdp_mmu
Ben Gardon
1
-0
/
+4
2020-10-23
kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
1
-0
/
+4
2020-10-21
kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
Ben Gardon
1
-0
/
+2
2020-10-21
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-0
/
+5
[next]