]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2025-06-23  Sean ChristophersonKVM: Add irqfd to KVM's list via the vfs_poll() callback
2025-06-23  Sean ChristophersonKVM: Initialize irqfd waitqueue callback when adding...
2025-06-23  Sean ChristophersonKVM: Acquire SCRU lock outside of irqfds.lock during...
2025-06-23  Sean ChristophersonKVM: Use a local struct to do the initial vfs_poll...
2025-06-23  Sean ChristophersonKVM: x86: Rename kvm_set_msi_irq() => kvm_msi_to_lapic_...
2025-06-23  Sean ChristophersonKVM: SVM: Generate GA log IRQs only if the associated...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Allow KVM to control need for...
2025-06-23  Sean ChristophersonKVM: SVM: Consolidate IRTE update when toggling AVIC...
2025-06-23  Sean ChristophersonKVM: SVM: Don't check vCPU's blocking status when toggl...
2025-06-23  Sean ChristophersonKVM: SVM: Fold avic_set_pi_irte_mode() into its sole...
2025-06-23  Sean Christophersoniommu/amd: WARN if KVM calls GA IRTE helpers without...
2025-06-23  Sean ChristophersonKVM: SVM: Use vcpu_idx, not vcpu_id, for GA log tag...
2025-06-23  Sean ChristophersonKVM: VMX: WARN if VT-d Posted IRQs aren't possible...
2025-06-23  Sean ChristophersonKVM: x86: Decouple device assignment from IRQ bypass
2025-06-23  Sean ChristophersonKVM: SVM: WARN if ir_list is non-empty at vCPU free
2025-06-23  Sean ChristophersonKVM: x86: WARN if IRQ bypass routing is updated without...
2025-06-23  Sean ChristophersonKVM: x86: WARN if IRQ bypass isn't supported in kvm_pi_...
2025-06-23  Sean ChristophersonKVM: x86: Drop superfluous "has assigned device" check...
2025-06-23  Sean ChristophersonKVM: SVM: WARN if updating IRTE GA fields in IOMMU...
2025-06-23  Sean ChristophersonKVM: SVM: Process all IRTEs on affinity change even...
2025-06-23  Sean ChristophersonKVM: SVM: WARN if (de)activating guest mode in IOMMU...
2025-06-23  Sean ChristophersonKVM: SVM: Don't check for assigned device(s) when activ...
2025-06-23  Sean ChristophersonKVM: SVM: Don't check for assigned device(s) when updat...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Set pCPU info in IRTE when setting...
2025-06-23  Sean Christophersoniommu/amd: Factor out helper for manipulating IRTE...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Infer IsRun from validity of pCPU...
2025-06-23  Sean Christophersoniommu/amd: Document which IRTE fields amd_iommu_update_...
2025-06-23  Sean ChristophersonKVM: SVM: Take and hold ir_list_lock across IRTE update...
2025-06-23  Sean ChristophersonKVM: SVM: Revert IRTE to legacy mode if IOMMU doesn...
2025-06-23  Sean ChristophersonKVM: x86: Don't update IRTE entries when old and new...
2025-06-23  Sean ChristophersonKVM: x86: Skip IOMMU IRTE updates if there's no old...
2025-06-23  Sean ChristophersonKVM: x86: Track irq_bypass_vcpu in common x86 code
2025-06-23  Sean ChristophersonKVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_...
2025-06-23  Sean ChristophersonKVM: Don't WARN if updating IRQ bypass route fails
2025-06-23  Sean Christophersoniommu: KVM: Split "struct vcpu_data" into separate...
2025-06-23  Sean ChristophersonKVM: SVM: Clean up return handling in avic_pi_update_irte()
2025-06-23  Sean ChristophersonKVM: x86: Move posted interrupt tracepoint to common...
2025-06-23  Sean ChristophersonKVM: x86: Dedup AVIC vs. PI code for identifying target...
2025-06-23  Sean ChristophersonKVM: x86: Nullify irqfd->producer after updating IRTEs
2025-06-23  Sean ChristophersonKVM: x86: Move IRQ routing/delivery APIs from x86.c...
2025-06-23  Sean ChristophersonKVM: SVM: Extract SVM specific code out of get_pi_vcpu_...
2025-06-23  Sean ChristophersonKVM: VMX: Stop walking list of routing table entries...
2025-06-23  Sean ChristophersonKVM: SVM: Stop walking list of routing table entries...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate...
2025-06-23  Sean Christophersoniommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
2025-06-23  Sean ChristophersonKVM: SVM: Add a comment to explain why avic_vcpu_blocki...
2025-06-23  Sean ChristophersonKVM: VMX: Suppress PI notifications whenever the vCPU...
2025-06-23  Maxim LevitskyKVM: SVM: Disable (x2)AVIC IPI virtualization if CPU...
2025-06-20  Maxim LevitskyKVM: SVM: Add enable_ipiv param, never set IsRunning...
2025-06-20  Sean ChristophersonKVM: VMX: Move enable_ipiv knob to common x86
2025-06-20  Sean ChristophersonKVM: SVM: Drop superfluous "cache" of AVIC Physical...
2025-06-20  Sean ChristophersonKVM: SVM: Track AVIC tables as natively sized pointers...
2025-06-20  Sean ChristophersonKVM: SVM: Drop redundant check in AVIC code on ID durin...
2025-06-20  Sean ChristophersonKVM: SVM: Inhibit AVIC if ID is too big instead of...
2025-06-20  Sean ChristophersonKVM: SVM: Drop vcpu_svm's pointless avic_backing_page...
2025-06-20  Sean ChristophersonKVM: SVM: Add helper to deduplicate code for getting...
2025-06-20  Sean ChristophersonKVM: SVM: Drop pointless masking of kernel page pa...
2025-06-20  Sean ChristophersonKVM: SVM: Drop pointless masking of default APIC base...
2025-06-20  Sean ChristophersonKVM: SVM: Delete IRTE link from previous vCPU irrespect...
2025-06-20  Sean Christophersoniommu/amd: KVM: SVM: Delete now-unused cached/previous...
2025-06-20  Sean ChristophersonKVM: SVM: Delete IRTE link from previous vCPU before...
2025-06-20  Sean ChristophersonKVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd...
2025-06-20  Sean ChristophersonKVM: Pass new routing entries and irqfd when updating...
2025-06-20  Sean ChristophersonKVM: x86: Fold irq_comm.c into irq.c
2025-06-20  Sean ChristophersonKVM: x86: Move IRQ mask notifier infrastructure to...
2025-06-20  Sean ChristophersonKVM: selftests: Fall back to split IRQ chip if full...
2025-06-20  Sean ChristophersonKVM: Squash two CONFIG_HAVE_KVM_IRQCHIP #ifdefs into one
2025-06-20  Sean ChristophersonKVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling...
2025-06-20  Sean ChristophersonKVM: Move x86-only tracepoints to x86's trace.h
2025-06-20  Sean ChristophersonKVM: x86: Explicitly check for in-kernel PIC when getti...
2025-06-20  Sean ChristophersonKVM: x86: Don't clear PIT's IRQ line status when destro...
2025-06-20  Sean ChristophersonKVM: x86: Hardcode the PIT IRQ source ID to '2'
2025-06-20  Sean ChristophersonKVM: x86: Move kvm_{request,free}_irq_source_id() to...
2025-06-20  Sean ChristophersonKVM: x86: Move kvm_setup_default_irq_routing() into...
2025-06-20  Sean ChristophersonKVM: x86: Rename irqchip_kernel() to irqchip_full()
2025-06-20  Sean ChristophersonKVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers...
2025-06-20  Sean ChristophersonKVM: x86: Move PIT ioctl helpers to i8254.c
2025-06-20  Sean ChristophersonKVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_...
2025-06-20  Sean ChristophersonKVM: x86: Drop superfluous kvm_set_ioapic_irq() =>...
2025-06-20  Sean ChristophersonKVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic...
2025-06-20  Sean ChristophersonKVM: x86: Trigger I/O APIC route rescan in kvm_arch_irq...
2025-06-20  Sean Christophersonirqbypass: Require producers to pass in Linux IRQ numbe...
2025-06-20  Sean Christophersonirqbypass: Use xarray to track producers and consumers
2025-06-20  Sean Christophersonirqbypass: Use guard(mutex) in lieu of manual lock...
2025-06-20  Sean Christophersonirqbypass: Use paired consumer/producer to disconnect...
2025-06-20  Sean Christophersonirqbypass: Explicitly track producer and consumer bindings
2025-06-20  Sean Christophersonirqbypass: Take ownership of producer/consumer token...
2025-06-20  Sean Christophersonirqbypass: Drop superfluous might_sleep() annotations
2025-06-20  Sean Christophersonirqbypass: Drop pointless and misleading THIS_MODULE...
2025-06-20  Sean ChristophersonKVM: arm64: WARN if unmapping a vLPI fails in any path
2025-06-20  Paolo BonziniKVM: TDX: Report supported optional TDVMCALLs in TDX...
2025-06-20  Paolo BonziniKVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
2025-06-20  Binbin WuKVM: TDX: Exit to userspace for GetTdVmCallInfo
2025-06-20  Binbin WuKVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
2025-06-20  Binbin WuKVM: TDX: Add new TDVMCALL status code for unsupported...
2025-06-20  Paolo BonziniMerge tag 'kvm-riscv-fixes-6.16-1' of https://github...
2025-06-20  Paolo BonziniMerge tag 'kvmarm-fixes-6.16-3' of git://git.kernel...
2025-06-19  Mark RutlandKVM: arm64: VHE: Centralize ISBs when returning to...
2025-06-19  Mark RutlandKVM: arm64: Remove cpacr_clear_set()
next