aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cpumask.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-24Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-24spi: use class iteration apiDave Young1-11/+15
2008-01-24scsi: use class iteration apiDave Young1-11/+13
2008-01-24rtc: use class iteration apiDave Young1-10/+12
2008-01-24power supply : use class iteration apiDave Young2-83/+107
2008-01-24ieee1394: use class iteration apiDave Young1-138/+176
2008-01-24Driver Core: add class iteration apiDave Young2-2/+140
2008-01-24Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck1-15/+14
2008-01-24UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2-2/+2
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap2-1/+3
2008-01-24sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap1-0/+1
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng3-10/+1
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman2-1/+279
2008-01-24kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman4-1/+149