index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
Age
Commit message (
Expand
)
Author
Files
Lines
4 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2
-2
/
+0
2026-06-22
Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-15
/
+32
2026-06-17
Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-162
/
+87
2026-06-16
Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2026-06-09
Merge tag 'tegra-for-7.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Arnd Bergmann
1
-8
/
+6
2026-06-09
Merge tag 'sunxi-drivers-for-7.2' of ssh://gitolite.kernel.org/pub/scm/linux/...
Krzysztof Kozlowski
1
-0
/
+3
2026-06-08
bus: ts-nbus: drop unneeded dependency on OF_GPIO
Bartosz Golaszewski
1
-1
/
+1
2026-05-27
bus: mhi: host: pci_generic: Fix the physical function check
Manivannan Sadhasivam
1
-10
/
+10
2026-05-25
bus: sunxi-rsb: Always check register address validity
Samuel Holland
1
-0
/
+3
2026-05-22
Revert "treewide: Fix probing of devices in DT overlays"
Saravana Kannan
1
-6
/
+0
2026-05-18
Merge tag 'soc_fsl-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Arnd Bergmann
4
-154
/
+78
2026-05-12
bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error path
Manivannan Sadhasivam
1
-0
/
+2
2026-05-12
bus: mhi: host: pci_generic: Add Telit FE910C04 modem support
Daniele Palmas
1
-0
/
+13
2026-05-12
bus: mhi: ep: Add missing state_lock protection for mhi_state access
Sumit Kumar
1
-0
/
+2
2026-05-12
bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
Sumit Kumar
1
-4
/
+3
2026-05-12
bus: mhi: host: pci_generic: Round up nr_irqs to power of two
Javier Achirica
1
-1
/
+2
2026-04-30
bus: tegra-aconnect: Use dev_err_probe for probe error paths
Sheetal
1
-8
/
+6
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-28
/
+50
2026-04-17
Merge tag 'devicetree-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-720
/
+0
2026-04-16
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
8
-136
/
+346
2026-04-06
Merge tag 'v7.0-rc7' into char-misc-next
Greg Kroah-Hartman
1
-2
/
+2
2026-04-04
bus: fsl-mc: use generic driver_override infrastructure
Danilo Krummrich
1
-36
/
+7
2026-04-04
bus: fsl-mc: wait for the MC firmware to complete its boot
Ioana Ciornei
1
-0
/
+46
2026-04-03
bus: mhi: host: pci_generic: Add Telit FE912C04 modem support
Daniele Palmas
1
-0
/
+13
2026-04-01
Merge tag 'imx-soc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/fran...
Arnd Bergmann
1
-0
/
+15
2026-03-26
device property: Make modifications of fwnode "flags" thread safe
Douglas Anderson
1
-1
/
+1
2026-03-25
drivers: bus: add the stm32 debug bus driver
Gatien Chevallier
3
-0
/
+261
2026-03-25
bus: stm32_firewall: add stm32_firewall_get_grant_all_access() API
Gatien Chevallier
1
-0
/
+42
2026-03-25
bus: stm32_firewall: allow check on different firewall controllers
Gatien Chevallier
1
-1
/
+1
2026-03-25
bus: rifsc: fix RIF configuration check for peripherals
Gatien Chevallier
1
-34
/
+18
2026-03-25
bus: rifsc: Replace snprintf("%s") with strscpy
Thorsten Blum
1
-3
/
+3
2026-03-25
bus: stm32_firewall: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-9
/
+3
2026-03-25
bus: firewall: move stm32_firewall header file in include folder
Clément Le Goffic
4
-89
/
+3
2026-03-17
driver core: platform: use generic driver_override infrastructure
Danilo Krummrich
1
-2
/
+2
2026-03-17
bus: mhi: ep: Test for non-zero return value where applicable
Manivannan Sadhasivam
2
-8
/
+8
2026-03-17
bus: mhi: host: Use kzalloc_flex
Rosen Penev
1
-19
/
+3
2026-03-11
bus: Remove not-going-to-be-supported code for Baikal SoC
Andy Shevchenko
4
-720
/
+0
2026-03-06
bus: mhi: host: pci_generic: Add pm_runtime_forbid() in remove callback
Qiang Yu
1
-0
/
+1
2026-03-06
bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
Qiang Yu
1
-1
/
+1
2026-03-06
bus: mhi: host: pci_generic: Add NMEA channels to FN920C04 and FN990A
Daniele Palmas
1
-0
/
+4
2026-03-06
bus: mhi: host: pci_generic: Enable IP_SW and IP_ETH channels for Qcom QDU100...
Vivek Pernamitta
1
-0
/
+8
2026-03-02
bus: mhi: host: pci_generic: Add Qualcomm SDX35 modem
Krishna Chaitanya Chundru
1
-0
/
+12
2026-02-26
fsl-mc: Remove legacy MSI implementation
Marc Zyngier
2
-159
/
+8
2026-02-26
fsl-mc: Switch over to per-device platform MSI
Marc Zyngier
1
-9
/
+5
2026-02-26
fsl-mc: Add minimal infrastructure to use platform MSI
Marc Zyngier
2
-8
/
+43
2026-02-26
fsl-mc: Remove MSI domain propagation to sub-devices
Marc Zyngier
1
-3
/
+1
2026-02-24
bus: imx-aipstz: set default value for opacr registers
Shengjiu Wang
1
-0
/
+15
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-3
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-8
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
[next]