Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
139b2db7951ed0c808884cfebca02a884aebe0c3
/
drivers
/
base
d478376
driver core: fix small mem leak in driver_add_kobj()
by Jesper Juhl
· 17 years ago
815d2d5
driver core: debug for bad dev_attr_show() return value.
by Andrew Morton
· 17 years ago
e88a0c2
drivers: fix dma_get_required_mask
by James Bottomley
· 17 years ago
ef79df2
sysdev: fix problem with sysdev_class being re-registered
by Greg Kroah-Hartman
· 17 years ago
c1fe539
Driver core: Fix cleanup when failing device_add().
by Cornelia Huck
· 17 years ago
135dee0
driver core: Remove dpm_sysfs_remove() from error path of device_add()
by Rafael J. Wysocki
· 17 years ago
1b3cbec
PM: fix new mutex-locking bug in the PM core
by Alan Stern
· 17 years ago
7a8d37a
PM: Do not acquire device semaphores upfront during suspend
by Rafael J. Wysocki
· 17 years ago
0643245
docbook: fix kernel-api source files
by Randy Dunlap
· 17 years ago
20f8d2a
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
ec5a4246
PM: Remove unbalanced mutex_unlock() from dpm_resume()
by Rafael J. Wysocki
· 17 years ago
0763446
Driver core: Fix error handling in bus_add_driver().
by Cornelia Huck
· 17 years ago
7199677
driver-core: fix kernel-doc function parameters
by Randy Dunlap
· 17 years ago
19e20c9
PM: Make suspend_device() static
by Adrian Bunk
· 17 years ago
7d640c4
Driver core: Revert "Fix Firmware class name collision"
by Michael E Brown
· 17 years ago
33b5f31
register_cpu __devinit or __cpuinit
by Randy Dunlap
· 17 years ago
b297d52
Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
by Linus Torvalds
· 17 years ago
0c98b19
Driver core: Remove unneeded get_{device,driver}() calls.
by Cornelia Huck
· 17 years ago
cd35449
driver core: convert to use class_find_device api
by Dave Young
· 17 years ago
9617c3e
PM: Export device_pm_schedule_removal
by Rafael J. Wysocki
· 17 years ago
90dda1c
PM: Make PM_TRACE more architecture independent
by Johannes Berg
· 17 years ago
3b470ac
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
a63ca8f
docbook: fix drivers/base/class warning
by Randy Dunlap
· 17 years ago
9e23362
convert drivers/base/power/Makefile to ccflags
by Johannes Berg
· 17 years ago
1f9ffc0
Driver core: add bus_find_device_by_name function
by Greg Kroah-Hartman
· 17 years ago
4e886c2
Driver core: Fix up build when CONFIG_BLOCK=N
by Greg Kroah-Hartman
· 17 years ago
9b73e76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
4a3ad20
Driver core: coding style fixes
by Greg Kroah-Hartman
· 17 years ago
fd04897
Driver Core: add class iteration api
by Dave Young
· 17 years ago
63b6971
Driver core: Cleanup get_device_parent() in device_add() and device_move()
by Cornelia Huck
· 17 years ago
ae72cdd
Driver Core: constify the name passed to platform_device_register_simple
by Stephen Rothwell
· 17 years ago
92b4214
driver core: fix build with SYSFS=n
by Randy Dunlap
· 17 years ago
db1118a
Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init
by Denis Cheng
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
0f4dafc
Kobject: auto-cleanup on final unref
by Kay Sievers
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
edfaa7c
Driver core: convert block from raw kobjects to core devices
by Kay Sievers
· 17 years ago
da231fd
Driver core: fix class glue dir cleanup logic
by Kay Sievers
· 17 years ago
ef2c517
Driver core: fix race in __device_release_driver
by Alan Stern
· 17 years ago
c8e90d8
Kobject: change drivers/base/bus to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
7dc72b2
Driver core: clean up debugging messages
by Greg Kroah-Hartman
· 17 years ago
e5dd127
Driver core: move the static kobject out of struct driver
by Greg Kroah-Hartman
· 17 years ago
c63469a
Driver core: move the driver specific module code into the driver core
by Greg Kroah-Hartman
· 17 years ago
cbe9c59
Driver: add driver_add_kobj for looney iseries_veth driver
by Greg Kroah-Hartman
· 17 years ago
57c7453
driver core: Introduce default attribute groups.
by Cornelia Huck
· 17 years ago
c6f7e72
driver core: remove fields from struct bus_type
by Greg Kroah-Hartman
· 17 years ago
b249072
driver core: add way to get to bus device klist
by Greg Kroah-Hartman
· 17 years ago
0fed80f
driver core: add way to get to bus kset
by Greg Kroah-Hartman
· 17 years ago
9990513
Kobject: convert drivers/base/core.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
60728d6
Kobject: convert drivers/base/class.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
61030bf
Kobject: change drivers/base/sys.c to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
37b0c02
driver core: clean up device_shutdown
by Greg Kroah-Hartman
· 17 years ago
822a89e
driver core: clean up shutdown.c
by Greg Kroah-Hartman
· 17 years ago
2fb9113
kobject: remove subsystem_(un)register functions
by Greg Kroah-Hartman
· 17 years ago
5c03c7a
kset: remove decl_subsys macro
by Greg Kroah-Hartman
· 17 years ago
f62ed9e
firmware: change firmware_kset to firmware_kobj
by Greg Kroah-Hartman
· 17 years ago
15f2f9b
firmware: remove firmware_(un)register()
by Greg Kroah-Hartman
· 17 years ago
9e5f7f9
firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface
by Greg Kroah-Hartman
· 17 years ago
6dcec25
kset: convert struct bus_device->drivers to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3d89959
kset: convert struct bus_device->devices to use kset_create
by Greg Kroah-Hartman
· 17 years ago
aade404
kset: convert /sys/devices/system to use kset_create
by Greg Kroah-Hartman
· 17 years ago
2d72fc0
kobject: convert /sys/hypervisor to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
881c6cfd
kset: convert /sys/devices to use kset_create
by Greg Kroah-Hartman
· 17 years ago
b0d78e5
kset: convert drivers/base/firmware.c to use kset_create
by Greg Kroah-Hartman
· 17 years ago
443dbf9
kset: convert drivers/base/class.c to use kset_create
by Greg Kroah-Hartman
· 17 years ago
59a5483
kset: convert drivers/base/bus.c to use kset_create
by Greg Kroah-Hartman
· 17 years ago
43968d2
kobject: get rid of kobject_kset_add_dir
by Greg Kroah-Hartman
· 17 years ago
4ff6abf
kobject: get rid of kobject_add_dir
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
775b64d
PM: Acquire device locks on suspend
by Rafael J. Wysocki
· 17 years ago
fd11097
[SCSI] attribute_container: update to use the group interface
by James Bottomley
· 17 years ago
141e9d4
Move dmapool.c to mm/ directory
by Matthew Wilcox
· 17 years ago
dec13c1
create /sys/.../power when CONFIG_PM is set
by Daniel Drake
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
d919fd4
Revert "Driver core: remove class_device_*_bin_file"
by Greg Kroah-Hartman
· 17 years ago
60b8cab
Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y
by Kay Sievers
· 17 years ago
fcd239d
Driver core: remove class_device_*_bin_file
by Greg Kroah-Hartman
· 17 years ago
7b78d33
memory hotplug: rearrange memory hotplug notifier
by Yasunori Goto
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
9780e3e
cpu hotplug: topology: remove topology_dev_map
by Akinobu Mita
· 17 years ago
f059bca
pm_trace displays the wrong time from the RTC
by Rafael J. Wysocki
· 17 years ago
d9aaccc
make dmapool code use __set_current_state()
by Arjan van de Ven
· 17 years ago
bde631a
mm: add node states sysfs class attributeS
by Lee Schermerhorn
· 17 years ago
540557b
sparsemem: record when a section has a valid mem_map
by Andy Whitcroft
· 17 years ago
9ec0fd4e
more uevent fallout (drivers/base/memory.c)
by Al Viro
· 17 years ago
cd59abf
PM: merge device power-management source files
by Alan Stern
· 17 years ago
a1148fb
Driver core: rename ktype_driver
by Greg Kroah-Hartman
· 17 years ago
8f4afc4
Driver core: rename ktype_device
by Greg Kroah-Hartman
· 17 years ago
adc5680
Driver core: rename ktype_class
by Greg Kroah-Hartman
· 17 years ago
e4bc166
driver core: remove subsystem_init()
by Greg Kroah-Hartman
· 17 years ago
1359555e
Driver core: Make platform_device.id an int
by Jean Delvare
· 17 years ago
44b760a
sysdev: remove global sysdev drivers list
by Akinobu Mita
· 17 years ago
b4d1eb2
drivers/base/power/: make 2 functions static
by Adrian Bunk
· 17 years ago
109f0e9
Fix Firmware class name collision
by Markus Rechberger
· 17 years ago
7ac1cf4
Driver core: add uevent file for bus and driver
by Kay Sievers
· 17 years ago
5c5daf6
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
by Kay Sievers
· 17 years ago
5901d01
Driver core: remove get_bus()
by Greg Kroah-Hartman
· 17 years ago
fc1ede5
Driver core: remove put_bus()
by Greg Kroah-Hartman
· 17 years ago
Next »