summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-01-29lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULLLad, Prabhakar
2014-01-28kobject: export kobj_sysfs_opsJeff Mahoney
2014-01-27dynamic_debug: replace obselete simple_strtoul() with kstrtouint()Andrey Ryabinin
2014-01-27dynamic_debug: fix ddebug_parse_query()Andrey Ryabinin
2014-01-27dynamic_debug: remove wrong error messageAndrey Ryabinin
2014-01-27memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu
2014-01-27Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-25iscsi-target: Fix connection reset hang with percpu_ida_allocNicholas Bellinger
2014-01-23lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich
2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer
2014-01-23rbtree/test: move rb_node to the middle of the test structCody P Schafer
2014-01-23test: check copy_to/from_user boundary validationKees Cook
2014-01-23test: add minimal module for verification testingKees Cook
2014-01-23lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras
2014-01-23lib/cmdline.c: fix style issuesFelipe Contreras
2014-01-23lib/kstrtox.c: remove redundant cleanupFelipe Contreras