summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds-2/+14
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds-9/+11
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds-26/+31
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt-0/+2
2008-07-04Christoph has movedChristoph Lameter-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park-1/+1
2008-06-18debugobjects: fix lockdep warningVegard Nossum-9/+6
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin-58/+62
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge-0/+23
2008-06-06lib: export bitrev16Harvey Harrison-1/+2
2008-05-18lmb: Fix compile warningKumar Gala-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds-12/+20
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds-15/+30
2008-05-14lib: create common ascii hex arrayHarvey Harrison-2/+5
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster-12/+20
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson-16/+0
2008-05-12lmb: Make lmb debugging more useful.David S. Miller-11/+22
2008-05-12lmb: Fix inconsistent alignment of size argument.David S. Miller-4/+8
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds-39/+81
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2008-05-05kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt-7/+9
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve-1/+1
2008-05-01idr: fix idr_remove()Nadia Derbey-1/+1
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell-0/+27
2008-05-01rename div64_64 to div64_u64Roman Zippel-6/+6
2008-05-01introduce explicit signed/unsigned 64bit divideRoman Zippel-2/+21
2008-04-30klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman-121/+85
2008-04-30devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala-2/+2
2008-04-30kobject: do not copy vargs, just pass them aroundKay Sievers-20/+8
2008-04-30klist: implement klist_add_{after|before}()Tejun Heo-0/+33
2008-04-30lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison-13/+13
2008-04-30debugobjects: add timer specific object debugging codeThomas Gleixner-0/+8
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner-0/+914
2008-04-30mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra-6/+32
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra-0/+1
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds-9/+90
2008-04-29bitops: remove "optimizations"Thomas Gleixner-12/+10
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita-6/+4
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner-8/+42
2008-04-29isolate ratelimit from printk.c for other useDave Young-1/+52
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori-11/+3
2008-04-29lib/swiotlb.c: cleanupsAndrew Morton-46/+43
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt-1/+1
2008-04-29lib/inflate.c: handle failed malloc()Jim Meyering-0/+3
2008-04-29[POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty-0/+33
2008-04-29[POWERPC] Update lmb data structures for hotplug memory add/removeBadari Pulavarty-9/+57
2008-04-28mempolicy: add bitmap_onto() and bitmap_fold() operationsPaul Jackson-0/+158