summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-175-11/+77
| * | | | | | | | crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2019-11-172-8/+23
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-254-1/+362
|\ \ \ \ \ \ \ \
| * | | | | | | | livepatch: Selftests of the API for tracking system state changesPetr Mladek2019-11-014-1/+362
* | | | | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-256-1/+282
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek2019-10-181-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
| * | | | | | | | | | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-175-0/+281
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-2512-0/+2252
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib/list-test: add a test for the 'list' doubly linked listDavid Gow2019-11-013-0/+767
| * | | | | | | | | | kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
| * | | | | | | | | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-301-0/+11
| * | | | | | | | | | kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy2019-09-301-0/+228
| * | | | | | | | | | kunit: test: add the concept of assertionsBrendan Higgins2019-09-302-6/+3
| * | | | | | | | | | kunit: test: add tests for kunit test abortBrendan Higgins2019-09-302-1/+108
| * | | | | | | | | | kunit: test: add support for test abortBrendan Higgins2019-09-303-16/+242
| * | | | | | | | | | kunit: test: add initial testsBrendan Higgins2019-09-304-0/+167
| * | | | | | | | | | lib: enable building KUnit in lib/Brendan Higgins2019-09-302-0/+4
| * | | | | | | | | | kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
| * | | | | | | | | | kunit: test: add assertion printing libraryBrendan Higgins2019-09-302-1/+143
| * | | | | | | | | | kunit: test: add string_stream a std::stream like string builderBrendan Higgins2019-09-302-1/+219
| * | | | | | | | | | kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
| * | | | | | | | | | kunit: test: add KUnit test runner coreBrendan Higgins2019-09-303-0/+205
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-17/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | sbitmap: Delete sbitmap_any_bit_clear()John Garry2019-11-131-17/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin2019-11-151-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | lib: Remove select of inexistant GENERIC_IOCorentin Labbe2019-11-101-1/+0
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-11-084-21/+40
|\ \ \ \ \ \ \
| * | | | | | | idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)2019-11-031-1/+1
| * | | | | | | idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)2019-11-011-20/+11
| * | | | | | | XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)2019-07-012-0/+28
* | | | | | | | dump_stack: avoid the livelock of the dump_lockKevin Hao2019-11-061-1/+6
| |/ / / / / / |/| | | | | |
* | | | | | | lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner2019-10-231-4/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds2019-10-181-9/+28
|\ \ \ \ \ \
| * | | | | | usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman2019-10-161-3/+19
| * | | | | | lib: test_user_copy: style cleanupAleksa Sarai2019-10-071-6/+9
| | |_|_|_|/ | |/| | | |
* | | | | | lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko2019-10-141-0/+27
* | | | | | lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers2019-10-141-6/+26
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-21/+0
|\ \ \ \ \ \
| * | | | | | lib/string: Make memzero_explicit() inline instead of externalArvind Sankar2019-10-081-21/+0
| |/ / / / /
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-091-9/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino2019-10-071-9/+0
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-051-2/+2
|\ \ \ \ \
| * | | | | lib: textsearch: fix escapes in example codeRandy Dunlap2019-10-031-2/+2
| |/ / / /
* | | | | usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor2019-10-031-2/+2
* | | | | lib: introduce copy_struct_from_user() helperAleksa Sarai2019-10-013-13/+186
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-3/+2
|\ \ \ \
| * | | | lib: dimlib: fix help text typosRandy Dunlap2019-09-271-1/+1
| * | | | dimlib: make DIMLIB a hidden symbolUwe Kleine-König2019-09-271-2/+1
* | | | | lib: untag user pointers in strn*_userAndrey Konovalov2019-09-252-2/+4