]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
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()
2025-06-19  Mark RutlandKVM: arm64: Remove ad-hoc CPTR manipulation from kvm_hy...
2025-06-19  Mark RutlandKVM: arm64: Remove ad-hoc CPTR manipulation from fpsimd...
2025-06-19  Mark RutlandKVM: arm64: Reorganise CPTR trap manipulation
2025-06-19  Mark RutlandKVM: arm64: VHE: Synchronize CPTR trap deactivation
2025-06-19  Mark RutlandKVM: arm64: VHE: Synchronize restore of host debug...
2025-06-19  Zenghui YuKVM: arm64: selftests: Close the GIC FD in arch_timer_e...
2025-06-19  Sean ChristophersonKVM: arm64: Explicitly treat routing entry type changes...
2025-06-19  Marc ZyngierKVM: arm64: nv: Fix tracking of shadow list registers
2025-06-17  Anup PatelRISC-V: KVM: Don't treat SBI HFENCE calls as NOPs
2025-06-17  Anup PatelRISC-V: KVM: Fix the size parameter check in SBI SFENCE...
2025-06-15  Linus TorvaldsLinux 6.16-rc2 v6.16-rc2
2025-06-15  Linus TorvaldsMerge tag 'kbuild-fixes-v6.16' of git://git.kernel...
2025-06-15  Sami Tolvanengendwarfksyms: Fix structure type overrides
2025-06-15  Masahiro Yamadakbuild: move warnings about linux/export.h from W=1...
2025-06-14  Linus TorvaldsMerge tag 'v6.16-rc1-smb3-client-fixes' of git://git...
2025-06-14  Linus TorvaldsMerge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'block-6.16-20250614' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'io_uring-6.16-20250614' of git://git.kernel...
2025-06-14  Linus TorvaldsMerge tag 'rust-fixes-6.16' of git://git.kernel.org...
2025-06-14  Linus TorvaldsMerge tag 'mm-hotfixes-stable-2025-06-13-21-56' of...
2025-06-13  Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2025-06-13  Linus TorvaldsMerge tag 'drm-fixes-2025-06-14' of https://gitlab...
2025-06-13  Jens Axboeio_uring: run local task_work from ring exit IOPOLL...
2025-06-13  Jens Axboenvme: always punt polled uring_cmd end_io work to task_work
2025-06-13  Linus TorvaldsMerge tag 'acpi-6.16-rc2' of git://git.kernel.org/pub...
2025-06-13  Linus TorvaldsMerge tag 'pm-6.16-rc2' of git://git.kernel.org/pub...
2025-06-13  Rafael J. WysockiMerge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and...
2025-06-13  Rafael J. WysockiMerge branch 'pm-cpuidle'
2025-06-13  Rafael J. WysockiMerge branch 'pm-tools'
2025-06-13  Linus TorvaldsMerge tag 'spi-fix-v6.16-rc1' of git://git.kernel.org...
2025-06-13  Linus TorvaldsMerge tag 'regulator-fix-v6.16-rc1' of git://git.kernel...
2025-06-13  Oleg Nesterovposix-cpu-timers: fix race between handle_posix_cpu_tim...
2025-06-13  Linus TorvaldsMerge tag 'trace-v6.16-rc1' of git://git.kernel.org...
2025-06-13  Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2025-06-13  Jens Axboeio_uring/kbuf: don't truncate end buffer for multiple...
next