summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-072-3/+3
* Revert "lib: build list_sort() only if needed"Linus Torvalds2010-03-072-5/+1
* vsprintf: move %pR resource printf_specs off the stackBjorn Helgaas2010-03-061-21/+24
* vsprintf: clarify comments for printf_spec flagsBjorn Helgaas2010-03-061-2/+2
* vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytesJoe Perches2010-03-061-10/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-03-063-0/+801
|\
| * [LogFS] add new flash file systemJoern Engel2009-11-203-0/+801
* | crc32: some minor cleanupsJoakim Tjernlund2010-03-061-16/+14
* | bitmap: use for_each_set_bit()Akinobu Mita2010-03-061-9/+4
* | lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-061-3/+3
* | lib: build list_sort() only if neededDon Mullis2010-03-062-1/+5
* | lib: revise list_sort() header commentDon Mullis2010-03-061-7/+8
* | lib: more scalable list_sort()Don Mullis2010-03-061-69/+183
* | lib/string.c: simplify strnstr()André Goddard Rosa2010-03-061-3/+3
* | lib/string.c: simplify stricmp()André Goddard Rosa2010-03-061-19/+15
* | lkdtm: add debugfs access and loosen KPROBE tiesSimon Kagstrom2010-03-061-3/+2
* | mm: use the same log level for show_mem()Amerigo Wang2010-03-061-7/+7
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-286-21/+64
|\ \
| * \ Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-0/+7
| |\ \
| | * | x86, core: Optimize hweight32()Akinobu Mita2009-12-281-0/+7
| * | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-284-17/+42
| |\ \ \
| | * | | rcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per-task informationPaul E. McKenney2010-02-251-0/+12
| | * | | idr: Apply lockdep-based diagnostics to rcu_dereference() usesPaul E. McKenney2010-02-251-4/+4
| | * | | radix-tree: Disable RCU lockdep checking in radix treePaul E. McKenney2010-02-251-12/+12
| | * | | rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney2010-02-252-0/+13
| | * | | Merge commit 'v2.6.33' into core/rcuIngo Molnar2010-02-254-5/+60
| | |\ \ \
| | * | | | rcu: 1Q2010 update for RCU documentationPaul E. McKenney2010-01-161-2/+2
| * | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-02-271-2/+11
| |\ \ \ \ \
| | * \ \ \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-261-1/+3
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | lmb: Add lmb_free()Michael Ellerman2010-02-031-2/+11
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-02-261-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge branch 'sh/stable-updates'Paul Mundt2010-02-021-1/+1
| | |\| | | |
| | * | | | | sh: kmemleak support.Chris Smith2010-01-271-1/+1
| * | | | | | idr: fix a critical misallocation bug, take#2Tejun Heo2010-02-221-1/+3
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-161-1/+1
|\| | | | | |
| * | | | | | idr: revert misallocation bug fixTejun Heo2010-02-041-3/+4
| * | | | | | idr: fix a critical misallocation bugTejun Heo2010-02-021-4/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branches 'amd-iommu/fixes' and 'dma-debug/fixes' into iommu/fixesJoerg Roedel2010-01-221-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | lib/dma-debug.c: mark file-local struct symbol static.Thiago Farina2010-01-221-1/+1
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-2311-20/+434
|\| | | | |
| * | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-01-161-1/+26
| |\ \ \ \ \
| | * | | | | lib: Introduce strnstr()Li Zefan2010-01-141-1/+26
| * | | | | | zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt2010-01-131-2/+30
| | |_|/ / / | |/| | | |
| * | | | | lib: Introduce generic list_sort functionDave Chinner2010-01-122-1/+103
| * | | | | vsnprintf: fix reference for compressed ipv6 addressesUwe Kleine-König2010-01-111-2/+2
| * | | | | lib/rational.c needs module.hSascha Hauer2010-01-111-0/+1
| * | | | | Add LZO compression support for initramfs and old-style initrdAlbin Tonnerre2010-01-113-0/+10
| * | | | | lib: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-112-3/+215
| * | | | | zlib: optimize inffast when copying direct from outputJoakim Tjernlund2010-01-111-11/+44