summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes
2018-10-31lib/bitmap.c: remove wrong documentationRasmus Villemoes
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26lib/test_kasan.c: add tests for several string/memory API functionsAndrey Ryabinin
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-10-24iov_iter: Add I/O discard iteratorDavid Howells
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2018-10-22lib: Add umoddi3 and udivmoddi4 of GCC library routinesZong Li
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox
2018-10-21xarray: Add range store functionalityMatthew Wilcox
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox
2018-10-21radix tree: Remove split/join codeMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox