summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu
AgeCommit message (Expand)Author
2024-02-27kvm/x86: allocate the write-tracking metadata on-demandAndrei Vagin
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson
2024-02-22KVM: x86/mmu: Free TDP MMU roots while holding mmy_lock for readSean Christopherson
2024-02-22KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for readSean Christopherson
2024-02-22KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for readSean Christopherson
2024-02-22KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEsSean Christopherson
2024-02-22KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN rangeSean Christopherson
2024-02-22KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iteratorsSean Christopherson
2024-02-22KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid rootsSean Christopherson
2024-02-22KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularitySean Christopherson
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-01kernel.h: removed REPEAT_BYTE from kernel.hTanzir Hasan
2024-01-31KVM: x86/mmu: Use KMEM_CACHE instead of kmem_cache_create()Kunwu Chan
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-08Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-01-08Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-01KVM: x86/mmu: fix comment about mmu_unsync_pages_lockPaolo Bonzini
2023-12-01KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini
2023-12-01KVM: x86/mmu: remove unnecessary "bool shared" argument from iteratorsPaolo Bonzini
2023-12-01KVM: x86/mmu: remove unnecessary "bool shared" argument from functionsPaolo Bonzini
2023-12-01KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMUDavid Matlack
2023-12-01KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEARDavid Matlack
2023-11-29KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=nSean Christopherson
2023-11-28KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGDBinbin Wu
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng
2023-11-14KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-18KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptepLi zeming
2023-10-09KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao
2023-10-04kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson
2023-09-23KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini
2023-09-21KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson
2023-08-31KVM: x86/mmu: Include mmu.h in spte.hSean Christopherson
2023-08-31KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest rootsSean Christopherson
2023-08-31KVM: x86/mmu: Disallow guest from using !visible slots for page tablesSean Christopherson
2023-08-31KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow pageSean Christopherson
2023-08-31KVM: x86/mmu: Harden new PGD against roots without shadow pagesSean Christopherson
2023-08-31KVM: x86/mmu: Add helper to convert root hpa to shadow pageSean Christopherson
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson
2023-08-31KVM: x86/mmu: Bug the VM if write-tracking is used but not enabledSean Christopherson
2023-08-31KVM: x86/mmu: Assert that correct locks are held for page write-trackingSean Christopherson
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson