aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2-0/+59
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-0/+32
2008-01-28ext4: Add ext4_find_next_bit()Aneesh Kumar K.V1-0/+43
2008-01-28[LIB] pcounter : unline too big functionsEric Dumazet1-5/+37
2008-01-28[LIB]: Introduce struct pcounterArnaldo Carvalho de Melo2-0/+27
2008-01-28kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg1-0/+2
2008-01-28kbuild: introduce new option to enhance section mismatch analysisSam Ravnborg1-0/+30
2008-01-28SG: work with the SCSI fixed maximum allocations.James Bottomley1-14/+27
2008-01-28SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe2-1/+282
2008-01-25sched: latencytop supportArjan van de Ven1-0/+14
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar1-123/+0
2008-01-24Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2-79/+67
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-9/+5
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-17/+0
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers2-74/+107
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman1-12/+1
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman1-18/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-7/+7
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-8/+3
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-7/+7
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-14/+8
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern1-3/+4
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman2-14/+29
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman1-3/+3
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-13/+0
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-21/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers1-0/+29
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-32/+5
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-12/+0
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-18/+63
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+91
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman1-0/+27
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman1-0/+66
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman1-0/+42
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman1-5/+4
2008-01-24kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman1-39/+32
2008-01-24kref: add kref_set()Evgeniy Polyakov1-2/+13
2008-01-24kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman1-2/+0
2007-12-23lib: proportion: fix underflow in prop_norm_percpu()Peter Zijlstra1-21/+16
2007-12-18sched: mark rwsem functions as __sched for wchan/profilingLivio Soares1-1/+1
2007-12-17kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman1-6/+6
2007-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds1-2/+6
2007-12-01[TEXTSEARCH]: Do not allow zero length patterns in the textsearch infrastructurePablo Neira Ayuso1-2/+6
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap1-1/+2
2007-11-28kobject: two typo fixesJohannes Berg1-2/+2
2007-11-23Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger1-2/+2
2007-11-14lib: move bitmap.o from lib-y to obj-y.Paul Mundt1-2/+2
2007-11-08[LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy1-5/+2