summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-10/+46
|\
| * lru_cache: introduce lc_get_cumulative()Lars Ellenberg2013-03-221-10/+46
* | rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso2013-05-071-1/+3
* | kref: minor cleanupAnatol Pomozov2013-05-071-1/+1
* | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-072-146/+132
|\ \
| * | rwsem: no need for explicit signed longsDavidlohr Bueso2013-05-071-5/+3
| * | rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse2013-05-071-2/+8
| * | rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse2013-05-071-32/+32
| * | rwsem: simplify __rwsem_do_wakeMichel Lespinasse2013-05-072-30/+19
| * | rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse2013-05-071-8/+9
| * | rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse2013-05-071-2/+8
| * | rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse2013-05-071-20/+6
| * | rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse2013-05-071-21/+8
| * | rwsem: simplify rwsem_down_write_failedMichel Lespinasse2013-05-071-24/+9
| * | rwsem: simplify rwsem_down_read_failedMichel Lespinasse2013-05-071-20/+2
| * | rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse2013-05-071-15/+57
| * | rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse2013-05-071-5/+3
| * | rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2013-05-072-18/+24
* | | Give the OID registry file module info to avoid kernel taintingDavid Howells2013-05-051-0/+5
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-021-3/+1
|\ \ \
| * \ \ Merge tag 'v3.9-rc5' into drm-intel-next-queuedDaniel Vetter2013-04-032-16/+32
| |\ \ \
| * | | | lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-3/+1
| | |_|/ | |/| |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-021-13/+6
|\ \ \ \
| * | | | Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka2013-04-301-13/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+2
|\ \ \ \ \
| * | | | | mode_t, whack-a-mole at 11...Al Viro2013-04-091-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-309-54/+291
|\ \ \ \ \
| * | | | | lib/decompress.c: fix initconstAndi Kleen2013-04-301-1/+1
| * | | | | notifier-error-inject: fix module names in KconfigAkinobu Mita2013-04-301-2/+2
| * | | | | Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd2013-04-303-0/+28
| * | | | | rbtree_test: add __init/__exit annotationsDavidlohr Bueso2013-04-301-2/+2
| * | | | | rbtree_test: add extra rbtree integrity checkDavidlohr Bueso2013-04-301-2/+3
| * | | | | dynamic_debug: reuse generic string_unescape functionAndy Shevchenko2013-04-301-43/+5
| * | | | | lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-304-1/+242
| * | | | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-3/+8
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-5/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vsprintf: Add extension %pSR - print_symbol replacementJoe Perches2013-04-301-5/+13
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-6/+13
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | math64: New div64_u64_rem helperFrederic Weisbecker2013-03-131-6/+13
| |/ / / /
* | | | | lib/: rename random32() to prandom_u32()Akinobu Mita2013-04-292-2/+2
* | | | | uuid: use prandom_bytes()Akinobu Mita2013-04-291-7/+1
* | | | | idr: introduce idr_alloc_cyclic()Jeff Layton2013-04-291-0/+27
* | | | | lib, net: make isodigit() public and use itAndy Shevchenko2013-04-291-1/+0
* | | | | argv_split(): teach it to handle mutable stringsOleg Nesterov2013-04-291-47/+40
* | | | | lib/int_sqrt.c: optimize square root algorithmDavidlohr Bueso2013-04-291-13/+19
* | | | | genalloc: add devres support, allow to find a managed pool by devicePhilipp Zabel2013-04-291-0/+81
* | | | | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-0/+3
| |_|_|/ |/| | |
* | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-201-4/+15
|\ \ \ \
| * | | | x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-171-4/+15
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-203-0/+56
|\ \ \ \ \ | |/ / / / |/| | | |