summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-05-20radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox
2016-05-20radix-tree: rewrite __radix_tree_lookupMatthew Wilcox
2016-05-20radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox
2016-05-20radix-tree: fix extending the tree for multi-order entries at offset 0Matthew Wilcox
2016-05-20radix-tree: introduce radix_tree_load_root()Matthew Wilcox
2016-05-20radix-tree: remove restriction on multi-order entriesMatthew Wilcox
2016-05-20radix-tree: fix deleting a multi-order entry through an aliasMatthew Wilcox
2016-05-20radix-tree: fix sibling entry insertionMatthew Wilcox
2016-05-20radix-tree: add missing sibling entry functionalityMatthew Wilcox
2016-05-20raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko
2016-05-20lib/vsprintf: simplify UUID printingAndy Shevchenko
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek
2016-05-20kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2016-05-20x86/kasan: instrument user memory access APIAndrey Ryabinin
2016-05-20mm, kasan: add a ksize() testAlexander Potapenko
2016-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19percpu_counter: update debugobjects fixup callbacks return typeDu, Changbin
2016-05-19debugobjects: correct the usage of fixup call resultsDu, Changbin
2016-05-19debugobjects: make fixup functions return bool instead of intDu, Changbin
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-05-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-05-18Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branch 'fixes' into miscJames Bottomley
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-05-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-16Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-12KEYS: Fix ASN.1 indefinite length object parsingDavid Howells
2016-05-11Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-09fold checks into iterate_and_advance()Al Viro
2016-05-05lib/stackdepot: avoid to return 0 handleJoonsoo Kim
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus
2016-04-28lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko
2016-04-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-04-23libnl: fix help of _64bit functionsNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21libnl: add more helpers to align attributes on 64-bitNicolas Dichtel
2016-04-21string_helpers: add kstrdup_quotable_fileKees Cook
2016-04-21string_helpers: add kstrdup_quotable_cmdlineKees Cook
2016-04-21string_helpers: add kstrdup_quotableKees Cook