summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-06-071-1/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-05-041-9/+12
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-05-041-1/+3
* 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
* 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
* dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz2016-02-251-2/+2
* 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-061-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-061-1/+1
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-261-0/+3
* 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
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-11-211-75/+0
* lib: radix-tree: add radix_tree_delete_item()Johannes Weiner2014-11-211-4/+27
* 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/plist: add plist_requeueDan Streetman2014-10-091-0/+52
* KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-171-1/+3
* KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-171-1/+1
* lib/btree.c: fix leak of whole btree nodesMinfei Huang2014-08-071-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-061-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2014-06-301-1/+3
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-06-301-5/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-261-0/+2
* 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
* lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe2014-05-131-1/+1
* netlink: don't compare the nul-termination in nla_strcmpPablo Neira2014-04-141-2/+8
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2014-03-281-1/+12
* partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller2014-03-231-3/+3
* lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins2014-03-041-1/+3
* dma debug: account for cachelines and read-only mappings in overlap trackingDan Williams2014-03-041-46/+85
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-02-141-5/+2
|\
| * percpu_ida: fix a live lockShaohua Li2014-01-301-5/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-081-0/+1
|\ \
| * \ Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-0727-167/+650
| |\ \
| * | | x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter2014-02-061-0/+1
* | | | kbuild: don't enable DEBUG_INFO when building for COMPILE_TESTLinus Torvalds2014-02-041-1/+1
| |/ / |/| |
* | | parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-021-3/+3
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-01-311-7/+14
|\ \ \
| * | | iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger2014-01-251-2/+7
| * | | percpu_ida: Make percpu_ida_alloc + callers accept task state bitmaskKent Overstreet2014-01-231-7/+9