aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds6-1/+282
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds12-0/+2252
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+0
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry1-17/+0
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe1-1/+0
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds4-21/+40
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao1-1/+6
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)1-1/+1
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)1-20/+11
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow3-0/+767
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner1-4/+5
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-9/+28
2019-10-18Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek1-1/+1
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes5-0/+281
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman1-3/+19
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko1-0/+27
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers1-6/+26
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+0
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-9/+0
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar1-21/+0
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino1-9/+0
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai1-6/+9
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor1-2/+2
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap1-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai3-13/+186
2019-09-30kunit: fix failure to build without printkBrendan Higgins1-51/+6
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin1-0/+11
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy1-0/+228
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins2-6/+3
2019-09-30kunit: test: add tests for kunit test abortBrendan Higgins2-1/+108
2019-09-30kunit: test: add support for test abortBrendan Higgins3-16/+242
2019-09-30kunit: test: add initial testsBrendan Higgins4-0/+167
2019-09-30lib: enable building KUnit in lib/Brendan Higgins2-0/+4
2019-09-30kunit: test: add the concept of expectationsBrendan Higgins1-0/+62
2019-09-30kunit: test: add assertion printing libraryBrendan Higgins2-1/+143
2019-09-30kunit: test: add string_stream a std::stream like string builderBrendan Higgins2-1/+219
2019-09-30kunit: test: add test resource management APIBrendan Higgins1-0/+163
2019-09-30kunit: test: add KUnit test runner coreBrendan Higgins3-0/+205
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+2
2019-09-27lib: dimlib: fix help text typosRandy Dunlap1-1/+1
2019-09-27dimlib: make DIMLIB a hidden symbolUwe Kleine-König1-2/+1
2019-09-25lib: untag user pointers in strn*_userAndrey Konovalov2-2/+4
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman1-6/+8
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook1-2/+9
2019-09-25compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada1-3/+1
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-21/+0
2019-09-25lib/extable.c: add missing prototypesValdis Kletnieks1-0/+1