summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2020-02-051-0/+6
|\
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-02-041-0/+6
* | Merge remote-tracking branch 'xarray/xarray'Stephen Rothwell2020-02-053-10/+58
|\ \
| * | ida: remove abandoned macrosAlex Shi2020-01-311-8/+0
| * | XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)2020-01-312-1/+38
| * | XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)2020-01-312-1/+20
* | | Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell2020-02-053-0/+808
|\ \ \
| * | | bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-133-0/+808
* | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2020-02-053-0/+122
|\ \ \ \
| * \ \ \ Merge branch 'locking/kcsan'Ingo Molnar2020-01-293-0/+122
| |\ \ \ \
| | * \ \ \ Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar2020-01-241-0/+1
| | |\ \ \ \
| | | * | | | kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver2020-01-071-0/+1
| | * | | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3060-836/+14830
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | * | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-9/+7
| | * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-193-0/+123
| | |\ \ \ \ \
| | | * | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-163-0/+123
* | | | | | | | Merge remote-tracking branch 'keys/keys-next'Stephen Rothwell2020-02-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2020-01-151-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2020-02-052-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-3/+3
* | | | | | | | lib: new testcases for bitmap_parse{_user}Yury Norov2020-02-041-0/+8
* | | | | | | | lib: rework bitmap_parse()Yury Norov2020-02-041-92/+83
* | | | | | | | lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov2020-02-041-10/+10
* | | | | | | | lib: add test for bitmap_parse()Yury Norov2020-02-041-2/+95
* | | | | | | | lib/string: add strnchrnul()Yury Norov2020-02-041-0/+17
|/ / / / / / /
* | | | | | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
* | | | | | | lib/find_bit.c: uninline helper _find_next_bit()Yury Norov2020-01-311-1/+1
* | | | | | | lib/find_bit.c: join _find_next_bit{_le}Yury Norov2020-01-311-45/+19
* | | | | | | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-311-14/+2
* | | | | | | lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-01-311-1/+1
* | | | | | | lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-314-9/+18
* | | | | | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-315-2/+20
* | | | | | | lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko2020-01-317-11/+233
* | | | | | | lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko2020-01-3111-102/+751
* | | | | | | lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-01-311-0/+1
* | | | | | | lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko2020-01-311-4/+5
* | | | | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-2913-46/+151
|\ \ \ \ \ \ \
| * | | | | | | kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-093-2/+17
| * | | | | | | kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire2020-01-091-18/+4
| * | | | | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-0910-12/+39
| * | | | | | | kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-094-12/+32
| * | | | | | | kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-095-2/+59
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+66
|\ \ \ \ \ \ \
| * | | | | | | bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio2020-01-271-0/+66
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-289-186/+3465
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld2020-01-221-14/+1698
| * | | | | | crypto: curve25519 - Fix selftest build errorHerbert Xu2020-01-163-10/+30
| * | | | | | crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-161-1/+1
| * | | | | | crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-164-163/+399