index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
dd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-13
1
-13
/
+66
|
\
|
*
driver core: Add deferred_probe attribute to devices in sysfs
Ben Hutchings
2016-11-10
1
-0
/
+13
|
*
PM / runtime: Use device links
Rafael J. Wysocki
2016-10-31
1
-0
/
+3
|
*
driver core: Functional dependencies tracking support
Rafael J. Wysocki
2016-10-31
1
-5
/
+36
|
*
driver core: Add a wrapper around __device_release_driver()
Rafael J. Wysocki
2016-10-28
1
-12
/
+18
*
|
driver core: fix smatch warning on dev->bus check
Rob Herring
2016-10-31
1
-1
/
+1
*
|
driver core: skip removal test for non-removable drivers
Rob Herring
2016-10-31
1
-1
/
+2
|
/
*
device core: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-09-02
1
-9
/
+3
*
driver core: add test of driver remove calls during probe
Rob Herring
2016-08-31
1
-0
/
+21
*
ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()
Tomeu Vizoso
2016-02-16
1
-2
/
+22
*
driver core: Avoid NULL pointer dereferences in device_is_bound()
Rafael J. Wysocki
2016-01-12
1
-1
/
+1
*
PM / sleep: Go direct_complete if driver has no callbacks
Tomeu Vizoso
2016-01-08
1
-0
/
+3
*
device core: add device_is_bound()
Tomeu Vizoso
2016-01-08
1
-2
/
+16
*
Merge branch 'acpi-soc' into pm-core
Rafael J. Wysocki
2016-01-08
1
-2
/
+8
|
\
|
*
device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification
Andy Shevchenko
2015-12-09
1
-2
/
+8
|
|
|
\
*
-
.
\
Merge branches 'pm-sleep' and 'pm-runtime' into pm-core
Rafael J. Wysocki
2015-12-07
1
-1
/
+49
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
PM / runtime: Re-init runtime PM states at probe error and driver unbind
Ulf Hansson
2015-11-30
1
-0
/
+2
|
|
/
|
/
|
|
*
PM / sleep: prohibit devices probing during suspend/hibernation
Strashko, Grygorii
2015-11-30
1
-1
/
+47
|
/
*
drivers/pinctrl: Add the concept of an "init" state
Douglas Anderson
2015-10-27
1
-0
/
+2
*
Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-09-01
1
-0
/
+20
|
\
|
*
Driver core: wakeup the parent device before trying probe
Rafael J. Wysocki
2015-07-28
1
-0
/
+20
*
|
driver core: correct device's shutdown order
Grygorii Strashko
2015-08-05
1
-0
/
+8
|
/
*
base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().
Shailendra Verma
2015-06-01
1
-1
/
+1
*
driver-core: fix build for !CONFIG_MODULES
Dmitry Torokhov
2015-05-24
1
-1
/
+1
*
driver-core: make __device_attach() static
Dmitry Torokhov
2015-05-24
1
-1
/
+1
*
driver-core: enable drivers to opt-out of async probe
Luis R. Rodriguez
2015-05-20
1
-4
/
+10
*
driver-core: add driver module asynchronous probe support
Luis R. Rodriguez
2015-05-20
1
-1
/
+7
*
driver-core: add asynchronous probing support for drivers
Dmitry Torokhov
2015-05-20
1
-19
/
+130
*
Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-04-14
1
-0
/
+14
|
\
|
*
driver core / PM: Add PM domain callbacks for device setup/cleanup
Rafael J. Wysocki
2015-03-22
1
-0
/
+14
*
|
driver core: Make probe deferral more quiet
Mark Brown
2015-03-25
1
-1
/
+1
*
|
driver core: use *switch* statement in really_probe()
Sergei Shtylyov
2015-03-25
1
-5
/
+9
|
/
*
driver core: Remove kerneldoc from local function
Thierry Reding
2014-09-23
1
-1
/
+1
*
driver core: Inline dev_set/get_drvdata
Jean Delvare
2014-05-27
1
-16
/
+0
*
driver core: dev_get_drvdata: Don't check for NULL dev
Jean Delvare
2014-05-27
1
-3
/
+1
*
driver core: dev_set_drvdata returns void
Jean Delvare
2014-05-27
1
-2
/
+1
*
driver core: Move driver_data back to struct device
Jean Delvare
2014-05-27
1
-10
/
+3
*
drivercore: deferral race condition fix
Grant Likely
2014-04-29
1
-0
/
+17
*
drivers/base/dd.c incorrect pr_debug() parameters
Frank Rowand
2014-04-16
1
-2
/
+2
*
PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()
Rafael J. Wysocki
2013-11-07
1
-1
/
+1
*
PM / Runtime: Idle devices asynchronously after probe|release
Ulf Hansson
2013-04-11
1
-3
/
+3
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
1
-0
/
+2
|
\
|
*
drivercore: Fix ordering between deferred_probe and exiting initcalls
Grant Likely
2013-02-15
1
-0
/
+2
*
|
drivers/pinctrl: grab default handles from device core
Linus Walleij
2013-01-23
1
-0
/
+7
|
/
*
PM / Runtime: Do not increment device usage counts before probing
Rafael J. Wysocki
2012-07-16
1
-4
/
+2
*
driver core: Move deferred devices to the end of dpm_list before probing
Mark Brown
2012-07-16
1
-0
/
+12
*
Merge v3.5-rc5 into driver-core-next
Greg Kroah-Hartman
2012-07-05
1
-1
/
+1
|
\
|
*
driver core: fixup reversed deferred probe order
Kuninori Morimoto
2012-06-13
1
-1
/
+1
*
|
device-core: Ensure drvdata = NULL when no driver is bound
Hans de Goede
2012-06-13
1
-0
/
+2
|
/
*
driver core: minor comment formatting cleanups
Greg Kroah-Hartman
2012-03-08
1
-8
/
+16
[next]