aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai
2018-11-30lib/test_kmod.c: fix rmmod double freeLuis Chamberlain
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-11-19XArray tests: Add missing lockingMatthew Wilcox
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann
2018-11-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox
2018-11-16XArray: Correct xa_store_rangeMatthew Wilcox
2018-11-14Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-11-11test_firmware: fix error return getting clobberedColin Ian King
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-05XArray: Fix DocumentationMatthew Wilcox
2018-11-05XArray: Handle NULL pointers differently for allocationMatthew Wilcox
2018-11-05XArray: Unify xa_store and __xa_storeMatthew Wilcox
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox
2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox
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