开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
2021-02-22
KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
Sean Christopherson
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
2021-02-19
KVM: x86: Fold "write-protect large" use case into generic write-protect
Sean Christopherson
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
2021-02-19
KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEs
Sean Christopherson
2021-02-19
KVM: x86/mmu: Pass the memslot to the rmap callbacks
Sean Christopherson
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
2021-02-19
KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...
Sean Christopherson
2021-02-09
KVM: x86/mmu: Make HVA handler retpoline-friendly
Maciej S. Szmigiero
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
2021-02-04
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
Sean Christopherson
2021-02-04
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
Sean Christopherson
2021-02-04
KVM: x86/mmu: Allow parallel page faults for the TDP MMU
Ben Gardon
2021-02-04
KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
Ben Gardon
2021-02-04
KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
Ben Gardon
2021-02-04
KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
Ben Gardon
2021-02-04
KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
Ben Gardon
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
2021-02-04
KVM: x86/mmu: Clear dirtied pages mask bit before early break
Ben Gardon
2021-02-04
KVM: x86/mmu: Skip no-op changes in TDP MMU functions
Ben Gardon
2021-02-04
KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
Ben Gardon
2021-02-04
KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
Ben Gardon
2021-02-04
KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
Ben Gardon
2021-02-04
KVM: x86/mmu: Merge flush and non-flush tdp_mmu_iter_cond_resched
Ben Gardon
2021-02-04
KVM: x86/mmu: Fix braces in kvm_recover_nx_lpages
Ben Gardon
2021-02-04
KVM: x86/mmu: Factor out handling of removed page tables
Ben Gardon
2021-02-04
KVM: x86/mmu: Don't redundantly clear TDP MMU pt memory
Ben Gardon
2021-02-04
KVM: x86/mmu: Add lockdep when setting a TDP MMU SPTE
Ben Gardon
2021-02-04
KVM: x86/mmu: Add comment on __tdp_mmu_set_spte
Ben Gardon
2021-02-04
KVM: x86/mmu: change TDP MMU yield function returns to match cond_resched
Ben Gardon
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2021-02-04
KVM: Stop using deprecated jump label APIs
Cun Li
2021-02-04
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
2021-02-04
KVM: x86: Zap the oldest MMU pages, not the newest
Sean Christopherson
2021-02-04
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
2021-02-04
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
Ben Gardon
2021-01-07
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-07
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
2021-01-07
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2021-01-07
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
2021-01-07
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2020-12-11
KVM: mmu: Fix SPTE encoding of MMIO generation upper half
Maciej S. Szmigiero
[next]