summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-242-82/+107
|\
| * XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| * XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| * XArray: Fix DocumentationMatthew Wilcox2018-11-051-5/+5
| * XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-3/+10
| * XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25
| * XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-0/+24
| * XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-41/+0
| * XArray: Regularise xa_reserveMatthew Wilcox2018-11-052-11/+13
| * XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3
| * XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-052-1/+31
* | Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-11-221-0/+1
|\ \
| * \ Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-11-141-2/+2
| |\ \
| * | | test_firmware: fix error return getting clobberedColin Ian King2018-11-111-0/+1
| | |/ | |/|
* | | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-181-2/+1
| |/ |/|
* | lib/raid6: Fix arm64 test buildJeremy Linton2018-11-061-2/+2
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-41/+84
|\
| * iov_iter: Add I/O discard iteratorDavid Howells2018-10-241-7/+48
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-13/+15
| * iov_iter: Use accessor functionDavid Howells2018-10-241-28/+28
* | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-314-346/+0
|\ \
| * | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt2018-10-314-346/+0
* | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-2/+1
* | | lib/lz4: update LZ4 decompressor moduleGao Xiang2018-10-312-141/+349
* | | lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan2018-10-311-8/+8
* | | lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang2018-10-311-4/+3
* | | lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe2018-10-311-0/+12
* | | lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* | | lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-10-311-4/+1
* | | lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-10-311-5/+1
* | | lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes2018-10-311-5/+2
* | | lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2018-10-311-4/+6
* | | lib/bitmap.c: remove wrong documentationRasmus Villemoes2018-10-311-5/+0
* | | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-281-0/+2
|\ \ \
| * | | Makefile: Globally enable VLA warningKees Cook2018-10-111-0/+2
* | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-287-942/+3578
|\ \ \ \
| * | | | radix tree: Remove multiorder supportMatthew Wilcox2018-10-212-206/+13
| * | | | xarray: Add range store functionalityMatthew Wilcox2018-10-212-2/+129
| * | | | xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-0/+44
| * | | | xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-0/+37
| * | | | xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-0/+32
| * | | | radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-12/+0
| * | | | radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-212-13/+40
| * | | | radix tree: Remove radix_tree_maybe_preload_orderMatthew Wilcox2018-10-211-74/+0
| * | | | radix tree: Remove split/join codeMatthew Wilcox2018-10-211-169/+2
| * | | | radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-212-35/+9
OpenPOWER on IntegriCloud