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_internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs
Sean Christopherson
1
-1
/
+1
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
1
-2
/
+15
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
1
-3
/
+4
2022-06-20
KVM: x86/mmu: Dedup macros for computing various page table masks
Sean Christopherson
1
-0
/
+14
2022-05-12
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
1
-2
/
+26
2022-05-12
KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faults
Sean Christopherson
1
-3
/
+3
2022-05-12
KVM: x86/mmu: Make all page fault handlers internal to the MMU
Sean Christopherson
1
-1
/
+89
2022-05-12
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
1
-1
/
+8
2022-03-08
KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Paolo Bonzini
1
-1
/
+7
2022-03-08
KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
Sean Christopherson
1
-1
/
+6
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
1
-1
/
+1
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
Ben Gardon
1
-1
/
+1
2021-12-08
KVM: x86/mmu: Use shadow page role to detect PML-unfriendly pages for L2
Sean Christopherson
1
-4
/
+3
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-2
/
+2
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
1
-5
/
+0
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+1
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-10
/
+2
2021-09-30
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
1
-1
/
+2
2021-09-06
KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_page
Sean Christopherson
1
-1
/
+5
2021-09-06
KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache locality
Sean Christopherson
1
-2
/
+1
2021-09-06
KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page
Jia He
1
-1
/
+0
2021-08-20
KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
Peter Xu
1
-0
/
+1
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-2
/
+2
2021-08-02
KVM: x86/mmu: Fix use of enums in trace_fast_page_fault
David Matlack
1
-0
/
+3
2021-06-24
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
1
-2
/
+1
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
1
-1
/
+2
2021-06-17
KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
Shaokun Zhang
1
-3
/
+6
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-20
/
+24
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
1
-1
/
+5
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
1
-16
/
+0
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
1
-2
/
+3
2021-04-17
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
1
-1
/
+6
2021-04-02
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
1
-0
/
+5
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-0
/
+5
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
1
-0
/
+5
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
1
-0
/
+10
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
1
-8
/
+8
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
1
-0
/
+2
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-0
/
+2
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
1
-0
/
+3
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
1
-1
/
+1
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
1
-0
/
+32
2020-10-21
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
1
-0
/
+2
2020-10-21
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-0
/
+20
2020-10-21
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
1
-1
/
+30
2020-07-08
KVM: x86/mmu: Rename page_header() to to_shadow_page()
Sean Christopherson
1
-2
/
+2
[next]