summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-19perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li-12/+17
2026-03-19perf annotate-data: Handle global variable access with const registerZecheng Li-0/+5
2026-03-19perf annotate-data: Collect global variables without nameZecheng Li-6/+1
2026-03-19perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li-1/+16
2026-03-19perf annotate-data: Improve type comparison from different scopesZecheng Li-1/+3
2026-03-19perf dwarf-aux: Skip check_variable for variable lookupZecheng Li-30/+30
2026-03-19perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li-11/+15
2026-03-19perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li-17/+51
2026-03-19PCI: eswin: Add ESWIN PCIe Root Complex driverSenchuan Zhang-0/+426
2026-03-19dt-bindings: PCI: eswin: Add ESWIN PCIe Root ComplexSenchuan Zhang-0/+166
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3382/+5779
2026-03-19io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe-3/+10
2026-03-19io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOFJens Axboe-0/+4
2026-03-19selftests/landlock: Test tsync interruption and cancellation pathsMickaël Salaün-1/+90
2026-03-19bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()Amery Hung-0/+8
2026-03-19smb: client: fix generic/694 due to wrong ->i_blocksPaulo Alcantara-32/+16
2026-03-19pinctrl: mediatek: common: Fix probe failure for devices without EINTLuca Leonardo Scorcia-3/+6
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz-3/+27
2026-03-19Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cbHelen Koike-0/+3
2026-03-19Bluetooth: hci_ll: Fix firmware leak on error pathAnas Iqbal-0/+2
2026-03-19Bluetooth: hci_sync: annotate data-races around hdev->req_statusCen Zhang-12/+12
2026-03-19Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_completeLuiz Augusto von Dentz-1/+1
2026-03-19Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_holdHyunwoo Kim-3/+7
2026-03-19Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim-0/+5
2026-03-19Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_reqMinseo Park-3/+3
2026-03-19vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFOYishai Hadas-39/+83
2026-03-19vfio/mlx5: consider inflight SAVE during PRE_COPYYishai Hadas-1/+8
2026-03-19net/mlx5: Add IFC bits for migration stateYishai Hadas-2/+14
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas-56/+68
2026-03-19vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2Yishai Hadas-0/+22
2026-03-19vfio: Define uAPI for re-init initial bytes during the PRE_COPY phaseYishai Hadas-0/+24
2026-03-19vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()Manish Honap-1/+3
2026-03-19vfio: uapi: fix comment typoJoseph Salisbury-1/+1
2026-03-19vfio: mdev: replace mtty_dev->vd_class with a const struct classJori Koolstra-8/+9
2026-03-19bpf: Do not allow deleting local storage in NMIAmery Hung-0/+3
2026-03-19Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-459/+734
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff-178/+298
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff-0/+379
2026-03-19KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPISascha Bischoff-1/+69
2026-03-19Documentation: KVM: Introduce documentation for VGICv5Sascha Bischoff-0/+38
2026-03-19KVM: arm64: gic-v5: Probe for GICv5 deviceSascha Bischoff-11/+37
2026-03-19KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on bootSascha Bischoff-0/+2
2026-03-19KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register themSascha Bischoff-0/+75
2026-03-19KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guestsSascha Bischoff-0/+5
2026-03-19KVM: arm64: gic: Hide GICv5 for protected guestsSascha Bischoff-0/+10
2026-03-19KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5Sascha Bischoff-5/+18
2026-03-19KVM: arm64: gic-v5: Enlighten arch timer for GICv5Sascha Bischoff-22/+94
2026-03-19irqchip/gic-v5: Introduce minimal irq_set_type() for PPIsSascha Bischoff-0/+18
2026-03-19KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpuSascha Bischoff-1/+21
2026-03-19KVM: arm64: gic-v5: Create and initialise vgic_v5Sascha Bischoff-20/+63