aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-07Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2011-06-20debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz
2011-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-15lib/bitmap.c: fix kernel-doc notationRandy Dunlap
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itAl Viro
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-06-09vsprintf: Update %pI6c to not compress a single 0Joe Perches
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori
2011-06-01tile: enable CONFIG_BUGVERBOSEChris Metcalf
2011-05-28Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita
2011-05-26flex_array: avoid divisions when accessing elementsJesse Gross
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-05-25lru_cache: use correct type in sizeof for allocationIlia Mirkin
2011-05-25lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pVJan Beulich
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes
2011-05-24Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-05-19Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2011-05-19kmemleak: Select DEBUG_FS unconditionally in DEBUG_KMEMLEAKCatalin Marinas
2011-05-19MIPS: Enable kmemleak for MIPSMaxin John
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott
2011-05-12vsprintf: Turn kptr_restrict off by defaultIngo Molnar
2011-05-10Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel
2011-05-05rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney
2011-05-04audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf
2011-05-04Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin
2011-04-28flex_arrays: allow zero length flex arraysEric Paris
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2011-04-28flex_array: allow 0 length elementsEric Paris
2011-04-28flex_arrays: allow zero length flex arraysEric Paris
2011-04-28flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris
2011-04-28watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-14kstrtox: simpler code in _kstrtoull()Alexey Dobriyan
2011-04-14kstrtox: fix compile warnings in testAlexey Dobriyan