index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-09
reset: gpio: remove unneeded OF-node put
Bartosz Golaszewski
1
-10
/
+0
2026-03-09
gpio: mpsse: drop redundant device reference
Johan Hovold
1
-12
/
+1
2026-03-09
drm/tyr: Use DRM device type alias across driver
Deborah Brouwer
2
-4
/
+10
2026-03-09
accel/ivpu: Remove boot params address setting via MMIO register
Andrzej Kacprowski
2
-7
/
+0
2026-03-09
gpu/tests/gpu_buddy: Add gpu_test_buddy_alloc_range for exact-range allocation
Sanjay Yadav
1
-0
/
+327
2026-03-09
platform/x86: thinkpad_acpi: use seq_puts() instead of seq_printf()
Coby McKinney
1
-43
/
+43
2026-03-09
drm/i915/dp: Read ALPM caps after DPCD init
Arun R Murthy
2
-6
/
+7
2026-03-09
dmaengine: xilinx: Update kernel-doc comments
Vinod Koul
1
-0
/
+2
2026-03-09
dmaengine: xilinx: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+3
2026-03-09
dmaengine: switchtec-dma: Implement descriptor submission
Kelvin Cao
1
-0
/
+225
2026-03-09
dmaengine: switchtec-dma: Implement hardware initialization and cleanup
Kelvin Cao
1
-2
/
+1005
2026-03-09
dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeleton
Kelvin Cao
3
-0
/
+219
2026-03-09
dmaengine: dma-axi-dmac: Gracefully terminate HW cyclic transfers
Nuno Sá
1
-13
/
+91
2026-03-09
dmaengine: dma-axi-dmac: Gracefully terminate SW cyclic transfers
Nuno Sá
1
-1
/
+33
2026-03-09
dmaengine: dma-axi-dmac: Add helper for getting next desc
Nuno Sá
1
-10
/
+23
2026-03-09
dmaengine: dma-axi-dmac: Add cyclic transfers in .device_prep_peripheral_dma_...
Nuno Sá
1
-1
/
+6
2026-03-09
dmaengine: ioatdma: make sysfs attributes const
Thomas Weißschuh
1
-10
/
+10
2026-03-09
dmaengine: ioatdma: make ioat_ktype const
Thomas Weißschuh
2
-4
/
+4
2026-03-09
dmaengine: ioatdma: move sysfs entry definition out of header
Thomas Weißschuh
2
-6
/
+6
2026-03-09
dmaengine: ioatdma: make some sysfs structures static
Thomas Weißschuh
2
-6
/
+3
2026-03-09
dmaengine: xilinx: xdma: Fix regmap init error handling
Alexander Stein
1
-2
/
+2
2026-03-09
dmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_B...
LUO Haowen
1
-3
/
+3
2026-03-09
drm/buddy: Add KUnit test for offset-aligned allocations
Arunpravin Paneer Selvam
1
-0
/
+166
2026-03-09
drm/buddy: Improve offset-aligned allocation handling
Arunpravin Paneer Selvam
1
-45
/
+227
2026-03-09
soundwire: Intel: test bus.bpt_stream before assigning it
Bard Liao
1
-0
/
+5
2026-03-09
soundwire: bus: demote UNATTACHED state warnings to dev_dbg()
Cole Leavitt
1
-4
/
+4
2026-03-09
soundwire: stream: Poll for DP prepare to avoid interrupt deadlock
Richard Fitzgerald
1
-8
/
+14
2026-03-09
soundwire: amd: refactor bandwidth calculation logic
Vijendar Mukunda
1
-4
/
+53
2026-03-09
soundwire: amd: add clock init control function
Vijendar Mukunda
2
-11
/
+36
2026-03-09
PCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()
Manivannan Sadhasivam
1
-3
/
+12
2026-03-09
PCI: dwc: ep: Mirror the max link width and speed fields to all functions
Aksh Garg
1
-1
/
+28
2026-03-09
PCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()
Aksh Garg
1
-1
/
+1
2026-03-09
gpu: nova-core: firmware: fix and explain v2 header offsets computations
Alexandre Courbot
1
-4
/
+12
2026-03-09
drm/i915/psr: Write DSC parameters on Selective Update in ET mode
Jouni Högander
1
-0
/
+10
2026-03-09
drm/i915/dsc: Add helper for writing DSC Selective Update ET parameters
Jouni Högander
2
-0
/
+26
2026-03-09
drm/i915/dsc: Add Selective Update register definitions
Jouni Högander
1
-0
/
+12
2026-03-09
drm/i915/psr: Repeat Selective Update area alignment
Jouni Högander
1
-12
/
+38
2026-03-09
gpu: nova-core: firmware: add comments to justify v3 header values
Alexandre Courbot
1
-0
/
+2
2026-03-09
mailbox: add API to query available TX queue slots
Jassi Brar
1
-0
/
+23
2026-03-09
gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing
Timur Tabi
3
-3
/
+365
2026-03-09
gpu: nova-core: add gen_bootloader firmware to ModInfoBuilder
Alexandre Courbot
2
-6
/
+22
2026-03-09
gpu: nova-core: make Chipset::arch() const
Alexandre Courbot
1
-1
/
+1
2026-03-09
gpu: nova-core: falcon: remove unwarranted safety check in dma_load
Alexandre Courbot
1
-7
/
+0
2026-03-09
gpu: nova-core: add PIO support for loading firmware images
Timur Tabi
3
-3
/
+251
2026-03-09
gpu: nova-core: move brom_params and boot_addr to FalconFirmware
Alexandre Courbot
3
-14
/
+14
2026-03-09
gpu: nova-core: falcon: remove FalconFirmware's dependency on FalconDmaLoadable
Alexandre Courbot
1
-3
/
+3
2026-03-09
gpu: nova-core: falcon: rename load parameters to reflect DMA dependency
Alexandre Courbot
4
-45
/
+46
2026-03-09
gpu: nova-core: falcon: add constant for memory block alignment
Alexandre Courbot
1
-1
/
+5
2026-03-09
gpu: nova-core: create falcon firmware DMA objects lazily
Alexandre Courbot
5
-127
/
+108
2026-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3
Alexei Starovoitov
211
-1090
/
+2203
[prev]
[next]