summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-2/+2
|\
| * lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+10
|\ \
| * | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor2022-02-021-1/+1
| * | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor2022-02-021-2/+2
| * | compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song2022-01-271-0/+8
* | | ref_tracker: remove filter_irq_stacks() callEric Dumazet2022-02-061-2/+0
* | | ref_tracker: add a count of untracked referencesEric Dumazet2022-02-051-1/+11
* | | ref_tracker: implement use-after-free detectionEric Dumazet2022-02-051-0/+5
| |/ |/|
* | kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver2022-01-301-0/+5
* | blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu2022-01-271-2/+6
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-236-21/+87
|\ \
| * | vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7
| * | lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov2022-01-151-0/+37
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
| * | lib: add find_first_and_bit()Yury Norov2022-01-152-0/+42
| * | arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-3/+0
* | | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2022-01-221-0/+13
* | | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-223-6/+33
* | | test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* | | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-211-3/+22
|\ \ \ | |_|/ |/| |
| * | blk-mq: fix tag_get wait task can't be awakenedLaibin Qiu2022-01-131-3/+22
* | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-1/+4
|\ \ \
| * | | ref_tracker: use __GFP_NOFAIL more carefullyEric Dumazet2022-01-121-1/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-209-184/+167
|\ \ \ \
| * | | | lib: remove redundant assignment to variable retColin Ian King2022-01-201-2/+0
| * | | | ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-01-202-35/+0
| * | | | kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2022-01-201-0/+2
| * | | | lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor2022-01-201-0/+1
| * | | | lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-201-0/+1
| * | | | test_hash.c: refactor into kunitIsabella Basso2022-01-203-143/+81
| * | | | lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2022-01-202-4/+13
| * | | | test_hash.c: split test_hash_initIsabella Basso2022-01-201-12/+54
| * | | | test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso2022-01-201-29/+62
| * | | | hash.h: remove unused define directiveIsabella Basso2022-01-201-23/+1
| * | | | lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei2022-01-201-4/+4
| * | | | kstrtox: uninline everythingAlexey Dobriyan2022-01-201-0/+12
| * | | | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-0/+2
| | |_|/ | |/| |
* | | | lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld2022-01-181-81/+14
* | | | lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-182-68/+0
* | | | lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-01-182-5/+14
* | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-2/+2
|\ \ \ \
| * | | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-2/+52
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-151-0/+24
| * | | | kasan: test: add test case for double-kmem_cache_destroy()Marco Elver2022-01-151-0/+11
| * | | | kasan: test: add globals left-out-of-bounds testMarco Elver2022-01-151-2/+17
| | |/ / | |/| |
* | | | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-122-19/+17
|\ \ \ \
| * | | | XArray: Add xas_advance()Matthew Wilcox (Oracle)2022-01-081-3/+3
| * | | | iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)2022-01-041-16/+14