summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman
2008-01-24kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman
2008-01-24kref: add kref_set()Evgeniy Polyakov
2008-01-24kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman
2007-12-23lib: proportion: fix underflow in prop_norm_percpu()Peter Zijlstra
2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares
2007-12-17kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds
2007-12-01[TEXTSEARCH]: Do not allow zero length patterns in the textsearch infrastructurePablo Neira Ayuso
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap
2007-11-28kobject: two typo fixesJohannes Berg
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger
2007-11-14lib: move bitmap.o from lib-y to obj-y.Paul Mundt
2007-11-08[LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy
2007-11-05Fix bitmap_scnlistprintf for empty masksAndi Kleen
2007-10-30kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman
2007-10-25Permit silencing of __deprecated warnings.Jeff Garzik
2007-10-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2007-10-22Add CONFIG_DEBUG_SG sg validationJens Axboe
2007-10-22Update swiotlb to use sg helpersJens Axboe
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Jörn Engel
2007-10-20spelling fixes: lib/Simon Arlott
2007-10-20LIB: Replace inappropriate include of <linux/bug.h>Robert P. J. Day
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19markers: Add samples subdirMathieu Desnoyers