aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-05-091-1/+6
* Merge tag 'v3.4.113' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...Hendrik Hagendorn2017-03-1125-478/+667
|\
| * devres: fix a for loop bounds checkDan Carpenter2016-10-261-1/+1
| * __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-10-221-8/+9
| * lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-04-141-9/+9
| * lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-04-141-2/+10
| * lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2015-02-021-2/+6
| * random: add and use memzero_explicit() for clearing dataDaniel Borkmann2015-02-021-0/+16
| * lzo: check for length overrun in variable length encoding.Willy Tarreau2015-02-021-6/+37
| * Revert "lzo: properly check for overruns"Willy Tarreau2015-02-021-41/+21
| * lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-071-0/+1
| * lzo: properly check for overrunsGreg Kroah-Hartman2014-06-261-21/+41
| * lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2014-06-263-336/+387
| * lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2014-06-263-2/+2
| * netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-261-2/+3
| * netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-261-2/+8
| * idr: fix top layer handlingTejun Heo2014-04-141-14/+22
| * lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2014-02-201-1/+2
| * x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-201-0/+1
| * random32: fix off-by-one in seeding requirementDaniel Borkmann2013-12-081-7/+7
| * vsprintf: check real user/group id for %pKRyan Mallon2013-12-041-3/+30
| * lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei2013-11-131-1/+2
| * 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
* | vsprintf: ignore %n againKees Cook2014-07-101-11/+9
* | Merge "genalloc: stop crashing the system when destroying a pool"Linux Build Service Account2014-03-011-1/+1
|\ \
| * | genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2014-02-251-1/+1
* | | genalloc: Correct nbytes calculation on long boundarySunil Khatri2014-02-251-1/+1
* | | lib/scatterlist: error handling in __sg_alloc_table()Dan Carpenter2014-02-041-2/+4
|/ /
* | lib: qmi: Add config stringKarthikeyan Ramasubramanian2014-01-241-2/+2
* | lib: spinlock_debug: increase spin dump timeout to one secondSyed Rameez Mustafa2013-12-181-1/+1
* | sched/debug: Make sysrq prints of sched debug data optionalMatt Wagantall2013-12-101-0/+9
* | idr: fix a subtle bug in idr_get_next()Prakash Kamliya2013-12-091-1/+8
* | klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-10-201-1/+1
* | lib: spinlock_debug: increase spin dump timeoutSyed Rameez Mustafa2013-08-081-1/+1
* | lib: devres: Introduce devm_ioremap_resource()Thierry Reding2013-07-301-13/+44
* | kernel/lib: add additional debug capabilites for data corruptionSyed Rameez Mustafa2013-07-173-1/+17