index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-19
perf annotate-data: Add invalidate_reg_state() helper for x86
Zecheng Li
-12
/
+17
2026-03-19
perf annotate-data: Handle global variable access with const register
Zecheng Li
-0
/
+5
2026-03-19
perf annotate-data: Collect global variables without name
Zecheng Li
-6
/
+1
2026-03-19
perf dwarf-aux: Handle array types in die_get_member_type
Zecheng Li
-1
/
+16
2026-03-19
perf annotate-data: Improve type comparison from different scopes
Zecheng Li
-1
/
+3
2026-03-19
perf dwarf-aux: Skip check_variable for variable lookup
Zecheng Li
-30
/
+30
2026-03-19
perf dwarf-aux: Preserve typedefs in match_var_offset
Zecheng Li
-11
/
+15
2026-03-19
perf dwarf-aux: Add die_get_pointer_type to get pointer types
Zecheng Li
-17
/
+51
2026-03-19
PCI: eswin: Add ESWIN PCIe Root Complex driver
Senchuan Zhang
-0
/
+426
2026-03-19
dt-bindings: PCI: eswin: Add ESWIN PCIe Root Complex
Senchuan Zhang
-0
/
+166
2026-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3382
/
+5779
2026-03-19
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
Jens Axboe
-3
/
+10
2026-03-19
io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
Jens Axboe
-0
/
+4
2026-03-19
selftests/landlock: Test tsync interruption and cancellation paths
Mickaël Salaün
-1
/
+90
2026-03-19
bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
Amery Hung
-0
/
+8
2026-03-19
smb: client: fix generic/694 due to wrong ->i_blocks
Paulo Alcantara
-32
/
+16
2026-03-19
pinctrl: mediatek: common: Fix probe failure for devices without EINT
Luca Leonardo Scorcia
-3
/
+6
2026-03-19
Bluetooth: L2CAP: Fix regressions caused by reusing ident
Luiz Augusto von Dentz
-3
/
+27
2026-03-19
Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
Helen Koike
-0
/
+3
2026-03-19
Bluetooth: hci_ll: Fix firmware leak on error path
Anas Iqbal
-0
/
+2
2026-03-19
Bluetooth: hci_sync: annotate data-races around hdev->req_status
Cen Zhang
-12
/
+12
2026-03-19
Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_complete
Luiz Augusto von Dentz
-1
/
+1
2026-03-19
Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold
Hyunwoo Kim
-3
/
+7
2026-03-19
Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...
Hyunwoo Kim
-0
/
+5
2026-03-19
Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req
Minseo Park
-3
/
+3
2026-03-19
vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFO
Yishai Hadas
-39
/
+83
2026-03-19
vfio/mlx5: consider inflight SAVE during PRE_COPY
Yishai Hadas
-1
/
+8
2026-03-19
net/mlx5: Add IFC bits for migration state
Yishai Hadas
-2
/
+14
2026-03-19
vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctl
Yishai Hadas
-56
/
+68
2026-03-19
vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2
Yishai Hadas
-0
/
+22
2026-03-19
vfio: Define uAPI for re-init initial bytes during the PRE_COPY phase
Yishai Hadas
-0
/
+24
2026-03-19
vfio: selftests: Fix VLA initialisation in vfio_pci_irq_set()
Manish Honap
-1
/
+3
2026-03-19
vfio: uapi: fix comment typo
Joseph Salisbury
-1
/
+1
2026-03-19
vfio: mdev: replace mtty_dev->vd_class with a const struct class
Jori Koolstra
-8
/
+9
2026-03-19
bpf: Do not allow deleting local storage in NMI
Amery Hung
-0
/
+3
2026-03-19
Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-459
/
+734
2026-03-19
KVM: arm64: selftests: Add no-vgic-v5 selftest
Sascha Bischoff
-178
/
+298
2026-03-19
KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
Sascha Bischoff
-0
/
+379
2026-03-19
KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
Sascha Bischoff
-1
/
+69
2026-03-19
Documentation: KVM: Introduce documentation for VGICv5
Sascha Bischoff
-0
/
+38
2026-03-19
KVM: arm64: gic-v5: Probe for GICv5 device
Sascha Bischoff
-11
/
+37
2026-03-19
KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
Sascha Bischoff
-0
/
+2
2026-03-19
KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
Sascha Bischoff
-0
/
+75
2026-03-19
KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
Sascha Bischoff
-0
/
+5
2026-03-19
KVM: arm64: gic: Hide GICv5 for protected guests
Sascha Bischoff
-0
/
+10
2026-03-19
KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
Sascha Bischoff
-5
/
+18
2026-03-19
KVM: arm64: gic-v5: Enlighten arch timer for GICv5
Sascha Bischoff
-22
/
+94
2026-03-19
irqchip/gic-v5: Introduce minimal irq_set_type() for PPIs
Sascha Bischoff
-0
/
+18
2026-03-19
KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
Sascha Bischoff
-1
/
+21
2026-03-19
KVM: arm64: gic-v5: Create and initialise vgic_v5
Sascha Bischoff
-20
/
+63
[prev]
[next]