Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
490dce15ce7b36026e5430d10ee28197a593c711
/
drivers
/
base
3a11ec5
[PATCH] dmapool: Fix "nocast type" warnings
by Victor Fusco
· 19 years ago
caf39e8
[SCSI] Re-do "final klist fixes"
by Linus Torvalds
· 19 years ago
34bb61f
[PATCH] fix klist semantics for lists which have elements removed on traversal
by James Bottomley
· 19 years ago
df4edad
[SCSI] Revert "final klist fixes"
by Linus Torvalds
· 19 years ago
0481990
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
by Linus Torvalds
· 19 years ago
6e3eaab
[PATCH] modified firmware_class.c to support no hotplug
by Abhay Salunke
· 19 years ago
17fa53d
Merge by hand (conflicts in sd.c)
by James Bottomley
· 19 years ago
d856f1e3
[PATCH] klist: fix klist to have the same klist_add semantics as list_head
by James Bottomley
· 19 years ago
fef6ec8
[PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core
by Jesper Juhl
· 19 years ago
ceaeade
[PATCH] Driver core: hande sysdev suspend failure
by Shaohua Li
· 19 years ago
76d1ce0
[PATCH] Driver core: link device and all class devices derived from it.
by Dmitry Torokhov
· 19 years ago
d65da6e
[PATCH] Fix manual binding infinite loop
by Greg Kroah-Hartman
· 19 years ago
ca078ba
[PATCH] swsusp: switch pm_message_t to struct
by Pavel Machek
· 19 years ago
c07e02d
[PATCH] VM: add page_state info to per-node meminfo
by Martin Hicks
· 19 years ago
2b7d6a8
[SCSI] attribute container final klist fixes
by James Bottomley
· 19 years ago
53c165e
[SCSI] correct attribute_container list usage
by James Bottomley
· 19 years ago
7a93aef
Merge HEAD from ../scsi-misc-2.6-tmp
by James Bottomley
· 19 years ago
ebd8bb7
[SCSI] fix transport class corner case after rework
by James Bottomley
· 19 years ago
518e654
[PATCH] Fix manual binding infinite loop
by Greg KH
· 19 years ago
208f3d6
[PATCH] Driver core: potentially fix use after free in class_device_attr_show
by Maneesh Soni
· 19 years ago
d0a7e57
[SCSI] correct transport class abstraction to work outside SCSI
by James Bottomley
· 19 years ago
5028770
[ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc...
by Len Brown
· 19 years ago
e2a5b42
[ACPI] ACPI poweroff fix
by Alexey Starikovskiy
· 20 years ago
d62c0f9
[PATCH] Driver core: Use klist_del() instead of klist_remove().
by Patrick Mochel
· 19 years ago
23d3d60
[PATCH] driver core: change bus_rescan_devices to return void
by Greg Kroah-Hartman
· 19 years ago
afdce75
[PATCH] driver core: Add the ability to bind drivers to devices from userspace
by Greg Kroah-Hartman
· 19 years ago
151ef38
[PATCH] driver core: Add the ability to unbind drivers to devices from userspace
by Greg Kroah-Hartman
· 19 years ago
0edb586
[PATCH] driver core: add bus_find_device & driver_find_device functions
by Cornelia Huck
· 19 years ago
b92eac0
[PATCH] request_firmware(): avoid race conditions
by Stanislaw W. Gruszka
· 19 years ago
fb69c39
[PATCH] generate hotplug events for cpu online
by Nathan Lynch
· 19 years ago
52a119f
[PATCH] make smp_prepare_cpu to a weak function
by Ashok Raj
· 19 years ago
e1367da
[PATCH] cpu state clean after hot remove
by Li Shaohua
· 19 years ago
d377e85
[PATCH] driver core: Fix up the device_attach() error handling in bus_add_device()
by Greg Kroah-Hartman
· 19 years ago
e7c8d5c
[PATCH] node local per-cpu-pages
by Christoph Lameter
· 19 years ago
42b16c05
[PATCH] Driver core: Don't "lose" devices on suspend on failure
by Benjamin Herrenschmidt
· 19 years ago
74880c0
[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
54b6f35
[PATCH] Driver core: change device_attribute callbacks
by Yani Ioannou
· 19 years ago
ca2b94b
[PATCH] driver core: fix error handling in bus_add_device
by Hannes Reinecke
· 19 years ago
4b45099
[PATCH] Driver core: unregister_node() for hotplug use
by Keiichiro Tokunaga
· 20 years ago
c95a6b0
[PATCH] driver core: Fix races in driver_detach()
by Alan Stern
· 20 years ago
0d3e5a2
[PATCH] Driver Core: fix bk-driver-core kills ppc64
by Patrick Mochel
· 20 years ago
b86c1df
[PATCH] Driver core: Fix up the driver and device iterators to be quieter
by gregkh@suse.de
· 20 years ago
126eddf
[PATCH] driver core: change export symbol for driver_for_each_device()
by gregkh@suse.de
· 20 years ago
4d12d2d
[PATCH] Fix up bogus comment.
by mochel@digitalimplant.org
· 20 years ago
3623957
[PATCH] Use a klist for device child lists.
by mochel@digitalimplant.org
· 20 years ago
0956af5
[PATCH] Call klist_del() instead of klist_remove().
by mochel@digitalimplant.org
· 20 years ago
63c4f20
[PATCH] Remove struct device::driver_list.
by mochel@digitalimplant.org
· 20 years ago
7dc35cd
[PATCH] Remove struct device::bus_list.
by mochel@digitalimplant.org
· 20 years ago
6eded06
[PATCH] Fix up bus code and remove use of rwsem.
by mochel@digitalimplant.org
· 20 years ago
2287c32
[PATCH] Use bus_for_each_{dev,drv} for driver binding.
by mochel@digitalimplant.org
· 20 years ago
cb85b6f
[PATCH] Remove the unused device_find().
by mochel@digitalimplant.org
· 20 years ago
94e7b1c5
[PATCH] Add a klist to struct device_driver for the devices bound to it.
by mochel@digitalimplant.org
· 20 years ago
38fdac3
[PATCH] Add a klist to struct bus_type for its drivers.
by mochel@digitalimplant.org
· 20 years ago
465c7a3
[PATCH] Add a klist to struct bus_type for its devices.
by mochel@digitalimplant.org
· 20 years ago
fae3cd0
[PATCH] Add driver_for_each_device().
by mochel@digitalimplant.org
· 20 years ago
07e4a3e
[PATCH] Move device/driver code to drivers/base/dd.c
by mochel@digitalimplant.org
· 20 years ago
af70316
[PATCH] Add a semaphore to struct device to synchronize calls to its driver.
by mochel@digitalimplant.org
· 20 years ago
cd987d3
[PATCH] class: remove class_simple code, as no one in the tree is using it anymore.
by gregkh@suse.de
· 20 years ago
2fc6844
[PATCH] class: add kerneldoc for the new class functions.
by gregkh@suse.de
· 20 years ago
e9ba636
[PATCH] CLASS: move a "simple" class logic into the class core.
by gregkh@suse.de
· 20 years ago
4a0c20b
[PATCH] sysfs: (driver/base) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
419cab3
[PATCH] kset_hotplug_ops->name shoudl return const char *
by Dmitry Torokhov
· 20 years ago
187a1a9
[PATCH] driver core: restore event order for device_add()
by Kay Sievers
· 19 years ago
0b405a0
[PATCH] Driver Core: remove driver model detach_state
by David Brownell
· 19 years ago
82428b6
[PATCH] Driver Core: pm diagnostics update, check for errors
by David Brownell
· 20 years ago
b2d84f0
[PATCH] drivers/base/bus.c: fix iteration in driver_detach()
by Roman Kagan
· 20 years ago
177a432
[PATCH] Hotplug: Make dev->bus checking consistent
by Alexander Nyberg
· 20 years ago
67be2dd
[PATCH] DocBook: fix some descriptions
by Martin Waitz
· 20 years ago
e57cd73
[PATCH] kobject/hotplug split - devices core
by kay.sievers@vrfy.org
· 20 years ago
0700f56
[PATCH] kobject/hotplug split - class core
by kay.sievers@vrfy.org
· 20 years ago
46ea0d6
[PATCH] export platform_add_devices
by Robert Schwebel
· 20 years ago
6897089
[PATCH] add TIMEOUT to firmware_class hotplug event
by kay.sievers@vrfy.org
· 20 years ago
438510f
[PATCH] pm_message_t: more fixes in common and i386
by Pavel Machek
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago