linux-2.6-block.git
2024-10-25 Sean ChristophersonKVM: MIPS: Mark "struct page" pfns accessed only in...
2024-10-25 Sean ChristophersonKVM: MIPS: Mark "struct page" pfns dirty only in "slow...
2024-10-25 Sean ChristophersonKVM: LoongArch: Use kvm_faultin_pfn() to map pfns into...
2024-10-25 Sean ChristophersonKVM: LoongArch: Mark "struct page" pfn accessed before...
2024-10-25 Sean ChristophersonKVM: LoongArch: Mark "struct page" pfns accessed only...
2024-10-25 Sean ChristophersonKVM: LoongArch: Mark "struct page" pfns dirty only...
2024-10-25 Sean ChristophersonKVM: PPC: Use kvm_faultin_pfn() to handle page faults...
2024-10-25 Sean ChristophersonKVM: PPC: Book3S: Mark "struct page" pfns dirty/accesse...
2024-10-25 Sean ChristophersonKVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_...
2024-10-25 Sean ChristophersonKVM: PPC: Use __kvm_faultin_pfn() to handle page faults...
2024-10-25 Sean ChristophersonKVM: PPC: Use __kvm_faultin_pfn() to handle page faults...
2024-10-25 Sean ChristophersonKVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns...
2024-10-25 Sean ChristophersonKVM: RISC-V: Mark "struct page" pfns accessed before...
2024-10-25 Sean ChristophersonKVM: RISC-V: Mark "struct page" pfns dirty iff a stage...
2024-10-25 Sean ChristophersonKVM: arm64: Use __kvm_faultin_pfn() to handle memory...
2024-10-25 Sean ChristophersonKVM: arm64: Mark "struct page" pfns accessed/dirty...
2024-10-25 Sean ChristophersonKVM: PPC: e500: Use __kvm_faultin_pfn() to handle page...
2024-10-25 Sean ChristophersonKVM: PPC: e500: Mark "struct page" pfn accessed before...
2024-10-25 Sean ChristophersonKVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500...
2024-10-25 Sean ChristophersonKVM: VMX: Use __kvm_faultin_page() to get APIC access...
2024-10-25 Sean ChristophersonKVM: VMX: Hold mmu_lock until page is released when...
2024-10-25 Sean ChristophersonKVM: Move x86's API to release a faultin page to common KVM
2024-10-25 Sean ChristophersonKVM: x86/mmu: Don't mark unused faultin pages as accessed
2024-10-25 Sean ChristophersonKVM: x86/mmu: Put refcounted pages instead of blindly...
2024-10-25 Sean ChristophersonKVM: guest_memfd: Provide "struct page" as output from...
2024-10-25 Sean ChristophersonKVM: guest_memfd: Pass index, not gfn, to __kvm_gmem_ge...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
2024-10-25 Sean ChristophersonKVM: Add kvm_faultin_pfn() to specifically service...
2024-10-25 Sean ChristophersonKVM: Move declarations of memslot accessors up in kvm_h...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Mark pages/folios dirty at the origin...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Add helper to "finish" handling a guest...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Add common helper to handle prefetching...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Put direct prefetched pages via kvm_relea...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Add "mmu" prefix fault-in helpers to...
2024-10-25 Sean ChristophersonKVM: x86: Don't fault-in APIC access page during initia...
2024-10-25 Sean ChristophersonKVM: Disallow direct access (w/o mmu_notifier) to unpin...
2024-10-25 Sean ChristophersonKVM: Get writable mapping for __kvm_vcpu_map() only...
2024-10-25 Sean ChristophersonKVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcp...
2024-10-25 Sean ChristophersonKVM: nVMX: Mark vmcs12's APIC access page dirty when...
2024-10-25 Sean ChristophersonKVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
2024-10-25 David StevensKVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
2024-10-25 Sean ChristophersonKVM: pfncache: Precisely track refcounted pages
2024-10-25 Sean ChristophersonKVM: Move kvm_{set,release}_page_{clean,dirty}() helper...
2024-10-25 Sean ChristophersonKVM: Provide refcounted page as output field in struct...
2024-10-25 Sean ChristophersonKVM: Use plain "struct page" pointer instead of single...
2024-10-25 Sean ChristophersonKVM: nVMX: Add helper to put (unmap) vmcs12 pages
2024-10-25 Sean ChristophersonKVM: nVMX: Drop pointless msr_bitmap_map field from...
2024-10-25 Sean ChristophersonKVM: nVMX: Rely on kvm_vcpu_unmap() to track validity...
2024-10-25 Sean ChristophersonKVM: Use NULL for struct page pointer to indicate mrema...
2024-10-25 Sean ChristophersonKVM: Explicitly initialize all fields at the start...
2024-10-25 Sean ChristophersonKVM: Remove pointless sanity check on @map param to...
2024-10-25 David StevensKVM: Introduce kvm_follow_pfn() to eventually replace...
2024-10-25 Sean ChristophersonKVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
2024-10-25 Sean ChristophersonKVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track...
2024-10-25 David StevensKVM: Replace "async" pointer in gfn=>pfn with "no_wait...
2024-10-25 Sean ChristophersonKVM: Drop extra GUP (via check_user_page_hwpoison(...
2024-10-25 Sean ChristophersonKVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP...
2024-10-25 Sean ChristophersonKVM: Annotate that all paths in hva_to_pfn() might...
2024-10-25 Sean ChristophersonKVM: Drop @atomic param from gfn=>pfn and hva=>pfn...
2024-10-25 Sean ChristophersonKVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_p...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Use gfn_to_page_many_atomic() when prefet...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Mark page/folio accessed only when zappin...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Mark folio dirty when creating SPTE,...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Mark new SPTE as Accessed when synchroniz...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Invert @can_unsync and renamed to @synchr...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs...
2024-10-25 Sean ChristophersonKVM: x86/mmu: Skip the "try unsync" path iff the old...
2024-10-25 Sean ChristophersonKVM: Add kvm_release_page_unused() API to put pages...
2024-10-25 Sean ChristophersonKVM: Allow calling kvm_release_page_{clean,dirty}(...
2024-10-25 Sean ChristophersonKVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL...
2024-10-20 Paolo BonziniMerge tag 'kvmarm-fixes-6.12-3' of git://git./linux...
2024-10-20 Paolo BonziniMerge tag 'kvmarm-fixes-6.12-2' of git://git./linux...
2024-10-20 Cyan YangRISCV: KVM: use raw_spinlock for critical section in...
2024-10-20 Sean ChristophersonKVM: selftests: Fix out-of-bounds reads in CPUID test...
2024-10-20 Vitaly KuznetsovKVM: selftests: x86: Avoid using SSE/AVX instructions
2024-10-20 Sean ChristophersonKVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from...
2024-10-20 Maxim LevitskyKVM: VMX: reset the segment cache after segment init...
2024-10-20 Sean ChristophersonKVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT...
2024-10-20 Sean ChristophersonKVM: x86/mmu: Add lockdep assert to enforce safe usage...
2024-10-20 Sean ChristophersonKVM: x86/mmu: Zap only SPs that shadow gPTEs when delet...
2024-10-20 Kirill A. Shutemovx86/kvm: Override default caching mode for SEV-SNP...
2024-10-20 Dr. David Alan... KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic
2024-10-20 Dr. David Alan... KVM: Remove unused kvm_vcpu_gfn_to_pfn
2024-10-17 Oliver UptonKVM: arm64: Ensure vgic_ready() is ordered against...
2024-10-17 Oliver UptonKVM: arm64: vgic: Don't check for vgic_ready() when...
2024-10-17 Ilkka KoskinenKVM: arm64: Fix shift-out-of-bounds bug
2024-10-17 Marc ZyngierKVM: arm64: Shave a few bytes from the EL2 idmap code
2024-10-11 Marc ZyngierKVM: arm64: Don't eagerly teardown the vgic on init...
2024-10-08 Mark BrownKVM: arm64: Expose S1PIE to guests
2024-10-08 Oliver UptonKVM: arm64: nv: Clarify safety of allowing TLBI unmaps...
2024-10-08 Oliver UptonKVM: arm64: nv: Punt stage-2 recycling to a vCPU request
2024-10-08 Oliver UptonKVM: arm64: nv: Do not block when unmapping stage-2...
2024-10-08 Oliver UptonKVM: arm64: nv: Keep reference on stage-2 MMU when...
2024-10-08 Oliver UptonKVM: arm64: Unregister redistributor for failed vCPU...
2024-10-08 Marc ZyngierMerge branch kvm-arm64/idregs-6.12 into kvmarm/fixes
2024-10-06 Paolo BonziniMerge tag 'kvmarm-fixes-6.12-1' of git://git./linux...
2024-10-06 Paolo Bonzinix86/reboot: emergency callbacks are now registered...
2024-10-06 Paolo BonziniKVM: x86: leave kvm.ko out of the build if no vendor...
2024-10-03 Paolo BonziniKVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
2024-10-03 Marc ZyngierKVM: arm64: Fix kvm_has_feat*() handling of negative...
next