| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-03-05 | 1 | -0/+10 |
|\ |
|
| * | bpf: Add config to allow loading modules with BTF mismatches | Connor O'Brien | 2022-02-28 | 1 | -0/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-03 | 2 | -2/+4 |
|\ \ |
|
| * \ | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2022-03-03 | 1 | -1/+0 |
| |\ \ |
|
| | * | | ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE | Julian Braha | 2022-02-21 | 1 | -1/+0 |
| * | | | kasan: test: prevent cache merging in kmem_cache_double_destroy | Andrey Konovalov | 2022-02-26 | 1 | -1/+4 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-25 | 1 | -0/+2 |
|\| | |
| |_|/
|/| | |
|
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2022-02-22 | 1 | -0/+2 |
| |\ \ |
|
| | * | | lib/iov_iter: initialize "flags" in new pipe_buffer | Max Kellermann | 2022-02-21 | 1 | -0/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-11 | 1 | -2/+2 |
|\| | | |
|
| * | | | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 2022-02-04 | 1 | -2/+2 |
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-10 | 1 | -2/+10 |
|\ \ \ \ |
|
| * | | | | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ | Nathan Chancellor | 2022-02-02 | 1 | -1/+1 |
| * | | | | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION | Nathan Chancellor | 2022-02-02 | 1 | -2/+2 |
| * | | | | compiler_types: define __user as __attribute__((btf_type_tag("user"))) | Yonghong Song | 2022-01-27 | 1 | -0/+8 |
* | | | | | ref_tracker: remove filter_irq_stacks() call | Eric Dumazet | 2022-02-06 | 1 | -2/+0 |
* | | | | | ref_tracker: add a count of untracked references | Eric Dumazet | 2022-02-05 | 1 | -1/+11 |
* | | | | | ref_tracker: implement use-after-free detection | Eric Dumazet | 2022-02-05 | 1 | -0/+5 |
| |/ / /
|/| | | |
|
* | | | | kasan: test: fix compatibility with FORTIFY_SOURCE | Marco Elver | 2022-01-30 | 1 | -0/+5 |
* | | | | blk-mq: Fix wrong wakeup batch configuration which will cause hang | Laibin Qiu | 2022-01-27 | 1 | -2/+6 |
| |/ /
|/| | |
|
* | | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 2022-01-23 | 6 | -21/+87 |
|\ \ \ |
|
| * | | | vsprintf: rework bitmap_list_string | Yury Norov | 2022-01-15 | 1 | -17/+7 |
| * | | | lib: bitmap: add performance test for bitmap_print_to_pagebuf | Yury Norov | 2022-01-15 | 1 | -0/+37 |
| * | | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 2022-01-15 | 1 | -1/+1 |
| * | | | lib: add find_first_and_bit() | Yury Norov | 2022-01-15 | 2 | -0/+42 |
| * | | | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 2022-01-15 | 1 | -3/+0 |
* | | | | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save() | Marco Elver | 2022-01-22 | 1 | -0/+13 |
* | | | | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 2022-01-22 | 3 | -6/+33 |
* | | | | test_sysctl: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 2022-01-22 | 1 | -21/+1 |
* | | | | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-01-21 | 1 | -3/+22 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | blk-mq: fix tag_get wait task can't be awakened | Laibin Qiu | 2022-01-13 | 1 | -3/+22 |
* | | | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-01-20 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | ref_tracker: use __GFP_NOFAIL more carefully | Eric Dumazet | 2022-01-12 | 1 | -1/+4 |
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 9 | -184/+167 |
|\ \ \ \ \ |
|
| * | | | | | lib: remove redundant assignment to variable ret | Colin Ian King | 2022-01-20 | 1 | -2/+0 |
| * | | | | | ubsan: remove CONFIG_UBSAN_OBJECT_SIZE | Kees Cook | 2022-01-20 | 2 | -35/+0 |
| * | | | | | kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR | Marco Elver | 2022-01-20 | 1 | -0/+2 |
| * | | | | | lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB | Nathan Chancellor | 2022-01-20 | 1 | -0/+1 |
| * | | | | | lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test | Andrey Konovalov | 2022-01-20 | 1 | -0/+1 |
| * | | | | | test_hash.c: refactor into kunit | Isabella Basso | 2022-01-20 | 3 | -143/+81 |
| * | | | | | lib/Kconfig.debug: properly split hash test kernel entries | Isabella Basso | 2022-01-20 | 2 | -4/+13 |
| * | | | | | test_hash.c: split test_hash_init | Isabella Basso | 2022-01-20 | 1 | -12/+54 |
| * | | | | | test_hash.c: split test_int_hash into arch-specific functions | Isabella Basso | 2022-01-20 | 1 | -29/+62 |
| * | | | | | hash.h: remove unused define directive | Isabella Basso | 2022-01-20 | 1 | -23/+1 |
| * | | | | | lib/list_debug.c: print more list debugging context in __list_del_entry_valid() | Zhen Lei | 2022-01-20 | 1 | -4/+4 |
| * | | | | | kstrtox: uninline everything | Alexey Dobriyan | 2022-01-20 | 1 | -0/+12 |
| * | | | | | include/linux/unaligned: replace kernel.h with the necessary inclusions | Andy Shevchenko | 2022-01-20 | 1 | -0/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | lib/crypto: sha1: re-roll loops to reduce code size | Jason A. Donenfeld | 2022-01-18 | 1 | -81/+14 |
* | | | | | lib/crypto: blake2s: move hmac construction into wireguard | Jason A. Donenfeld | 2022-01-18 | 2 | -68/+0 |
* | | | | | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 2022-01-18 | 2 | -5/+14 |