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-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
1
-6
/
+17
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
1
-1
/
+1
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
1
-20
/
+15
2021-02-19
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
1
-32
/
+0
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
1
-45
/
+0
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
1
-11
/
+5
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
1
-4
/
+1
2021-02-19
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
1
-5
/
+6
2021-02-19
KVM: x86/mmu: Pass the memslot to the rmap callbacks
Sean Christopherson
1
-9
/
+15
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
1
-15
/
+22
2021-02-09
KVM: x86/mmu: Make HVA handler retpoline-friendly
Maciej S. Szmigiero
1
-10
/
+11
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-18
/
+18
2021-02-04
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
Sean Christopherson
1
-5
/
+9
2021-02-04
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
Sean Christopherson
1
-54
/
+50
2021-02-04
KVM: x86/mmu: Allow parallel page faults for the TDP MMU
Ben Gardon
1
-2
/
+10
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
1
-45
/
+45
2021-02-04
KVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
Ben Gardon
1
-2
/
+2
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
1
-10
/
+10
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
1
-7
/
+8
2021-02-04
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
1
-47
/
+2
2021-02-04
KVM: x86: Zap the oldest MMU pages, not the newest
Sean Christopherson
1
-1
/
+1
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
1
-23
/
+30
2021-01-07
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
1
-7
/
+13
2021-01-07
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
1
-8
/
+7
2021-01-07
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
1
-9
/
+6
2021-01-07
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
1
-1
/
+6
2020-11-27
kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT
Vitaly Kuznetsov
1
-1
/
+1
2020-11-15
KVM: Don't allocate dirty bitmap if dirty ring is enabled
Peter Xu
1
-1
/
+1
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
1
-0
/
+8
2020-11-08
KVM: x86/mmu: fix counting of rmap entries in pte_list_add
Li RongQing
1
-5
/
+7
2020-10-30
KVM: x86: replace static const variables with macros
Paolo Bonzini
1
-5
/
+5
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
1
-4
/
+9
2020-10-23
kvm: x86/mmu: Don't clear write flooding count for direct roots
Ben Gardon
1
-1
/
+7
2020-10-23
kvm: x86/mmu: Support MMIO in the TDP MMU
Ben Gardon
1
-21
/
+49
2020-10-23
kvm: x86/mmu: Support write protection for nesting in tdp MMU
Ben Gardon
1
-0
/
+4
2020-10-23
kvm: x86/mmu: Support disabling dirty logging for the tdp MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Support dirty logging for the TDP MMU
Ben Gardon
1
-0
/
+14
2020-10-23
kvm: x86/mmu: Support changed pte notifier in tdp MMU
Ben Gardon
1
-1
/
+8
2020-10-23
kvm: x86/mmu: Add access tracking for tdp_mmu
Ben Gardon
1
-2
/
+14
2020-10-23
kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMU
Ben Gardon
1
-1
/
+8
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
1
-33
/
+20
2020-10-21
kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
Ben Gardon
1
-6
/
+7
2020-10-21
kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
Ben Gardon
1
-0
/
+15
2020-10-21
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
1
-1
/
+1
2020-10-21
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-6
/
+18
2020-10-21
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
1
-0
/
+5
2020-10-21
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
1
-546
/
+5
2020-10-21
KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
Paolo Bonzini
1
-7
/
+17
2020-10-21
kvm: x86/mmu: Separate making SPTEs from set_spte
Ben Gardon
1
-16
/
+33
2020-10-21
kvm: mmu: Separate making non-leaf sptes from link_shadow_page
Ben Gardon
1
-6
/
+15
[next]