aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar1-1/+2
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin1-58/+62
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-0/+23
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+1
2008-06-06lib: export bitrev16Harvey Harrison1-1/+2
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar1-1/+0
2008-05-25softlockup: allow panic on lockupIngo Molnar1-1/+25
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt1-4/+4
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt1-1/+2
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt1-0/+8
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt1-2/+2
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo1-0/+2
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo1-1/+1
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis1-0/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-18lmb: Fix compile warningKumar Gala1-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-12/+20
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-15/+30
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-2/+5
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-12/+20
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson1-16/+0
2008-05-12lmb: Make lmb debugging more useful.David S. Miller1-11/+22
2008-05-12lmb: Fix inconsistent alignment of size argument.David S. Miller1-4/+8
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-39/+81
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2008-05-05kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt1-7/+9
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve1-1/+1
2008-05-01idr: fix idr_remove()Nadia Derbey1-1/+1
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell1-0/+27
2008-05-01rename div64_64 to div64_u64Roman Zippel1-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel1-2/+21
2008-04-30klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman1-121/+85
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala1-2/+2
2008-04-30kobject: do not copy vargs, just pass them aroundKay Sievers1-20/+8
2008-04-30klist: implement klist_add_{after|before}()Tejun Heo1-0/+33
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-13/+13
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner1-0/+8
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner3-0/+914
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra1-6/+32
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+1
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-9/+90
2008-04-29bitops: remove "optimizations"Thomas Gleixner1-12/+10
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita1-6/+4
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner1-8/+42
2008-04-29isolate ratelimit from printk.c for other useDave Young2-1/+52
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori1-11/+3
2008-04-29lib/swiotlb.c: cleanupsAndrew Morton1-46/+43
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-1/+1
2008-04-29lib/inflate.c: handle failed malloc()Jim Meyering1-0/+3