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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2026-01-22
drm/panthor: Add gpu_job_irq tracepoint
Nicolas Frattaroli
-0
/
+41
2026-01-22
drm/panthor: Add tracepoint for hardware utilisation changes
Nicolas Frattaroli
-0
/
+158
2026-01-22
drm/panthor: Extend IRQ helpers for mask modification/restoration
Nicolas Frattaroli
-41
/
+97
2026-01-22
drm/panthor: Rework panthor_irq::suspended into panthor_irq::state
Nicolas Frattaroli
-7
/
+28
2026-01-22
mtd: parsers: Fix memory leak in mtd_parser_tplink_safeloader_parse()
Zilin Guan
-0
/
+1
2026-01-22
mtd: jedec_probe: fix shift-out-of-bounds UB in JEDEC ID masking
Chenxi Hou
-2
/
+2
2026-01-22
i2c: designware: Remove an unnecessary condition
Heikki Krogerus
-5
/
+3
2026-01-22
i2c: designware: Enable mode swapping
Heikki Krogerus
-43
/
+57
2026-01-22
i2c: designware: Combine the init functions
Heikki Krogerus
-117
/
+85
2026-01-22
i2c: designware: Combine some of the common functions
Heikki Krogerus
-143
/
+126
2026-01-22
i2c: designware: Use device_is_compatible() instead of custom approach
Andy Shevchenko
-7
/
+2
2026-01-22
i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
Yixun Lan
-1
/
+1
2026-01-22
net: atp: drop ancient parallel-port Ethernet driver
Ethan Nelson-Moore
-1164
/
+1
2026-01-22
mmc: sdhci-of-dwcmshc: Fix DMA 128MB boundary for Eswin EIC7700
Huan He
-0
/
+1
2026-01-22
mmc: sdhci-of-dwcmshc: Fix init for AXI clock for Eswin EIC7700
Huan He
-0
/
+6
2026-01-22
net: fec: account for VLAN header in frame length calculations
Clemens Gruber
-6
/
+7
2026-01-22
xen/netfront: Use u64_stats_t with u64_stats_sync properly
David Yang
-12
/
+12
2026-01-22
net: ifb: use u64_stats_t with u64_stats_sync properly
David Yang
-9
/
+9
2026-01-22
drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
Thomas Hellström
-1
/
+2
2026-01-22
net: bonding: add the READ_ONCE/WRITE_ONCE for outside lock accessing
Tonghao Zhang
-4
/
+5
2026-01-22
net: bonding: skip the 2nd trylock when first one fail
Tonghao Zhang
-7
/
+9
2026-01-22
net: bonding: move bond_should_notify_peers, e.g. into rtnl lock block
Tonghao Zhang
-21
/
+9
2026-01-22
net: bonding: use workqueue to make sure peer notify updated in lacp mode
Tonghao Zhang
-19
/
+54
2026-01-22
drm/xe: Use DRM_BUDDY_CONTIGUOUS_ALLOCATION for contiguous allocations
Sanjay Yadav
-13
/
+3
2026-01-22
drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
Thomas Hellström
-3
/
+5
2026-01-22
PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ...
Samuel Holland
-17
/
+57
2026-01-22
drm/i915/display: Fix color pipeline enum name leak
Chaitanya Kumar Borah
-5
/
+13
2026-01-22
drm/vkms: Fix color pipeline enum name leak
Chaitanya Kumar Borah
-7
/
+8
2026-01-22
drm/amd/display: Fix color pipeline enum name leak
Chaitanya Kumar Borah
-5
/
+12
2026-01-22
drm/i915/color: Place 3D LUT after CSC in plane color pipeline
Chaitanya Kumar Borah
-9
/
+9
2026-01-22
fpga: dfl: fix typo in header file
Mukesh Kumar Sisodiya
-1
/
+1
2026-01-22
net: dsa: yt921x: Add LAG offloading support
David Yang
-0
/
+206
2026-01-22
drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
Thomas Hellström
-1
/
+2
2026-01-22
drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
Thomas Hellström
-3
/
+5
2026-01-22
iommu/vt-d: Fix race condition during PASID entry replacement
Lu Baolu
-220
/
+16
2026-01-22
iommu/vt-d: Clear Present bit before tearing down context entry
Lu Baolu
-3
/
+27
2026-01-22
iommu/vt-d: Clear Present bit before tearing down PASID entry
Lu Baolu
-1
/
+19
2026-01-22
iommu/vt-d: Flush piotlb for SVM and Nested domain
Yi Liu
-1
/
+8
2026-01-22
iommu/vt-d: Flush cache for PASID table before using it
Dmytro Maluka
-3
/
+4
2026-01-22
iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode
Jinhui Guo
-1
/
+1
2026-01-22
iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl...
Jinhui Guo
-0
/
+8
2026-01-22
media: uvcvideo: Pass allocation size directly to uvc_alloc_urb_buffer
Ricardo Ribalda
-6
/
+8
2026-01-22
media: uvcvideo: Fix allocation for small frame sizes
Ricardo Ribalda
-1
/
+2
2026-01-22
media: uvcvideo: Return queued buffers on start_streaming() failure
Michal Pecio
-5
/
+7
2026-01-22
media: uvcvideo: Create an ID namespace for streaming output terminals
Ricardo Ribalda
-22
/
+35
2026-01-21
Merge tag 'hyperv-fixes-signed-20260121' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-46
/
+80
2026-01-21
octeontx2-af: Fix error handling
Ratheesh Kannoth
-22
/
+64
2026-01-21
net: pcs: pcs-mtk-lynxi: report in-band capability for 2500Base-X
Daniel Golle
-3
/
+1
2026-01-21
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-8
/
+33
2026-01-21
net: dsa: sja1105: re-merge sja1105_set_port_speed() and sja1105_set_port_con...
Vladimir Oltean
-23
/
+3
[prev]
[next]