linux-2.6-block.git
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...
2024-10-01 Mark BrownKVM: selftests: Fix build on architectures other than...
2024-10-01 Marc ZyngierKVM: arm64: Another reviewer reshuffle
2024-10-01 Mark BrownKVM: arm64: Constrain the host to the maximum shared...
2024-10-01 Vincent DonnefortKVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error path
2024-09-29 Linus TorvaldsLinux 6.12-rc1 v6.12-rc1
2024-09-29 Linus Torvaldsx86: kvm: fix build error
2024-09-29 Linus TorvaldsMerge tag 'mailbox-v6.12' of git://git./linux/kernel...
2024-09-29 Linus TorvaldsMerge tag 'i2c-for-6.12-rc1-additional_fixes' of git...
2024-09-29 Linus TorvaldsMerge tag 'dma-mapping-6.12-2024-09-29' of git://git...
2024-09-29 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2024-09-29 Linus TorvaldsMerge tag 'bcachefs-2024-09-28' of git://evilpiepirate...
2024-09-29 Linus TorvaldsMerge tag 'x86-urgent-2024-09-29' of git://git./linux...
2024-09-29 Linus TorvaldsMerge tag 'locking-urgent-2024-09-29' of git://git...
2024-09-29 Linus TorvaldsMerge tag 'cocci-for-6.12' of git://git./linux/kernel...
2024-09-29 Linus TorvaldsMerge tag 'linux_kselftest-next-6.12-rc1-fixes' of...
2024-09-29 Ingo MolnarMerge branch 'locking/core' into locking/urgent, to...
2024-09-28 Julia LawallReduce Coccinelle choices in string_choices.cocci
2024-09-28 Hongbo Licoccinelle: Remove unnecessary parentheses for only...
2024-09-28 Hongbo Licoccinelle: Add rules to find str_yes_no() replacements
2024-09-28 Hongbo Licoccinelle: Add rules to find str_on_off() replacements
2024-09-28 Hongbo Licoccinelle: Add rules to find str_write_read() replacements
2024-09-28 Hongbo Licoccinelle: Add rules to find str_read_write() replacements
2024-09-28 Hongbo Licoccinelle: Add rules to find str_enable{d}_disable...
2024-09-28 Hongbo Licoccinelle: Add rules to find str_lo{w}_hi{gh}() replac...
2024-09-28 Hongbo Licoccinelle: Add rules to find str_hi{gh}_lo{w}() replac...
next