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-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
/
bus
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-3
/
+3
3 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
4 days
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-22
/
+22
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
15
-40
/
+40
8 days
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-126
/
+25
13 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-02-11
Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-68
/
+43
2026-02-11
Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+1
2026-02-04
Merge tag 'soc_fsl-6.20-1' of https://git.kernel.org/pub/scm/linux/kernel/git...
Arnd Bergmann
1
-51
/
+38
2026-02-01
bus: fsl-mc: Use default primary handler
Sebastian Andrzej Siewior
1
-12
/
+1
2026-01-29
Merge tag 'omap-for-v6.20/drivers-signed' of git://git.kernel.org/pub/scm/lin...
Arnd Bergmann
2
-12
/
+3
2026-01-28
bus: fsl-mc: fix an error handling in fsl_mc_device_add()
Haoxiang Li
1
-5
/
+1
2026-01-27
bus: simple-pm-bus: Probe the Layerscape SCFG node
Ioana Ciornei
1
-0
/
+6
2026-01-21
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2026-01-20
Merge tag 'mhi-for-v6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
6
-124
/
+24
2026-01-16
bus: fsl-mc: declare fsl_mc_bus_dpdbg_type static
Christophe Leroy (CS GROUP)
1
-2
/
+1
2026-01-15
bus: omap-ocp2scp: enable compile testing
Johan Hovold
1
-1
/
+1
2026-01-15
bus: omap-ocp2scp: fix OF populate on driver rebind
Johan Hovold
1
-11
/
+2
2026-01-06
bus: fsl-mc: fix use-after-free in driver_override_show()
Gui-Dong Han
1
-1
/
+5
2026-01-02
bus: qcom-ebi2: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2025-12-31
bus: mhi: ep: Use bus callbacks for .probe() and .remove()
Uwe Kleine-König
1
-7
/
+5
2025-12-31
bus: mhi: host: Use bus callbacks for .probe() and .remove()
Uwe Kleine-König
1
-7
/
+5
2025-12-31
bus: mhi: host: Drop the auto_queue support
Manivannan Sadhasivam
3
-92
/
+2
2025-12-31
net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
Manivannan Sadhasivam
1
-18
/
+2
2025-12-24
mhi: host: Add support for loading dual ELF image format
Qiang Yu
1
-0
/
+10
2025-12-14
bus: fsl-mc: Convert to bus callbacks
Uwe Kleine-König
1
-38
/
+32
2025-12-14
bus: fsl-mc: Drop error message in probe function
Uwe Kleine-König
1
-8
/
+1
2025-12-07
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-3
/
+29
2025-12-06
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-14
/
+612
2025-11-25
Merge tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/li...
Arnd Bergmann
1
-4
/
+593
2025-11-25
Merge tag 'omap-for-v6.19/drivers-signed' of git://git.kernel.org/pub/scm/lin...
Arnd Bergmann
1
-2
/
+9
2025-11-25
Merge tag 'sunxi-drivers-for-6.19' of https://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
1
-2
/
+0
2025-11-20
bus: mhi: host: pci_generic: Add Foxconn T99W760 modem
Slark Xiao
1
-0
/
+13
2025-11-14
syscore: Pass context data to callbacks
Thierry Reding
1
-6
/
+10
2025-11-14
bus: rifsc: add debugfs entry to dump the firewall configuration
Gatien Chevallier
1
-4
/
+593
2025-11-10
bus: mhi: ep: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-11-05
ti-sysc: allow OMAP2 and OMAP4 timers to be reserved on AM33xx
Matthias Schiffer
1
-2
/
+9
2025-10-28
bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-2
/
+0
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-10-15
bus: mhi: host: pci_generic: Add Telit FE990B40 modem support
Daniele Palmas
1
-0
/
+13
2025-10-15
bus: mhi: ep: Make mhi_ep_bus_type const
Adrian Barnaś
2
-2
/
+2
2025-10-05
Merge tag 'char-misc-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-57
/
+103
2025-09-19
bus: mhi: host: pci_generic: Set DMA mask for VFs
Vivek Pernamitta
1
-2
/
+9
2025-09-19
bus: mhi: core: Improve mhi_sync_power_up handling for SYS_ERR state
Vivek Pernamitta
2
-1
/
+3
2025-09-19
bus: mhi: host: pci_generic: Reset QDU100 while the MHI driver is removed
Vivek Pernamitta
1
-0
/
+12
2025-09-19
bus: mhi: host: pci_generic: Add SRIOV support
Vivek Pernamitta
1
-1
/
+2
2025-09-19
bus: mhi: host: pci_generic: Read SUBSYSTEM_VENDOR_ID for VF's to check status
Vivek Pernamitta
1
-10
/
+24
2025-09-19
bus: mhi: host: Add support for separate controller configurations for VF and PF
Vivek Pernamitta
1
-1
/
+8
2025-09-12
bus: mhi: ep: Fix chained transfer handling in read path
Sumit Kumar
1
-25
/
+12
[next]