summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers2022-07-153-1/+3
| * | | | | | | | | crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld2022-06-301-3/+3
| * | | | | | | | | crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-242-1/+2
| * | | | | | | | | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-102-7/+71
| * | | | | | | | | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-104-0/+181
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-022-0/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | kasan: test: Silence GCC 12 warningsKees Cook2022-07-271-0/+10
| * | | | | | | | lib: overflow: Do not define 64-bit tests on 32-bitKees Cook2022-07-011-0/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-0/+92
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | iov: introduce iov_iter_alignedKeith Busch2022-06-271-0/+92
| |/ / / / / /
* | | | | / / ubsan: disable UBSAN_DIV_ZERO for clangNick Desaulniers2022-07-141-0/+3
| |_|_|_|/ / |/| | | | |
* | | | | | ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-101-1/+2
| |_|_|/ / |/| | | |
* | | | | lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2022-07-031-25/+0
* | | | | Merge tag 'block-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-07-011-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi2022-06-251-1/+4
| | |/ / | |/| |
* | | | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-1/+1
|\ \ \ \
| * | | | objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf2022-06-061-1/+1
| | |/ / | |/| |
* | | | Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-06-174-0/+181
|\ \ \ \ | |_|/ / |/| | |
| * | | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-124-0/+181
| |/ /
* | | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-122-3/+2
|\ \ \
| * | | random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-101-2/+1
| * | | crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht2022-06-071-1/+1
| |/ /
* | | iov_iter: fix build issue due to possible type mis-matchLinus Torvalds2022-06-111-2/+2
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-06-101-16/+4
|\ \ \
| * | | iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells2022-06-101-16/+4
| |/ /
* / / mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)2022-06-091-2/+3
|/ /
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-043-30/+116
|\ \
| * | nodemask: Fix return values to be unsignedKees Cook2022-06-031-2/+2
| * | bitmap: Fix return values to be unsignedKees Cook2022-06-031-15/+15
| * | lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov2022-06-031-0/+25
| * | lib: add bitmap_{from,to}_arr64Yury Norov2022-06-031-0/+54
| * | lib/bitmap.c make bitmap_print_bitmask_to_buf parseableMauro Carvalho Chehab2022-06-031-13/+20
* | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-0/+381
|\ \ \
| * | | test_firmware: fix end of loop test in upload_read_show()Dan Carpenter2022-05-191-4/+7
| * | | Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-024-12/+35
| |\ \ \
| * | | | test_firmware: Error injection for firmware uploadRuss Weight2022-04-261-5/+122
| * | | | test_firmware: Add test support for firmware uploadRuss Weight2022-04-261-0/+261
| | |/ / | |/| |
* | | | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-032-7/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld2022-05-192-7/+5
* | | | assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-011-0/+8
* | | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-294-1/+33
|\ \ \ \
| * | | | bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-264-0/+32
| * | | | bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu2022-04-261-1/+1
| | |/ / | |/| |
* | | | Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld2022-05-281-1/+0
* | | | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-271-23/+0
|\ \ \ \
| * | | | nvdimm: Drop nd_device_lock()Dan Williams2022-04-281-17/+0
| * | | | cxl: Drop cxl_device_lock()Dan Williams2022-04-281-6/+0
| |/ / /
* | | | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-274-434/+0
|\ \ \ \
| * | | | crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-084-434/+0
* | | | | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-35/+0
|\ \ \ \ \