summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-214-409/+422
|\
| * lib: stackinit: Convert to KUnitKees Cook2022-03-213-174/+121
| * lib: overflow: Convert to KunitKees Cook2022-02-273-309/+263
| * overflow: Provide constant expression struct_sizeKees Cook2022-02-161-9/+17
| * overflow: Implement size_t saturating arithmetic helpersKees Cook2022-02-161-0/+98
| * test_overflow: Regularize test reporting outputKees Cook2022-02-091-24/+30
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-3/+4
|\ \
| * | lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel2022-03-081-1/+1
| * | lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-03-081-1/+3
| * | lib/raid6/test: fix multiple definition linking errorDirk Müller2022-03-081-1/+0
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-23/+17
|\| |
| * | sbitmap: Delete old sbitmap_queue_get_shallow()John Garry2022-02-081-3/+3
| * | lib/sbitmap: kill 'depth' from sbitmap_wordMing Lei2022-02-081-20/+14
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-216-9/+260
|\ \ \
| * | | lib/mpi: export mpi_rshiftNicolai Stange2022-03-031-0/+1
| * | | lib/crc32test: correct printed bytes countKevin Bracey2022-01-311-1/+1
| * | | lib/crc32: Make crc32_be weak for arch overrideKevin Bracey2022-01-311-2/+3
| * | | lib/crc32: remove unneeded castsKevin Bracey2022-01-311-6/+3
| * | | crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-283-0/+252
* | | | Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-212-11/+13
|\ \ \ \
| * | | | random: replace custom notifier chain with standard oneJason A. Donenfeld2022-03-122-9/+13
| * | | | random: remove unused tracepointsJason A. Donenfeld2022-02-211-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-021-1/+0
|\ \ \ \
| * | | | ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-02-211-1/+0
* | | | | kasan: test: prevent cache merging in kmem_cache_double_destroyAndrey Konovalov2022-02-261-1/+4
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-02-221-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-211-0/+2
| | |/ / | |/| |
* | | | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
| |_|/ |/| |
* | | 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