index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
device.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] Add bus_type probe, remove, shutdown methods.
Russell King
2006-01-13
1
-0
/
+3
*
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2006-01-04
1
-7
/
+7
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-26
/
+0
*
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-15
/
+2
*
[PATCH] Driver Core: document struct class_device properly
Greg Kroah-Hartman
2005-10-28
1
-0
/
+24
*
[PATCH] Driver Core: add the ability for class_device structures to be nested
Greg Kroah-Hartman
2005-10-28
1
-3
/
+10
*
[PATCH] add sysfs attr to re-emit device hotplug event
Kay Sievers
2005-10-28
1
-29
/
+28
*
[PATCH] Driver core: pass interface to class interface methods
Dmitry Torokhov
2005-10-28
1
-2
/
+2
*
[PATCH] driver core: add helper device_is_registered()
Daniel Ritz
2005-09-22
1
-0
/
+5
*
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
Len Brown
2005-07-12
1
-2
/
+4
|
\
|
*
[ACPI] Bind PCI devices with ACPI devices
David Shaohua Li
2005-07-11
1
-2
/
+4
*
|
[PATCH] driver core: change bus_rescan_devices to return void
Greg Kroah-Hartman
2005-06-29
1
-1
/
+1
*
|
[PATCH] driver core: add bus_find_device & driver_find_device functions
Cornelia Huck
2005-06-29
1
-0
/
+5
*
|
[PATCH] Driver core: change device_attribute callbacks
Yani Ioannou
2005-06-20
1
-2
/
+4
*
|
[PATCH] Driver Core: fix bk-driver-core kills ppc64
Patrick Mochel
2005-06-20
1
-1
/
+0
*
|
[PATCH] Use a klist for device child lists.
mochel@digitalimplant.org
2005-06-20
1
-8
/
+2
*
|
[PATCH] Remove struct device::driver_list.
mochel@digitalimplant.org
2005-06-20
1
-1
/
+0
*
|
[PATCH] Remove struct device::bus_list.
mochel@digitalimplant.org
2005-06-20
1
-1
/
+0
*
|
[PATCH] Remove the unused device_find().
mochel@digitalimplant.org
2005-06-20
1
-1
/
+0
*
|
[PATCH] Add a klist to struct device_driver for the devices bound to it.
mochel@digitalimplant.org
2005-06-20
1
-1
/
+2
*
|
[PATCH] Add a klist to struct bus_type for its drivers.
mochel@digitalimplant.org
2005-06-20
1
-0
/
+2
*
|
[PATCH] Add a klist to struct bus_type for its devices.
mochel@digitalimplant.org
2005-06-20
1
-0
/
+3
*
|
[PATCH] Add driver_for_each_device().
mochel@digitalimplant.org
2005-06-20
1
-0
/
+3
*
|
[PATCH] Add a semaphore to struct device to synchronize calls to its driver.
mochel@digitalimplant.org
2005-06-20
1
-0
/
+4
*
|
[PATCH] class: remove class_simple code, as no one in the tree is using it an...
gregkh@suse.de
2005-06-20
1
-10
/
+0
*
|
[PATCH] CLASS: move a "simple" class logic into the class core.
gregkh@suse.de
2005-06-20
1
-0
/
+9
*
|
[PATCH] make driver's name be const char *
Dmitry Torokhov
2005-06-20
1
-6
/
+6
|
/
*
[PATCH] Driver Core: remove driver model detach_state
David Brownell
2005-05-17
1
-3
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+426