summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-06Merge branch 'linux-3.4.35' into rel-17Sachin Nikam
2013-03-04idr: fix a subtle bug in idr_get_next()Tejun Heo
2013-02-11digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki
2013-01-11lib: atomic64: Initialize locks statically to fix early usersStephen Boyd
2012-12-03MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss
2012-11-12kernel: Leave LESS_GCC_OPT off by defaultJeff Smith
2012-10-31genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo
2012-10-13lib/gcd.c: prevent possible div by 0Davidlohr Bueso
2012-10-02digsig: add hash size comparision on signature verificationDmitry Kasatkin
2012-09-12kernel: config: fix missing quote for LESS_GCC_OPTJong Kim
2012-09-07lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines
2012-09-07scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski
2012-08-14kernel: add Kbuild option for kernel optimization levelRichard Wiley
2012-07-18Merge commit 'v3.4.5' into android-t114-3.4-rebasedVarun Wadekar
2012-07-16bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA
2012-07-16bql: Avoid unneeded limit decrement.Hiroaki SHIMODA
2012-07-16bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA
2012-07-09Merge commit 'v3.4.4' into android-tegra-nv-3.4Varun Wadekar
2012-06-17btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-06-11Merge commit 'v3.4.2' into android-tegra-nv-3.4Varun Wadekar
2012-06-10radix-tree: fix contiguous iteratorKonstantin Khlebnikov
2012-04-25mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl
2012-04-18kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl
2012-04-10kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams
2012-04-07Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebasedVarun Wadekar
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28crc32: add help text for the algorithm select optionDarrick J. Wong
2012-03-28radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov
2012-03-28radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov
2012-03-28lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-25Introduce CONFIG_GENERIC_IORichard Weinberger
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-03-23Merge commit '5275e74' into after-upstream-androidDan Willemsen
2012-03-23lib: genalloc: Add API to allocate at specified addr.Krishna Reddy
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki
2012-03-23crc32: select an algorithm via KconfigDarrick J. Wong
2012-03-23crc32: add self-test code for crc32cDarrick J. Wong
2012-03-23crc32: bolt on crc32cDarrick J. Wong
2012-03-23crc32: add note about this patchset to crc32.cBob Pearson
2012-03-23crc32: optimize loop counter for x86Bob Pearson
2012-03-23crc32: add slice-by-8 algorithm to existing codeBob Pearson
2012-03-23crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson