Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 217 | -4631/+8870 |
2008-01-25 | slab: fix bootstrap on memoryless node | Pekka Enberg | 1 | -23/+23 |
2008-01-25 | fix oops on rmmod capidrv | Karsten Keil | 1 | -4/+5 |
2008-01-24 | Driver core: coding style fixes | Greg Kroah-Hartman | 8 | -583/+545 |
2008-01-24 | Kobject: fix coding style issues in kobject c files | Greg Kroah-Hartman | 2 | -79/+67 |
2008-01-24 | Kobject: fix coding style issues in kobject.h | Greg Kroah-Hartman | 1 | -33/+34 |
2008-01-24 | Driver core: fix coding style issues in device.h | Greg Kroah-Hartman | 1 | -138/+145 |
2008-01-24 | spi: use class iteration api | Dave Young | 1 | -11/+15 |
2008-01-24 | scsi: use class iteration api | Dave Young | 1 | -11/+13 |
2008-01-24 | rtc: use class iteration api | Dave Young | 1 | -10/+12 |
2008-01-24 | power supply : use class iteration api | Dave Young | 2 | -83/+107 |
2008-01-24 | ieee1394: use class iteration api | Dave Young | 1 | -138/+176 |
2008-01-24 | Driver Core: add class iteration api | Dave Young | 2 | -2/+140 |
2008-01-24 | Driver core: Cleanup get_device_parent() in device_add() and device_move() | Cornelia Huck | 1 | -15/+14 |
2008-01-24 | UIO: constify function pointer tables | Jan Engelhardt | 1 | -2/+2 |
2008-01-24 | Driver Core: constify the name passed to platform_device_register_simple | Stephen Rothwell | 2 | -2/+2 |
2008-01-24 | driver core: fix build with SYSFS=n | Randy Dunlap | 2 | -1/+3 |
2008-01-24 | sysfs: make SYSFS_DEPRECATED depend on SYSFS | Randy Dunlap | 1 | -0/+1 |
2008-01-24 | Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init | Denis Cheng | 3 | -10/+1 |
2008-01-24 | kobject: add sample code for how to use ksets/ktypes/kobjects | Greg Kroah-Hartman | 2 | -1/+279 |
2008-01-24 | kobject: add sample code for how to use kobjects in a simple manner. | Greg Kroah-Hartman | 4 | -1/+149 |
2008-01-24 | kobject: update the kobject/kset documentation | Greg Kroah-Hartman | 1 | -0/+386 |
2008-01-24 | kobject: remove old, outdated documentation. | Greg Kroah-Hartman | 1 | -289/+0 |
2008-01-24 | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 55 | -73/+62 |
2008-01-24 | Kobject: remove kobject_unregister() as no one uses it anymore | Greg Kroah-Hartman | 2 | -19/+0 |
2008-01-24 | Kobject: convert remaining kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 5 | -10/+9 |
2008-01-24 | Kobject: convert fs/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 8 | -18/+18 |
2008-01-24 | Kobject: convert drivers/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 17 | -42/+40 |
2008-01-24 | Kobject: convert arch/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 5 | -16/+14 |
2008-01-24 | Modules: remove unneeded release function | Greg Kroah-Hartman | 1 | -10/+0 |
2008-01-24 | Kobject: auto-cleanup on final unref | Kay Sievers | 4 | -99/+119 |
2008-01-24 | Kset: remove kset_add function | Greg Kroah-Hartman | 2 | -13/+1 |
2008-01-24 | Kobject: remove kobject_register() | Greg Kroah-Hartman | 2 | -19/+0 |
2008-01-24 | Kobject: rename kobject_init_ng() to kobject_init() | Greg Kroah-Hartman | 10 | -18/+18 |
2008-01-24 | Kobject: remove kobject_init() as no one uses it anymore | Greg Kroah-Hartman | 2 | -9/+3 |
2008-01-24 | Kobject: rename kobject_add_ng() to kobject_add() | Greg Kroah-Hartman | 10 | -22/+22 |
2008-01-24 | Kobject: remove kobject_add() as no one uses it anymore | Greg Kroah-Hartman | 2 | -15/+8 |
2008-01-24 | Kobject: convert kernel/module.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -8/+6 |
2008-01-24 | Kobject: convert drivers/md/md.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -9/+4 |
2008-01-24 | Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -6/+3 |
2008-01-24 | Kobject: convert block/elevator.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -6/+2 |
2008-01-24 | Driver core: convert block from raw kobjects to core devices | Kay Sievers | 13 | -610/+385 |
2008-01-24 | Kobject: drop child->parent ref at unregistration | Alan Stern | 1 | -3/+4 |
2008-01-24 | sysfs: fix /sys/module/*/holders after sysfs logic change | Kay Sievers | 1 | -8/+7 |
2008-01-24 | Driver core: fix class glue dir cleanup logic | Kay Sievers | 1 | -112/+94 |
2008-01-24 | Driver core: fix race in __device_release_driver | Alan Stern | 1 | -3/+2 |
2008-01-24 | Kobject: change drivers/base/bus to use kobject_init_and_add | Greg Kroah-Hartman | 1 | -6/+4 |
2008-01-24 | Driver core: clean up debugging messages | Greg Kroah-Hartman | 3 | -25/+28 |
2008-01-24 | Driver core: move the static kobject out of struct driver | Greg Kroah-Hartman | 7 | -74/+99 |
2008-01-24 | Driver core: move the driver specific module code into the driver core | Greg Kroah-Hartman | 5 | -102/+104 |