summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'efi/urgent' into x86/urgentH. Peter Anvin2013-04-193-0/+56
| |\ \
| | * | Move utf16 functions to kernel core and renameMatthew Garrett2013-04-153-0/+56
* | | | 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