summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \
OpenPOWER on IntegriCloud