aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-29/+3
2011-05-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+15
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+13
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Gravatar Linus Torvalds 1-1/+1
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 1-1/+1
2011-05-19kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAKGravatar Catalin Marinas 1-1/+1
2011-05-19MIPS: Enable kmemleak for MIPSGravatar Maxin John 1-1/+1
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsGravatar Jonathan Cameron 1-0/+29
2011-05-19lib: Add generic binary search function to the kernel.Gravatar Tim Abbott 2-1/+55
2011-05-12vsprintf: Turn kptr_restrict off by defaultGravatar Ingo Molnar 1-1/+1
2011-05-10Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Gravatar Joerg Roedel 1-5/+13
2011-05-05rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTGravatar Mathieu Desnoyers 1-1/+1
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsGravatar Paul E. McKenney 1-28/+2
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...Gravatar James Morris 1-6/+18
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsGravatar Lasse Collin 1-3/+3
2011-04-28flex_arrays: allow zero length flex arraysGravatar Eric Paris 1-1/+10
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endGravatar Eric Paris 1-5/+8
2011-04-28watchdog, hung_task_timeout: Add Kconfig configurable defaultGravatar Jeff Mahoney 1-0/+15
2011-04-14kstrtox: simpler code in _kstrtoull()Gravatar Alexey Dobriyan 1-6/+3
2011-04-14kstrtox: fix compile warnings in testGravatar Alexey Dobriyan 1-16/+16
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 5-6/+6
2011-04-07dma-debug: print information about leaked entryGravatar Stanislaw Gruszka 1-5/+13
2011-04-04kemleak-test: build as module onlyGravatar Daniel Baluta 1-4/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 5-6/+6
2011-03-27Merge branch 'for-linus-1' of git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 3-0/+1408
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2011-03-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Artem Bityutskiy 22-388/+1568
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsGravatar David Rientjes 1-6/+1
2011-03-24vsprintf: Introduce %pB format specifierGravatar Namhyung Kim 1-1/+6
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEGravatar Akinobu Mita 3-0/+7
2011-03-23asm-generic: change little-endian bitops to take any pointer typesGravatar Akinobu Mita 1-4/+6
2011-03-23asm-generic: rename generic little-endian bitops functionsGravatar Akinobu Mita 1-5/+4
2011-03-22zlib: slim down zlib_deflate() workspace when possibleGravatar Jim Keniston 2-6/+42
2011-03-22kstrto*: converting strings to integers done (hopefully) rightGravatar Alexey Dobriyan 5-141/+971
2011-03-22printk: allow setting DEFAULT_MESSAGE_LEVEL via KconfigGravatar Mandeep Singh Baines 1-0/+11
2011-03-22printk: use %pK for /proc/kallsyms and /proc/modulesGravatar Kees Cook 1-1/+1
2011-03-22vsprintf: neaten %pK kptr_restrict, save a bit of code spaceGravatar Joe Perches 1-9/+5
2011-03-22kernel/watchdog.c: allow hardlockup to panic by defaultGravatar Don Zickus 1-0/+17
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killGravatar David Rientjes 1-2/+7
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-5/+0
2011-03-21kbuild: Make DEBUG_SECTION_MISMATCH selectable, but not on by defaultGravatar Michal Marek 1-1/+0
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 3-153/+0
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 3-1/+283
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-9/+52
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+4
2011-03-15Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-20/+115
2011-03-11plist: Add priority list testGravatar Lai Jiangshan 1-1/+80
2011-03-11plist: Shrink struct plist_headGravatar Lai Jiangshan 1-19/+35
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+8
2011-03-11lib: add shared BCH ECC libraryGravatar Ivan Djelic 3-0/+1408