summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-04-14idr: fix top layer handlingTejun Heo1-14/+22
2014-02-20lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg1-1/+2
2014-02-20x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter1-0/+1
2013-12-08random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2013-12-04vsprintf: check real user/group id for %pKRyan Mallon1-3/+30
2013-11-13lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei1-1/+2
2013-10-14mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+3
2013-06-07klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao1-1/+1
2013-04-17kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds1-1/+8
2013-03-04idr: fix a subtle bug in idr_get_next()Tejun Heo1-1/+8
2013-02-11digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki1-0/+2
2013-01-11lib: atomic64: Initialize locks statically to fix early usersStephen Boyd1-12/+5
2012-12-03MPI: Fix compilation on MIPS with GCC 4.4 and newerManuel Lauss1-2/+17
2012-10-31genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo1-1/+1
2012-10-13lib/gcd.c: prevent possible div by 0Davidlohr Bueso1-0/+3
2012-10-02digsig: add hash size comparision on signature verificationDmitry Kasatkin1-2/+4
2012-07-16bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA1-5/+7
2012-07-16bql: Avoid unneeded limit decrement.Hiroaki SHIMODA1-2/+4
2012-07-16bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA1-1/+1
2012-06-17btree: fix tree corruption in btree_get_prev()Roland Dreier1-2/+2
2012-06-09radix-tree: fix contiguous iteratorKonstantin Khlebnikov1-0/+3
2012-04-18mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl1-2/+3
2012-04-11kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams1-7/+7
2012-03-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-270/+188
2012-03-29crc32: add help text for the algorithm select optionDarrick J. Wong1-0/+4
2012-03-29radix-tree: rewrite gang lookup using iteratorKonstantin Khlebnikov1-258/+33
2012-03-29radix-tree: introduce bit-optimized iteratorKonstantin Khlebnikov1-0/+151
2012-03-29lib/cpumask.c: remove __any_online_cpu()Srivatsa S. Bhat1-12/+0
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2-2/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-28Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2012-03-25Introduce CONFIG_GENERIC_IORichard Weinberger1-0/+5
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds63-63/+71
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds8-0/+9
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-8/+0
2012-03-24procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-0/+20
2012-03-24crc32: select an algorithm via KconfigDarrick J. Wong2-0/+61
2012-03-24crc32: add self-test code for crc32cDarrick J. Wong1-102/+261
2012-03-24crc32: bolt on crc32cDarrick J. Wong4-34/+95
2012-03-24crc32: add note about this patchset to crc32.cBob Pearson1-0/+4
2012-03-24crc32: optimize loop counter for x86Bob Pearson1-0/+13
2012-03-24crc32: add slice-by-8 algorithm to existing codeBob Pearson3-35/+75
2012-03-24crc32: make CRC_*_BITS definition correspond to actual bit countsBob Pearson3-12/+34
2012-03-24crc32: fix mixing of endian-specific typesBob Pearson1-6/+6
2012-03-24crc32: miscellaneous cleanupsBob Pearson2-71/+39
2012-03-24crc32: simplify unit test codeBob Pearson2-117/+691
2012-03-24crc32: move long comment about crc32 fundamentals to Documentation/Bob Pearson1-127/+2
2012-03-24crc32: remove two instances of trailing whitespacesBob Pearson2-2/+2