summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-28memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu1-2/+2
2014-01-27Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+2
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-10/+78
2014-01-25iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger1-2/+7
2014-01-24lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich1-0/+1
2014-01-24rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer1-0/+11
2014-01-24rbtree/test: move rb_node to the middle of the test structCody P Schafer1-1/+1
2014-01-24test: check copy_to/from_user boundary validationKees Cook3-0/+124
2014-01-24test: add minimal module for verification testingKees Cook3-0/+48
2014-01-24lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras1-3/+2