aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07SLUB: Support for performance statisticsChristoph Lameter1-0/+13
2008-02-06debug_smp_processor_id() fixletsAndrew Morton1-1/+3
2008-02-06lib/extable.c: remove an expensive integer divide in search_extable()Eric Dumazet1-3/+3
2008-02-05radix-tree: avoid atomic allocations for preloaded insertionsNick Piggin1-4/+11
2008-02-05iommu sg merging: swiotlb: respect the segment boundary limitsFUJITA Tomonori1-6/+35
2008-02-05iommu sg: add IOMMU helper functions for the free area managementFUJITA Tomonori2-0/+81
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-7/+7
2008-02-03lib/: Spelling fixesJoe Perches2-2/+2
2008-02-03kbuild: Spelling/grammar fixes for config DEBUG_SECTION_MISMATCHGeert Uytterhoeven1-6/+6
2008-02-03kbuild: print only total number of section mismatces foundSam Ravnborg1-1/+1
2008-02-02kobject: kerneldoc comment fixDave Young1-1/+1
2008-02-01latencytop: Change Kconfig dependency.Heiko Carstens1-1/+1
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl1-0/+28
2008-01-30x86: add a simple backtrace test moduleArjan van de Ven1-0/+12
2008-01-30x86: fix UML and -regparm=3Ingo Molnar1-4/+4
2008-01-30x86: kprobes: add kprobes smoke tests that run on bootAnanth N Mavinakayanahalli1-0/+12
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