summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim2016-10-201-1/+1
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-06-151-1/+1
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-05-191-7/+9
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2016-05-191-3/+2
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-05-021-9/+12
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-03-141-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-03-141-0/+62
* devres: fix a for loop bounds checkDan Carpenter2016-03-031-1/+1
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-251-3/+4
* 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-241-3/+3
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-041-8/+9
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-031-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-151-1/+1
* LZ4 : fix the data abort issueJeHyeon Yeon2015-04-091-0/+3
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-091-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-091-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-01-291-1/+1
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-11-131-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-131-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-10-311-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-10-311-41/+21
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-09-261-75/+0
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-09-261-4/+27
* lib/plist: add plist_requeueDan Streetman2014-09-261-0/+52
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-191-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-171-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2014-07-021-1/+3
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-07-021-5/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-07-021-0/+2
* lzo: properly check for overrunsGreg Kroah-Hartman2014-07-021-21/+41
* netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt2014-06-231-2/+2
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-05-151-1/+1
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-181-2/+8
* mm: do not walk all of system memory during show_memMel Gorman2014-03-121-28/+11
* x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-201-0/+1
* iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-02-131-2/+7
* percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-02-131-7/+9
* 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-10-311-1/+2
* Kconfig: make KOBJECT_RELEASE debugging require timer debuggingLinus Torvalds2013-10-291-1/+1
* percpu_refcount: export symbolsMatias Bjorling2013-10-161-0/+3
* kobject: show debug info on delayed kobject releaseFengguang Wu2013-10-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-011-0/+2
|\
| * lib: introduce upper case hex ascii helpersAndre Naujoks2013-09-201-0/+2
* | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP()Heiko Carstens2013-09-281-1/+9
* | sysfs: Allow mounting without CONFIG_NETEric W. Biederman2013-09-271-4/+1
* | lockref: allow relaxed cmpxchg64 variant for lockless updatesWill Deacon2013-09-271-2/+11