aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-15lib/bitmap.c: fix kernel-doc notationGravatar Randy Dunlap 1-1/+1
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+5
2011-06-09vsprintf: Update %pI6c to not compress a single 0Gravatar Joe Perches 1-1/+3
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.Gravatar FUJITA Tomonori 1-0/+5
2011-06-01tile: enable CONFIG_BUGVERBOSEGravatar Chris Metcalf 1-1/+1
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+1
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 3-22/+2
2011-05-26bitops: add #ifndef for each of find bitopsGravatar Akinobu Mita 2-0/+16
2011-05-26flex_array: avoid divisions when accessing elementsGravatar Jesse Gross 1-22/+29
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsGravatar Frederic Weisbecker 1-1/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-0/+2
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionGravatar Stephen Boyd 1-0/+9
2011-05-25lib/genalloc.c: add support for specifying the physical addressGravatar Jean-Christophe PLAGNIOL-VILLARD 1-8/+37
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSGravatar Stephen Boyd 1-0/+11
2011-05-25lib: add kstrto*_from_user()Gravatar Alexey Dobriyan 1-0/+26
2011-05-25lru_cache: use correct type in sizeof for allocationGravatar Ilia Mirkin 1-1/+1
2011-05-25lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pVGravatar Jan Beulich 1-1/+1
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqGravatar Mike Travis 1-12/+97
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsGravatar David Rientjes 1-1/+1
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...Gravatar James Morris 1-6/+20
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-7/+5
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-04audit: support the "standard" <asm-generic/unistd.h>Gravatar Chris Metcalf 1-0/+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-28flex_array: allow 0 length elementsGravatar Eric Paris 1-6/+20
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-26Merge branch 'master' into for-nextGravatar Jiri Kosina 16-182/+2483
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-10add printk.time=1 boot-time hint to Kconfig.debug help textGravatar Jim Cromie 1-1/+2
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-06vsprintf: make comment about vs{n,cn,}printf more understandableGravatar Uwe Kleine-König 1-6/+3