summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-02-101-1/+6
* ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2017-02-101-1/+1
* lib/genalloc.c: start search from start of chunkDaniel Mentz2017-02-101-1/+2
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-08-211-1/+1
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-03-161-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-03-161-0/+62
* devres: fix a for loop bounds checkDan Carpenter2016-03-031-1/+1
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-251-2/+10
* dma-debug: switch check from _text to _stextLaura Abbott2016-02-251-1/+1
* klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-251-3/+3
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-031-8/+9
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-051-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-061-1/+1
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-111-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-111-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-01-271-1/+1
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-11-141-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-141-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-10-301-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-10-301-41/+21
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-071-0/+1
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-06-301-5/+3
* lzo: properly check for overrunsGreg Kroah-Hartman2014-06-261-21/+41
* netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-261-2/+2
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-141-2/+8
* x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-201-0/+1
* lib/decompressors: fix "no limit" output buffer lengthAlexandre Courbot2014-02-061-1/+1
* lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim2013-12-111-7/+12
* 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
* lib/Kconfig.debug: Restrict FRAME_POINTER for MIPSMarkos Chandras2013-07-281-1/+1
* lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang2013-06-121-1/+1
* MPILIB: disable usage of floating point registers on pariscHelge Deller2013-05-241-2/+3
* Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-231-1/+1
|\
| * klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-05-211-1/+1
* | lib: make iovec obj instead of libRandy Dunlap2013-05-231-2/+2
* | Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-202-1/+54
|/
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-10/+46
|\
| * lru_cache: introduce lc_get_cumulative()Lars Ellenberg2013-03-221-10/+46
* | rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso2013-05-071-1/+3
* | kref: minor cleanupAnatol Pomozov2013-05-071-1/+1
* | Merge branch 'rwsem-optimizations'Linus Torvalds2013-05-072-146/+132
|\ \
| * | rwsem: no need for explicit signed longsDavidlohr Bueso2013-05-071-5/+3
| * | rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse2013-05-071-2/+8
| * | rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse2013-05-071-32/+32
| * | rwsem: simplify __rwsem_do_wakeMichel Lespinasse2013-05-072-30/+19
| * | rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse2013-05-071-8/+9
| * | rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse2013-05-071-2/+8
| * | rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse2013-05-071-20/+6