| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: objagg: Replace zero-length arrays with flexible-array member | Gustavo A. R. Silva | 2020-02-17 | 1 | -2/+2 |
* | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-02-12 | 3 | -7/+13 |
|\ |
|
| * | bootconfig: Allocate xbc_nodes array dynamically | Masami Hiramatsu | 2020-02-10 | 1 | -3/+12 |
| * | bootconfig: Remove unneeded CONFIG_LIBXBC | Masami Hiramatsu | 2020-02-10 | 2 | -4/+1 |
* | | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-02-10 | 2 | -3/+3 |
|\ \ |
|
| * | | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-03 | 2 | -3/+3 |
* | | | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2020-02-06 | 3 | -0/+819 |
|\ \ \
| | |/
| |/| |
|
| * | | tools/bootconfig: Show the number of bootconfig nodes | Masami Hiramatsu | 2020-02-05 | 1 | -1/+4 |
| * | | bootconfig: Add more parse error messages | Masami Hiramatsu | 2020-02-05 | 1 | -4/+12 |
| * | | bootconfig: Add Extra Boot Config support | Masami Hiramatsu | 2020-01-13 | 3 | -0/+808 |
* | | | lib: new testcases for bitmap_parse{_user} | Yury Norov | 2020-02-04 | 1 | -0/+8 |
* | | | lib: rework bitmap_parse() | Yury Norov | 2020-02-04 | 1 | -92/+83 |
* | | | lib: make bitmap_parse_user a wrapper on bitmap_parse | Yury Norov | 2020-02-04 | 1 | -10/+10 |
* | | | lib: add test for bitmap_parse() | Yury Norov | 2020-02-04 | 1 | -2/+95 |
* | | | lib/string: add strnchrnul() | Yury Norov | 2020-02-04 | 1 | -0/+17 |
| |/
|/| |
|
* | | kcov: ignore fault-inject and stacktrace | Dmitry Vyukov | 2020-01-31 | 1 | -0/+1 |
* | | lib/find_bit.c: uninline helper _find_next_bit() | Yury Norov | 2020-01-31 | 1 | -1/+1 |
* | | lib/find_bit.c: join _find_next_bit{_le} | Yury Norov | 2020-01-31 | 1 | -45/+19 |
* | | uapi: rename ext2_swab() to swab() and share globally in swab.h | Yury Norov | 2020-01-31 | 1 | -14/+2 |
* | | lib/scatterlist.c: adjust indentation in __sg_alloc_table | Nathan Chancellor | 2020-01-31 | 1 | -1/+1 |
* | | lib/zlib: add zlib_deflate_dfltcc_enabled() function | Mikhail Zaslonko | 2020-01-31 | 4 | -9/+18 |
* | | s390/boot: add dfltcc= kernel command line parameter | Mikhail Zaslonko | 2020-01-31 | 5 | -2/+20 |
* | | lib/zlib: add s390 hardware support for kernel zlib_inflate | Mikhail Zaslonko | 2020-01-31 | 7 | -11/+233 |
* | | lib/zlib: add s390 hardware support for kernel zlib_deflate | Mikhail Zaslonko | 2020-01-31 | 11 | -102/+751 |
* | | lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() | Gustavo A. R. Silva | 2020-01-31 | 1 | -0/+1 |
* | | lib/test_bitmap: correct test data offsets for 32-bit | Andy Shevchenko | 2020-01-31 | 1 | -4/+5 |
* | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-01-30 | 13 | -46/+151 |
|\ \ |
|
| * | | kunit: allow kunit to be loaded as a module | Alan Maguire | 2020-01-10 | 3 | -2/+17 |
| * | | kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds | Alan Maguire | 2020-01-10 | 1 | -18/+4 |
| * | | kunit: allow kunit tests to be loaded as a module | Alan Maguire | 2020-01-10 | 10 | -12/+39 |
| * | | kunit: hide unexported try-catch interface in try-catch-impl.h | Alan Maguire | 2020-01-10 | 4 | -12/+32 |
| * | | kunit: move string-stream.h to lib/kunit | Alan Maguire | 2020-01-10 | 5 | -2/+59 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-29 | 1 | -0/+66 |
|\ \ |
|
| * | | bitmap: Introduce bitmap_cut(): cut bits and shift remaining | Stefano Brivio | 2020-01-27 | 1 | -0/+66 |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2020-01-29 | 9 | -186/+3465 |
|\ \ \ |
|
| * | | | crypto: chacha20poly1305 - add back missing test vectors and test chunking | Jason A. Donenfeld | 2020-01-22 | 1 | -14/+1698 |
| * | | | crypto: curve25519 - Fix selftest build error | Herbert Xu | 2020-01-16 | 3 | -10/+30 |
| * | | | crypto: x86/poly1305 - wire up faster implementations for kernel | Jason A. Donenfeld | 2020-01-16 | 1 | -1/+1 |
| * | | | crypto: poly1305 - add new 32 and 64-bit generic versions | Jason A. Donenfeld | 2020-01-16 | 4 | -163/+399 |
| * | | | crypto: lib/curve25519 - re-add selftests | Jason A. Donenfeld | 2019-12-27 | 3 | -0/+1339 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-01-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2019-12-25 | 15 | -336/+532 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | sched/core: Use CONFIG_PREEMPTION | Sebastian Andrzej Siewior | 2019-12-08 | 1 | -1/+1 |
* | | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-01-28 | 2 | -40/+170 |
|\ \ \ \ \ |
|
| * | | | | | lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres() | Christophe Leroy | 2020-01-16 | 1 | -3/+1 |
| * | | | | | lib/vdso: Prepare for time namespace support | Thomas Gleixner | 2020-01-14 | 2 | -4/+144 |
| * | | | | | lib/vdso: Mark do_hres() and do_coarse() as __always_inline | Andrei Vagin | 2020-01-14 | 1 | -6/+8 |
| * | | | | | lib/vdso: Avoid duplication in __cvdso_clock_getres() | Christophe Leroy | 2020-01-14 | 1 | -6/+1 |
| * | | | | | lib/vdso: Let do_coarse() return 0 to simplify the callsite | Christophe Leroy | 2020-01-14 | 1 | -7/+8 |
| * | | | | | lib/vdso: Remove checks on return value for 32 bit vDSO | Vincenzo Frascino | 2020-01-14 | 1 | -5/+5 |