summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-06-07dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä
2016-05-04lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra
2016-05-04assoc_array: don't call compare_object() on a nodeJerome Marchand
2016-03-16lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk
2016-03-16lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones
2016-03-03devres: fix a for loop bounds checkDan Carpenter
2016-02-25dump_stack: avoid potential deadlocksEric Dumazet
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-25dma-debug: switch check from _text to _stextLaura Abbott
2016-02-25dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz
2016-02-25klist: fix starting point removed bug in klist iteratorsJames Bottomley
2015-08-03__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-06-06lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara
2015-05-06lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security
2015-03-26LZ4 : fix the data abort issueJeHyeon Yeon
2015-02-11lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan
2015-02-11lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan
2015-01-27decompress_bunzip2: off by one in get_next_block()Dan Carpenter
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-11-21lib: radix-tree: add radix_tree_delete_item()Johannes Weiner
2014-11-14lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-11-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-30lzo: check for length overrun in variable length encoding.Willy Tarreau
2014-10-30Revert "lzo: properly check for overruns"Willy Tarreau
2014-10-09lib/plist: add plist_requeueDan Streetman
2014-09-17KEYS: Fix termination condition in assoc array garbage collectionDavid Howells
2014-09-17KEYS: Fix use-after-free in assoc_array_gc()David Howells
2014-08-07lib/btree.c: fix leak of whole btree nodesMinfei Huang
2014-07-06lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman
2014-06-30lz4: fix another possible overrunGreg Kroah-Hartman
2014-06-30idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan
2014-06-26lz4: ensure length does not wrapGreg Kroah-Hartman
2014-06-26lzo: properly check for overrunsGreg Kroah-Hartman
2014-06-26netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt
2014-05-13lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe
2014-04-14netlink: don't compare the nul-termination in nla_strcmpPablo Neira
2014-03-28random32: avoid attempt to late reseed if in the middle of seedingSasha Levin
2014-03-23partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller
2014-03-04lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins
2014-03-04dma debug: account for cachelines and read-only mappings in overlap trackingDan Williams
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-02-06x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter
2014-02-04kbuild: don't enable DEBUG_INFO when building for COMPILE_TESTLinus Torvalds
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-30percpu_ida: fix a live lockShaohua Li
2014-01-29dma-debug: fix overlap detectionDan Williams