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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
soc: fix comment for freeing soc_dev_attr
Krzysztof Kozlowski
1
-1
/
+1
2020-12-09
driver core: platform: use bus_type functions
Uwe Kleine-König
1
-67
/
+65
2020-12-09
driver core: platform: change logic implementing platform_driver_probe
Uwe Kleine-König
1
-3
/
+15
2020-12-09
driver core: platform: reorder functions
Uwe Kleine-König
1
-166
/
+167
2020-12-09
driver core: make driver_probe_device() static
Julian Wiedmann
2
-2
/
+1
2020-12-09
driver core: Fix a couple of typos
Thierry Reding
1
-2
/
+2
2020-12-09
driver core: Reorder devices on successful probe
Thierry Reding
1
-0
/
+7
2020-12-09
driver core: Delete pointless parameter in fwnode_operations.add_links
Saravana Kannan
3
-5
/
+3
2020-12-09
driver core: Refactor fw_devlink feature
Saravana Kannan
1
-87
/
+238
2020-12-09
efi: Update implementation of add_links() to create fwnode links
Saravana Kannan
1
-20
/
+1
2020-12-09
of: property: Update implementation of add_links() to create fwnode links
Saravana Kannan
1
-109
/
+41
2020-12-09
driver core: Use device's fwnode to check if it is waiting for suppliers
Saravana Kannan
1
-8
/
+8
2020-12-09
driver core: Add fw_devlink_parse_fwtree()
Saravana Kannan
1
-0
/
+19
2020-12-09
driver core: Redefine the meaning of fwnode_operations.add_links()
Saravana Kannan
1
-1
/
+1
2020-12-09
device property: Add fwnode_is_ancestor_of() and fwnode_get_next_parent_dev()
Saravana Kannan
1
-0
/
+52
2020-12-09
driver core: Allow only unprobed consumers for SYNC_STATE_ONLY device links
Saravana Kannan
1
-0
/
+11
2020-12-09
driver core: Add fwnode link support
Saravana Kannan
2
-0
/
+99
2020-12-09
driver core: Add fwnode_init()
Saravana Kannan
4
-7
/
+7
2020-12-09
Revert "driver core: fw_devlink: Add support for batching fwnode parsing"
Saravana Kannan
3
-118
/
+7
2020-12-09
Revert "of: platform: Batch fwnode parsing when adding all top level devices"
Saravana Kannan
1
-2
/
+0
2020-12-09
Revert "driver core: Remove check in driver_deferred_probe_force_trigger()"
Saravana Kannan
1
-0
/
+3
2020-12-09
Revert "driver core: Don't do deferred probe in parallel with kernel_init thr...
Saravana Kannan
3
-0
/
+7
2020-12-09
Revert "driver core: Rename dev_links_info.defer_sync to defer_hook"
Saravana Kannan
1
-11
/
+11
2020-12-09
Revert "driver core: Avoid deferred probe due to fw_devlink_pause/resume()"
Saravana Kannan
1
-21
/
+0
2020-12-09
driver: core: Fix list corruption after device_del()
Takashi Iwai
1
-1
/
+1
2020-12-05
driver core: auxiliary bus: Fix auxiliary bus shutdown null auxdrv ptr
Dave Jiang
1
-3
/
+8
2020-12-04
Merge tag 'auxbus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
3
-0
/
+278
2020-12-04
driver core: auxiliary bus: minor coding style tweaks
Greg Kroah-Hartman
1
-26
/
+32
2020-12-04
driver core: auxiliary bus: make remove function return void
Greg Kroah-Hartman
1
-3
/
+2
2020-12-04
driver core: auxiliary bus: move slab.h from include file
Greg Kroah-Hartman
1
-0
/
+1
2020-12-04
Add auxiliary bus support
Dave Ertman
3
-0
/
+272
2020-11-09
drivers: base: fix some kernel-doc markups
Mauro Carvalho Chehab
3
-3
/
+3
2020-11-09
driver core: Fix lockdep warning on wfs_lock
Saravana Kannan
1
-2
/
+0
2020-11-08
Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-25
/
+11
2020-11-08
Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
11
-6
/
+38
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-11-08
Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-18
/
+96
2020-11-08
Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-46
/
+65
2020-11-07
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-176
/
+176
2020-11-07
Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-1
/
+16
2020-11-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-5
/
+15
2020-11-07
Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
4
-44
/
+44
2020-11-07
Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2020-11-06
Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
50
-353
/
+425
2020-11-06
Merge tag 'tpmdd-next-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+32
2020-11-06
Merge tag 'iommu-fixes-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-3
/
+16
2020-11-06
Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfio
Linus Torvalds
6
-27
/
+50
2020-11-06
Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
4
-26
/
+37
2020-11-06
Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
27
-113
/
+250
2020-11-06
null_blk: Fix scheduling in atomic with zoned mode
Damien Le Moal
2
-17
/
+32
[next]