summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* idr: explain WARN_ON_ONCE() on negative IDs out-of-range IDTejun Heo2013-02-271-0/+10
* idr: implement lookup hintTejun Heo2013-02-271-22/+16
* idr: add idr_layer->prefixTejun Heo2013-02-271-0/+13
* idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-271-17/+17
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-7/+17
* idr: fix top layer handlingTejun Heo2013-02-271-15/+23
* idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-271-8/+166
* idr: refactor idr_get_new_above()Tejun Heo2013-02-271-18/+12
* idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-271-12/+23
* idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-271-49/+0
* idr: deprecate idr_remove_all()Tejun Heo2013-02-271-7/+3
* idr: make idr_destroy() imply idr_remove_all()Tejun Heo2013-02-271-9/+11
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-02-271-1/+8
* lib/scatterlist: use page iterator in the mapping iteratorImre Deak2013-02-271-25/+23
* lib/scatterlist: add simple page iteratorImre Deak2013-02-271-0/+38
* lib/devres.c: fix misplaced #endifJingoo Han2013-02-271-1/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+2
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+2
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-223-91/+87
|\ \
| * | rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu2013-02-191-45/+24
| * | lockdep: Selftest: convert spinlock to raw spinlockYong Zhang2013-02-191-17/+17
| * | rwsem: Implement writer lock-stealing for better scalabilityAlex Shi2013-02-191-29/+46
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-18/+29
|\ \ \
| * | | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-18/+29
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-214-23/+27
|\ \ \
| * | | decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2013-02-211-6/+6
| * | | decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2013-02-211-6/+6
| * | | decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli2013-02-211-6/+4
| * | | lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon2013-02-211-3/+3
| * | | lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko2013-02-211-0/+7
| * | | lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin2013-02-211-2/+1
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \ \ \
| * \ \ \ Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-253-8/+67
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
* | | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-216-85/+148
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | lib: devres: Fix build breakageThierry Reding2013-01-221-0/+1
| * | | | lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-01-221-13/+44
| * | | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-172-8/+66
| |\ \ \ \
| * | | | | dynamic_debug: add pr_errs before -EINVALsJim Cromie2013-01-171-12/+35
| * | | | | dynamic_debug: dynamic hex dumpVladimir Kondratiev2013-01-171-1/+3
| * | | | | dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches2013-01-171-56/+62
| * | | | | lib: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-173-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-213-35/+18
|\ \ \ \ \
| * | | | | mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko2013-02-012-8/+4
| * | | | | digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin2013-02-011-27/+14
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-56/+61
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-02-041-56/+61
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | | |
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *---. \ \ \ Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney2013-01-281-56/+60
| | |\ \ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | | | * | | rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney2013-01-281-1/+1
| | | | |/ / /