aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 3.4.81kecinzer2014-02-211-0/+1
* 3.4.73kecinzer2013-12-091-7/+7
* 3.4.72kecinzer2013-12-061-3/+30
* 3.4.69kecinzer2013-11-201-1/+2
* 3.4.66kecinzer2013-11-201-0/+3
* 3.4.0 - 3.4.61kecinzer2013-11-2011-29/+65
* Update copyright to The Linux FoundationDuy Truong2013-03-151-1/+1
* lib: Pass the correct align offset to bitmap_find_next_zero_area_offLaura Abbott2013-03-071-2/+2
* lib: genalloc: Change chunk allocation to vmallocShubhraprakash Das2013-03-071-2/+14
* spinlock_debug: Print offset in addition to symbol nameStephen Boyd2013-02-271-1/+1
* Merge branch 'goog/googly' (early part) into goog/msm-soc-3.4Stephen Boyd2013-02-251-1/+2
|\
| * Merge commit 'v3.4-rc4' into android-3.4Colin Cross2012-04-271-2/+3
| |\
| * \ Merge commit 'v3.4-rc3' into android-3.4Colin Cross2012-04-191-7/+7
| |\ \
| * | | Allow CONFIG_STACKTRACE to be enabled by itself.Arve Hjønnevåg2012-04-091-1/+2
* | | | lib: add bitmap_find_next_zero_area_off()Michal Nazarewicz2013-02-201-10/+12
* | | | lib: genalloc: Replace gen_pool_alloc with gen_pool_alloc_alignedRohit Vaswani2013-02-201-10/+20
* | | | lib: Add debugfs file for tracking memory allocationsJordan Crouse2013-02-201-4/+101
* | | | lib: Remove negative error values from allocate_contiguous_memory_nomapJordan Crouse2013-02-201-7/+4
* | | | lib: remove extraneous exports and function prototypesLarry Bassel2013-02-201-2/+1
* | | | lib: memory allocLarry Bassel2013-02-202-1/+333
* | | | vsprintf: Fix %ps on non symbols when using kallsymsStephen Boyd2013-02-081-1/+1
| |_|/ |/| |
* | | mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl2012-04-181-2/+3
| |/ |/|
* | kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams2012-04-101-7/+7
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-291-0/+1
|\
| * locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-231-0/+1
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-283-270/+188
|\ \
| * | crc32: add help text for the algorithm select optionDarrick J. Wong2012-03-281-0/+4
| * | radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov2012-03-281-258/+33
| * | radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov2012-03-281-0/+151
| * | lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat2012-03-281-12/+0
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-2/+1
|\ \ \ | |/ / |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
| * | Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
| |/
* | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-271-0/+5
|\ \
| * | Introduce CONFIG_GENERIC_IORichard Weinberger2012-03-251-0/+5
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-2463-63/+71
|\ \ \
| * | | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-0763-63/+74
* | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-248-0/+9
|\ \ \ \
| * | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-297-0/+7
| * | | | lib: fix implicit users of kernel.h for TAINT_WARNPaul Gortmaker2012-02-282-0/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-231-8/+0
|\ \ \ \
| * | | | sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-241-8/+0
* | | | | procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-231-0/+20
* | | | | crc32: select an algorithm via KconfigDarrick J. Wong2012-03-232-0/+61
* | | | | crc32: add self-test code for crc32cDarrick J. Wong2012-03-231-102/+261
* | | | | crc32: bolt on crc32cDarrick J. Wong2012-03-234-34/+95
* | | | | crc32: add note about this patchset to crc32.cBob Pearson2012-03-231-0/+4
* | | | | crc32: optimize loop counter for x86Bob Pearson2012-03-231-0/+13
* | | | | crc32: add slice-by-8 algorithm to existing codeBob Pearson2012-03-233-35/+75
* | | | | crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson2012-03-233-12/+34