summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-122-7/+7
|\ \ \ \ \
| * | | | | kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-3/+3
| * | | | | driver core: make kobj_type constant.Wedson Almeida Filho2021-12-271-4/+4
* | | | | | Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-121-0/+64
|\ \ \ \ \ \
| * | | | | | Merge tag 'v5.16-rc2' into develLinus Walleij2021-11-276-2/+29
| |\| | | | |
| * | | | | | lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko2021-11-181-0/+31
| * | | | | | lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko2021-11-181-0/+33
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-123-47/+45
|\ \ \ \ \ \
| * | | | | | lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller2022-01-063-8/+8