summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/: Spelling fixesJoe Perches2008-02-032-2/+2
* latencytop: Change Kconfig dependency.Heiko Carstens2008-02-011-1/+1
* x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl2008-01-301-0/+28
* x86: add a simple backtrace test moduleArjan van de Ven2008-01-301-0/+12
* x86: fix UML and -regparm=3Ingo Molnar2008-01-301-4/+4
* x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli2008-01-301-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds2008-01-292-0/+59
|\
| * [LIB] pcounter : unline too big functionsEric Dumazet2008-01-281-5/+37
| * [LIB]: Introduce struct pcounterArnaldo Carvalho de Melo2008-01-282-0/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-01-291-0/+32
|\ \
| * | kbuild: add verbose option to Section mismatch reporting in modpostSam Ravnborg2008-01-281-0/+2
| * | kbuild: introduce new option to enhance section mismatch analysisSam Ravnborg2008-01-281-0/+30
| |/
* / ext4: Add ext4_find_next_bit()Aneesh Kumar K.V2008-01-281-0/+43
|/
* SG: work with the SCSI fixed maximum allocations.James Bottomley2008-01-281-14/+27
* SG: Move functions to lib/scatterlist.c and add sg chaining allocator helpersJens Axboe2008-01-282-1/+282
* sched: latencytop supportArjan van de Ven2008-01-251-0/+14
* sched: remove the !PREEMPT_BKL codeIngo Molnar2008-01-251-123/+0
* Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2008-01-242-79/+67
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-9/+5
* Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-17/+0
* Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-242-74/+107
* Kset: remove kset_add functionGreg Kroah-Hartman2008-01-241-12/+1
* Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-241-18/+0
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-7/+7
* Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-8/+3
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-7/+7
* Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-14/+8
* Kobject: drop child->parent ref at unregistrationAlan Stern2008-01-241-3/+4
* kobject: clean up debugging messagesGreg Kroah-Hartman2008-01-242-14/+29
* kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman2008-01-241-3/+3
* kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman2008-01-241-13/+0
* Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-241-21/+0
* Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers2008-01-241-4/+6
* Driver Core: add kobj_attribute handlingKay Sievers2008-01-241-0/+29
* kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman2008-01-241-32/+5
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-241-12/+0
* kobject: add kobject_create_and_add functionGreg Kroah-Hartman2008-01-241-18/+63
* kset: add kset_create_and_add functionGreg Kroah-Hartman2008-01-241-1/+91
* kobject: add kobject_init_and_add functionGreg Kroah-Hartman2008-01-241-0/+27
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-241-0/+66
* kobject: add kobject_init_ng functionGreg Kroah-Hartman2008-01-241-0/+42
* kobject: make kobject_cleanup be staticGreg Kroah-Hartman2008-01-241-5/+4
* kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman2008-01-241-39/+32
* kref: add kref_set()Evgeniy Polyakov2008-01-241-2/+13
* kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman2008-01-241-2/+0
* lib: proportion: fix underflow in prop_norm_percpu()Peter Zijlstra2007-12-231-21/+16
* sched: mark rwsem functions as __sched for wchan/profilingLivio Soares2007-12-181-1/+1
* kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman2007-12-171-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-031-2/+6
|\