summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse2013-05-071-21/+8
| * | rwsem: simplify rwsem_down_write_failedMichel Lespinasse2013-05-071-24/+9
| * | rwsem: simplify rwsem_down_read_failedMichel Lespinasse2013-05-071-20/+2
| * | rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse2013-05-071-15/+57
| * | rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse2013-05-071-5/+3
| * | rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2013-05-072-18/+24
* | | Give the OID registry file module info to avoid kernel taintingDavid Howells2013-05-051-0/+5
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-021-3/+1
|\ \ \
| * \ \ Merge tag 'v3.9-rc5' into drm-intel-next-queuedDaniel Vetter2013-04-032-16/+32
| |\ \ \
| * | | | lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-3/+1
| | |_|/ | |/| |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-021-13/+6
|\ \ \ \
| * | | | Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka2013-04-301-13/+6
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-2/+2
|\ \ \ \ \