summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
3 daysMerge tag 'linux_kselftest-kunit-7.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
3 daysMerge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
3 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
3 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
10 dayslib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
10 dayslib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers
10 dayslib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers
10 dayslib/crypto: tests: Add aead-test-template.hEric Biggers
10 dayslib/crypto: tests: Use per-test-case buffers in hash testsEric Biggers
10 dayslib/crypto: tests: Create test-utils.hEric Biggers
10 dayslib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
10 dayslib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
10 dayslib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
10 daysMerge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-30rhashtable: fix false-positive lockdep splat on rhltable destructionFlorian Westphal
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-27Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-24Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers
2026-07-23assoc_array: trim the final shortcut word using the current chunk endMichael Bommarito
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers
2026-07-20lib: test_hmm: use device devt for coherent device range selectionStanislav Kinsburskii
2026-07-20Merge tag 'v7.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers
2026-07-19lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers
2026-07-19lib/crypto: aes: Add ECB supportEric Biggers
2026-07-17Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-07-17rhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)
2026-07-15Merge tag 'linux_kselftest-kunit-fixes-7.2-rc4' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-15fortify: Disable -Wstringop-overread in testsNathan Chancellor
2026-07-14lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)
2026-07-10bug: fix warning suppressions with kunit built as moduleBartosz Golaszewski
2026-07-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-06kunit: string-stream: Replace strlcat() with strscpy() and seq_bufIan Bridges
2026-07-05lib/crypto: md5: Remove support for md5_mod_init_arch()Eric Biggers
2026-07-03Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-01scatterlist: Fix offset in folio calc in extract_xarray_to_sg()David Howells
2026-07-01iov_iter: Remove unused variable in kunit_iov_iter.cDavid Howells
2026-07-01iov_iter: Fix a memory leak in iov_iter_extract_user_pages()David Howells
2026-07-01iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()David Howells
2026-07-01iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()David Howells
2026-07-01bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()Breno Leitao
2026-06-29kunit: Add example of test suite that can be skipped at runtimeVaibhav Jain