summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* btree: catch NULL value before it does harmJoern Engel2012-06-071-0/+1
* btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-071-2/+2
* Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2012-06-062-6/+8
|\
| * lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2012-05-282-6/+8
* | radix-tree: fix contiguous iteratorKonstantin Khlebnikov2012-06-051-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-021-7/+11
|\ \
| * | bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA2012-05-311-5/+7
| * | bql: Avoid unneeded limit decrement.Hiroaki SHIMODA2012-05-311-2/+4
| * | bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA2012-05-311-1/+1
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-311-94/+195
|\ \ \ | |/ / |/| |
| * | vsprintf: further optimize decimal conversionDenys Vlasenko2012-05-311-91/+190
| * | vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely2012-05-311-3/+5
* | | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-301-5/+5
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel2012-05-303-14/+15
| |\ \ \
| | * | | dma-debug: release free_entries_lock before saving stack traceJakub Kicinski2012-04-121-5/+5
| |/ / /
* | | | lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier2012-05-291-4/+8
* | | | radix-tree: fix preload vector sizeNick Piggin2012-05-291-1/+14
* | | | spinlock_debug: print kallsyms name for lockStephen Boyd2012-05-291-1/+1
* | | | vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-291-1/+1
* | | | lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton2012-05-291-6/+6
* | | | lib/string_helpers.c: make arrays staticAndrew Morton2012-05-291-4/+4
* | | | lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-05-291-2/+2
* | | | list_debug: WARN for adding something already in the listChris Metcalf2012-05-291-0/+3
* | | | swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-5/+3
* | | | lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras2012-05-271-1/+1
| |_|/ |/| |
* | | Merge branch 'generic-string-functions'Linus Torvalds2012-05-264-40/+149
|\ \ \
| * | | lib: add generic strnlen_user() functionLinus Torvalds2012-05-263-0/+142
| * | | word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-40/+7
* | | | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-263-0/+85
|\ \ \ \ | |/ / / |/| | |
| * | | lib: add support for stmp-style devicesWolfram Sang2012-04-203-0/+85
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-243-0/+151
|\ \ \ \
| * | | | lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-243-0/+151
* | | | | Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds2012-05-238-62/+491
|\ \ \ \ \
| * | | | | lib/raid6: cleanup gen_syndrome function selectionJim Kukunas2012-05-221-47/+57
| * | | | | lib/raid6: update test program for recovery functionsJim Kukunas2012-05-223-17/+32
| * | | | | lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas2012-05-225-5/+409
| * | | | | lib/raid6: fix test program buildJim Kukunas2012-05-221-1/+1
| | |_|_|/ | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-0/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | debug: Add CONFIG_READABLE_ASMAndi Kleen2012-03-301-0/+9
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ \ \ \
| * | | | | lib: Change mail address of Oskar SchirmerOskar Schirmer2012-05-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-226-87/+295
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | printk() - restore timestamp printing at console outputKay Sievers2012-05-091-6/+10
| * | | | kobject: fix the uncorrect commentZhi Yong Wu2012-05-071-1/+1
| * | | | Revert "dynamic_debug: remove unneeded includes"Greg Kroah-Hartman2012-05-071-0/+10
| * | | | dynamic_debug: remove unneeded includesJim Cromie2012-05-041-10/+0
| * | | | Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-022-9/+10
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | ddr: add LPDDR2 data from JESD209-2Aneesh V2012-05-023-0/+145
| * | | | dynamic_debug: init with early_initcall, not arch_initcallJim Cromie2012-04-301-2/+2
| * | | | dynamic_debug: update Documentation/*, Kconfig.debugJim Cromie2012-04-301-6/+11