summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-131-0/+3
* klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-06-071-1/+1
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-161-1/+8
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-041-1/+8
* digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki2013-02-111-0/+2
* lib: atomic64: Initialize locks statically to fix early usersStephen Boyd2013-01-111-12/+5
* MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss2012-12-031-2/+17
* genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-311-1/+1
* lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-131-0/+3
* digsig: add hash size comparision on signature verificationDmitry Kasatkin2012-10-021-2/+4
* bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA2012-07-161-5/+7
* bql: Avoid unneeded limit decrement.Hiroaki SHIMODA2012-07-161-2/+4
* bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA2012-07-161-1/+1
* btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-171-2/+2
* radix-tree: fix contiguous iteratorKonstantin Khlebnikov2012-06-101-0/+3
* 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
* | | | | crc32: fix mixing of endian-specific typesBob Pearson2012-03-231-6/+6
* | | | | crc32: miscellaneous cleanupsBob Pearson2012-03-232-71/+39
* | | | | crc32: simplify unit test codeBob Pearson2012-03-232-117/+691
* | | | | crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson2012-03-231-127/+2
* | | | | crc32: remove two instances of trailing whitespacesBob Pearson2012-03-232-2/+2
* | | | | prio_tree: introduce prio_set_parent()Xiao Guangrong2012-03-231-25/+22