summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* printk: rename cpulock functionsJohn Ogness2022-04-222-4/+4
* Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-231-20/+29
|\
| * Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek2022-03-211-5/+8
| |\
| | * vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko2022-02-101-1/+2
| | * vsprintf: Fix potential unaligned accessAndy Shevchenko2022-02-101-5/+7
| * | vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy2022-02-241-15/+21
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+3
|\ \
| * | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| * | mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-6/+19
|\ \ \
| * | | kfence: allow use of a deferrable timerMarco Elver2022-03-221-0/+12
| * | | kunit: make kunit_test_timeout compatible with commentPeng Liu2022-03-221-1/+1
| * | | kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-0/+1
| * | | xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-221-5/+5
* | | | 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