summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-06-30crypto: lib/blake2s - reduce stack frame usage in self testJason A. Donenfeld-3/+3
2022-06-28fix short copy handling in copy_mc_pipe_to_iter()Al Viro-4/+11
2022-06-28copy_page_{to,from}_iter(): switch iovec variants to genericAl Viro-187/+4
2022-06-27Merge branch 'master' into mm-nonmm-stableakpm-1/+182
2022-06-27Merge branch 'master' into mm-stableakpm-1/+182
2022-06-27iov: introduce iov_iter_alignedKeith Busch-0/+92
2022-06-25lib/sbitmap: Fix invalid loop in __sbitmap_queue_get_batch()wuchi-1/+4
2022-06-24crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin-1/+2
2022-06-22test_bpf: fix incorrect netdev featuresJian Shen-2/+2
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2022-06-17Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+181
2022-06-16lib/error-inject: convert to DEFINE_SEQ_ATTRIBUTEwuchi-13/+3
2022-06-16lib/btree: simplify btree_{lookup|update}wuchi-17/+13
2022-06-16lib/flex_proportions.c: remove local_irq_ops in fprop_new_period()wuchi-8/+2
2022-06-16lib/list_debug.c: Detect uninitialized listsGuenter Roeck-2/+10
2022-06-16lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin-2/+8
2022-06-15lib: Add register read/write tracing supportPrasad Sodagudi-0/+56
2022-06-15selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence-0/+8
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld-0/+181
2022-06-11iov_iter: fix build issue due to possible type mis-matchLinus Torvalds-2/+2
2022-06-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-16/+4
2022-06-10iov_iter: Fix iter_xarray_get_pages{,_alloc}()David Howells-16/+4
2022-06-10random: remove rng_has_arch_random()Jason A. Donenfeld-2/+1
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld-7/+71
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld-0/+181
2022-06-09mm/huge_memory: Fix xarray node memory leakMatthew Wilcox (Oracle)-2/+3
2022-06-07crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht-1/+1
2022-06-06objtool: Fix obsolete reference to CONFIG_X86_SMAPJosh Poimboeuf-1/+1
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds-30/+116
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+381
2022-06-03Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds-7/+5
2022-06-03nodemask: Fix return values to be unsignedKees Cook-2/+2
2022-06-03bitmap: Fix return values to be unsignedKees Cook-15/+15
2022-06-03lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov-0/+25
2022-06-03lib: add bitmap_{from,to}_arr64Yury Norov-0/+54
2022-06-03lib/bitmap.c make bitmap_print_bitmask_to_buf parseableMauro Carvalho Chehab-13/+20
2022-06-01assoc_array: Fix BUG_ON during garbage collectStephen Brennan-0/+8
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+33
2022-05-28Revert "crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZE"Jason A. Donenfeld-1/+0
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-23/+0
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-434/+0
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-35/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-43/+53
2022-05-27crypto: poly1305 - cleanup stray CRYPTO_LIB_POLY1305_RSIZEJason A. Donenfeld-0/+1
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka-34/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-87/+90
2022-05-26locking/lockref: Use try_cmpxchg64 in CMPXCHG_LOOP macroUros Bizjak-5/+4
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4/+343
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-138/+592