| Commit message (Expand) | Author | Age | Files | Lines |
* | kobject: convert main fs kobject to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 5 | -10/+9 |
* | kset: convert ecryptfs to use kset_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -10/+9 |
* | kobject: convert configfs to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -7/+6 |
* | kobject: convert debugfs to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -7/+6 |
* | kobject: convert securityfs to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -6/+5 |
* | kobject: convert fuse to use kobject_create | Greg Kroah-Hartman | 2008-01-24 | 1 | -12/+14 |
* | kobject: get rid of kobject_kset_add_dir | Greg Kroah-Hartman | 2008-01-24 | 3 | -37/+20 |
* | kobject: get rid of kobject_add_dir | Greg Kroah-Hartman | 2008-01-24 | 5 | -20/+8 |
* | kobject: add kobject_create_and_add function | Greg Kroah-Hartman | 2008-01-24 | 2 | -18/+66 |
* | kset: add kset_create_and_add function | Greg Kroah-Hartman | 2008-01-24 | 2 | -2/+94 |
* | kobject: remove kobj_set_kset_s as no one is using it anymore | Greg Kroah-Hartman | 2008-01-24 | 1 | -18/+0 |
* | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 2008-01-24 | 36 | -87/+84 |
* | kobject: add kobject_init_and_add function | Greg Kroah-Hartman | 2008-01-24 | 2 | -0/+32 |
* | kobject: add kobject_add_ng function | Greg Kroah-Hartman | 2008-01-24 | 2 | -0/+69 |
* | kobject: add kobject_init_ng function | Greg Kroah-Hartman | 2008-01-24 | 2 | -0/+43 |
* | kobject: make kobject_cleanup be static | Greg Kroah-Hartman | 2008-01-24 | 2 | -7/+4 |
* | kobject: fix up kobject_set_name to use kvasprintf | Greg Kroah-Hartman | 2008-01-24 | 1 | -39/+32 |
* | kobject: convert icom to use kref, not kobject | Greg Kroah-Hartman | 2008-01-24 | 2 | -15/+11 |
* | kobject: convert hvcs to use kref, not kobject | Greg Kroah-Hartman | 2008-01-24 | 1 | -53/+25 |
* | kobject: convert hvc_console to use kref, not kobject | Greg Kroah-Hartman | 2008-01-24 | 1 | -47/+33 |
* | kobject: convert ibmasm to use kref, not kobject | Greg Kroah-Hartman | 2008-01-24 | 2 | -13/+9 |
* | sysfs: remove SPIN_LOCK_UNLOCKED | Jiri Slaby | 2008-01-24 | 1 | -1/+1 |
* | sysfs: create optimal relative symlink targets | Kay Sievers | 2008-01-24 | 1 | -46/+42 |
* | driver core: Make the dev_*() family of macros in device.h complete | Emil Medve | 2008-01-24 | 3 | -21/+15 |
* | ecryptfs: clean up attribute mess | Greg Kroah-Hartman | 2008-01-24 | 1 | -67/+18 |
* | cosa: Convert from class_device to device for cosa sync driver | Tony Jones | 2008-01-24 | 1 | -3/+2 |
* | tifm: Convert from class_device to device for TI flash media | Tony Jones | 2008-01-24 | 3 | -15/+15 |
* | pktcdvd: Convert from class_device to device for block/pktcdvd | Tony Jones | 2008-01-24 | 2 | -10/+8 |
* | paride: Convert from class_device to device for block/paride | Tony Jones | 2008-01-24 | 2 | -9/+9 |
* | mtd: Convert from class_device to device for MTD/mtdchar | Tony Jones | 2008-01-24 | 1 | -7/+5 |
* | MCP_UCB1200: Convert from class_device to device | Tony Jones | 2008-01-24 | 3 | -17/+18 |
* | adb: Convert from class_device to device | Tony Jones | 2008-01-24 | 1 | -1/+1 |
* | ISDN: Convert from class_device to device for ISDN capi | Tony Jones | 2008-01-24 | 1 | -3/+3 |
* | IDE: Convert from class_device to device for ide-tape | Tony Jones | 2008-01-24 | 1 | -8/+6 |
* | DMA: Convert from class_device to device for DMA engine | Tony Jones | 2008-01-24 | 2 | -22/+24 |
* | coda: convert struct class_device to struct device | Kay Sievers | 2008-01-24 | 1 | -4/+4 |
* | aoechr: Convert from class_device to device | Tony Jones | 2008-01-24 | 1 | -4/+3 |
* | kref: add kref_set() | Evgeniy Polyakov | 2008-01-24 | 2 | -2/+14 |
* | PM: Acquire device locks on suspend | Rafael J. Wysocki | 2008-01-24 | 6 | -186/+413 |
* | kobject: remove incorrect comment in kobject_rename | Greg Kroah-Hartman | 2008-01-24 | 1 | -2/+0 |
* | Documentation: Replace obsolete "driverfs" with "sysfs". | Robert P. J. Day | 2008-01-24 | 2 | -3/+3 |
* | nozomi driver | Frank Seidel | 2008-01-24 | 3 | -0/+2004 |
* | sysfs: Fix a copy-n-paste typo in comment | Jean Delvare | 2008-01-24 | 1 | -1/+1 |
* | Chinese: add translation of Codingstyle | Zhang Le | 2008-01-24 | 1 | -0/+701 |
* | Chinese: add translation of sparse.txt | Li Yang | 2008-01-24 | 1 | -0/+100 |
* | Chinese: add translation of volatile-considered-harmful.txt | Bryan Wu | 2008-01-24 | 1 | -0/+113 |
* | Chinese: add translation of stable_kernel_rules.txt | TripleX Chung | 2008-01-24 | 1 | -0/+66 |
* | Chinese: add translation of oops-tracing.txt | Dave Young | 2008-01-24 | 1 | -0/+212 |
* | Chinese: add translation of SubmittingDrivers | Li Yang | 2008-01-24 | 1 | -0/+168 |
* | Chinese: add translation of SubmittingPatches | TripleX Chung | 2008-01-24 | 1 | -0/+416 |