summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-04devres: fix a for loop bounds checkDan Carpenter1-1/+1
2016-02-25dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-25dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-02-25dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2016-02-25klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2015-08-03__bitmap_parselist: fix bug in empty string handlingChris Metcalf1-8/+9
2015-06-06lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara1-1/+2
2015-05-06lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security1-1/+1
2015-03-26LZ4 : fix the data abort issueJeHyeon Yeon1-0/+3
2015-02-11lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan1-9/+9
2015-02-11lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan1-2/+10
2015-01-27decompress_bunzip2: off by one in get_next_block()Dan Carpenter1-1/+1
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner1-75/+0
2014-11-21lib: radix-tree: add radix_tree_delete_item()Johannes Weiner1-4/+27
2014-11-14lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara1-2/+6
2014-11-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-0/+16
2014-10-30lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-10-30Revert "lzo: properly check for overruns"Willy Tarreau1-41/+21
2014-10-09lib/plist: add plist_requeueDan Streetman1-0/+52
2014-09-17KEYS: Fix termination condition in assoc array garbage collectionDavid Howells1-1/+3
2014-09-17KEYS: Fix use-after-free in assoc_array_gc()David Howells1-1/+1
2014-08-08lib/btree.c: fix leak of whole btree nodesMinfei Huang1-0/+1
2014-07-07lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman1-1/+5
2014-07-01lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-07-01idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan1-5/+3
2014-06-26lz4: ensure length does not wrapGreg Kroah-Hartman1-0/+2
2014-06-26lzo: properly check for overrunsGreg Kroah-Hartman1-21/+41
2014-06-26netlink: rate-limit leftover bytes warning and print process nameMichal Schmidt1-2/+2
2014-05-13lib/percpu_counter.c: fix bad percpu counter state during suspendJens Axboe1-1/+1
2014-04-14netlink: don't compare the nul-termination in nla_strcmpPablo Neira1-2/+8
2014-03-29random32: avoid attempt to late reseed if in the middle of seedingSasha Levin1-1/+12
2014-03-23partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui...Helge Deller1-3/+3
2014-03-04lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlockHugh Dickins1-1/+3
2014-03-04dma debug: account for cachelines and read-only mappings in overlap trackingDan Williams1-46/+85
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-02-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin27-167/+650
2014-02-06x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=yPeter Oberparleiter1-0/+1
2014-02-05kbuild: don't enable DEBUG_INFO when building for COMPILE_TESTLinus Torvalds1-1/+1
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller1-3/+3
2014-02-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-7/+14
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2014-01-30percpu_ida: fix a live lockShaohua Li1-5/+2
2014-01-30dma-debug: fix overlap detectionDan Williams1-3/+7
2014-01-30lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULLLad, Prabhakar1-2/+3
2014-01-29kobject: export kobj_sysfs_opsJeff Mahoney1-0/+1
2014-01-28dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin1-3/+1
2014-01-28dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin1-2/+4
2014-01-28dynamic_debug: remove wrong error messageAndrey Ryabinin1-3/+1