summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-13
* XArray tests: Check iterating over multiorder entriesMatthew Wilcox2018-12-06
* XArray tests: Handle larger indices more elegantlyMatthew Wilcox2018-12-06
* radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-06
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-11-30
* lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-11-30
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-11-30
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-30
|\
| * iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro2018-11-25
* | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-24
|\ \
| * | XArray tests: Add missing lockingMatthew Wilcox2018-11-19
| * | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-16
| * | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-16
| * | XArray: Fix DocumentationMatthew Wilcox2018-11-05
| * | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-05
| * | XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-05
| * | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-05
| * | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-05
| * | XArray: Regularise xa_reserveMatthew Wilcox2018-11-05
| * | XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-05
| * | XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2018-11-05
| |/
* | Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-11-22
|\ \
| * \ Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-11-14
| |\ \
| * | | test_firmware: fix error return getting clobberedColin Ian King2018-11-11
| | |/ | |/|
* | | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-18
| |/ |/|
* | lib/raid6: Fix arm64 test buildJeremy Linton2018-11-06
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-01
|\
| * iov_iter: Add I/O discard iteratorDavid Howells2018-10-23
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-23
| * iov_iter: Use accessor functionDavid Howells2018-10-23
* | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-31
|\ \
| * | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt2018-10-31
* | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-31
* | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-31
* | | lib/lz4: update LZ4 decompressor moduleGao Xiang2018-10-31
* | | lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan2018-10-31
* | | lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang2018-10-31
* | | lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe2018-10-31
* | | lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers2018-10-31
* | | lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers2018-10-31
* | | lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers2018-10-31
* | | lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes2018-10-31
* | | lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes2018-10-31
* | | lib/bitmap.c: remove wrong documentationRasmus Villemoes2018-10-31
* | | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-28
|\ \ \
| * | | Makefile: Globally enable VLA warningKees Cook2018-10-11
* | | | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\ \ \ \
| * | | | radix tree: Remove multiorder supportMatthew Wilcox2018-10-21