index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu.c
Age
Commit message (
Expand
)
Author
2023-07-01
Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-07-01
Merge tag 'kvm-x86-mmu-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-06-13
KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
Sean Christopherson
2023-06-06
KVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares
Sean Christopherson
2023-06-06
KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
Sean Christopherson
2023-06-02
KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
Sean Christopherson
2023-05-26
KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
Like Xu
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-10
KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faults
Sean Christopherson
2023-04-10
KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V code
Sean Christopherson
2023-04-10
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
Sean Christopherson
2023-04-06
KVM: x86: Add a helper to query whether or not a vCPU has ever run
Sean Christopherson
2023-03-22
KVM: x86/mmu: Avoid indirect call for get_cr3
Paolo Bonzini
2023-03-17
KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
Sean Christopherson
2023-03-17
KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
Sean Christopherson
2023-03-17
KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
Sean Christopherson
2023-03-17
KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()
David Matlack
2023-03-17
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
David Matlack
2023-03-17
KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
David Matlack
2023-03-16
KVM: x86/mmu: Track tail count in pte_list_desc to optimize guest fork()
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Skip calling mmu->sync_spte() when the spte is 0
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Remove FNAME(invlpg) and use FNAME(sync_spte) to update vTLB in...
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Allow the roots to be invalid in FNAME(invlpg)
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Use kvm_mmu_invalidate_addr() in nested_ept_invalidate_addr()
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Use kvm_mmu_invalidate_addr() in kvm_mmu_invpcid_gva()
Lai Jiangshan
2023-03-16
kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_addr()
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Sanity check input to kvm_mmu_free_roots()
Sean Christopherson
2023-03-16
KVM: x86/mmu: Move the code out of FNAME(sync_page)'s loop body into mmu.c
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Set mmu->sync_page as NULL for direct paging
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Check mmu->sync_page pointer in kvm_sync_page_check()
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Move the check in FNAME(sync_page) as kvm_sync_page_check()
Lai Jiangshan
2023-03-16
KVM: x86/mmu: Use 64-bit address to invalidate to fix a subtle bug
Lai Jiangshan
2023-03-14
KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
Sean Christopherson
2023-02-16
KVM: x86/mmu: Make tdp_mmu_allowed static
David Matlack
2023-01-24
KVM: x86/mmu: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-24
KVM: x86/mmu: Cleanup range-based flushing for given page
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
Hou Wenlong
2023-01-24
KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
Hou Wenlong
2023-01-24
KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.h
Hou Wenlong
2023-01-24
KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()
Wei Liu
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
Merge branch 'kvm-late-6.1' into HEAD
Paolo Bonzini
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faults
Sean Christopherson
2022-12-29
KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMU
Sean Christopherson
2022-12-29
KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()
Sean Christopherson
2022-12-29
KVM: x86/mmu: Rename __direct_map() to direct_map()
David Matlack
2022-12-29
KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
David Matlack
2022-12-29
KVM: x86/mmu: Split out TDP MMU page fault handling
David Matlack
[next]