aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-01-28bkl: Fix fatfingered irq_enable logicThomas Gleixner
2009-08-28Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-28Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes
2009-08-26flex_array: fix flex_array_free_parts commentDavid Rientjes
2009-08-26flex_array: fix get function for elements in base starting at non-zeroDavid Rientjes
2009-08-26Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-26Merge branch 'rt/atomic-locks' into rt/baseThomas Gleixner
2009-08-26Merge branch 'linus' into rt/atomic-locksThomas Gleixner
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-08-21Merge branch 'rt/base' into rt/headThomas Gleixner
2009-08-21Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-21Make bitmask 'and' operators return a result codeLinus Torvalds
2009-08-21dma-debug: Fix check_unmap null pointer dereferenceKyle McMartin
2009-08-15Merge branch 'rt/base' into rt/rt-2.6.31Thomas Gleixner
2009-08-12Merge branch 'linus' into rt/baseThomas Gleixner
2009-08-07lib/decompress_*: only include <linux/slab.h> if STATIC is not definedAlbin Tonnerre
2009-08-07bzip2/lzma: remove nasty uncompressed size hack in pre-boot environmentPhillip Lougher
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher
2009-08-04flex_array: remove unneeded index calculationJonathan Corbet
2009-07-31lib/scatterlist: add a flags to signalize mapping directionSebastian Andrzej Siewior
2009-07-29lib: flexible array implementationDave Hansen
2009-07-29lib: export generic atomic64_t functionsRoland Dreier
2009-07-29x86: disable maxcpus ion RT for nowThomas Gleixner
2009-07-29mm: scatterlist dont disable irqs on RTThomas Gleixner
2009-07-29rt: core implementationIngo Molnar
2009-07-29sched: preempt-rt supportIngo Molnar
2009-07-29rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2009-07-29rtmutex: implement lock replacement functionsThomas Gleixner
2009-07-28Dynamic debug: fix typo: -/->Roel Kluin
2009-07-28Merge branch 'rt/bkl' into rt/baseThomas Gleixner
2009-07-28Merge branch 'rt/semaphore' into rt/baseThomas Gleixner
2009-07-28Subject: patches/revert-preempt-bkl-revert.patchIngo Molnar
2009-07-27printk: Connvert logbuf_lock to atomic_spinlockThomas Gleixner
2009-07-27proportions: Convert to atomic_spinlckThomas Gleixner
2009-07-27percpu_counter: Convert to atomic_spinlockThomas Gleixner
2009-07-27debugobjects: Convert to atomic_spinlockThomas Gleixner
2009-07-27spinlocks: Create atomic_spinlock and convert rq->lockThomas Gleixner
2009-07-27rw_semaphores: Add rw_anon_semaphoresThomas Gleixner
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-07-10dma-debug: Fix the overlap() function to be correct and readableIngo Molnar
2009-07-03Merge branch 'dma-debug/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2009-06-23kmemleak: Do not force the slab debugging Kconfig optionsCatalin Marinas
2009-06-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-06-21lockdep: Select frame pointers on x86Peter Zijlstra
2009-06-19lib/checksum.c: fix endianess bugArnd Bergmann
2009-06-18lib: add lib/gcd.cFlorian Fainelli