summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-131-1/+8
* dma-debug: update DMA debug API to better handle multiple mappings of a bufferAlexander Duyck2013-03-221-5/+19
* dma-debug: fix locking bug in check_unmap()Alexander Duyck2013-03-221-9/+12
* printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker2013-03-221-2/+1
* idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo2013-03-131-13/+25
* decompressors: fix typo "POWERPC"Paul Bolle2013-03-131-1/+1
* idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-131-36/+5
* idr: fix new kernel-doc warningsRandy Dunlap2013-03-121-1/+0
* idr: remove WARN_ON_ONCE() on negative IDsTejun Heo2013-03-081-13/+3
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-2/+2
|\
| * Kconfig.debug: add METAG to dependency listsJames Hogan2013-03-021-2/+2
* | Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2013-03-021-0/+18
|\ \
| * | Fixed dead ifdef block by adding missing Kconfig option.Robert Obermeier2013-03-021-0/+18
| |/
* | Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-021-0/+2
|\ \
| * | asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta2013-02-111-0/+2
* | | Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...Linus Torvalds2013-02-286-409/+460
|\ \ \
| * | | lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2013-02-203-336/+387
| * | | lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2013-02-203-2/+2
| | |/ | |/|
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-13/+11
* | | kfifo: fix kfifo_alloc() and kfifo_init()Stefani Seibold2013-02-271-4/+2
* | | kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold2013-02-272-1/+610
* | | 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