summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2026-03-17lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEONEric Biggers-1/+1
2026-03-17lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-filesEric Biggers-0/+3
2026-03-16lockdep: Raise default stack trace limits when KASAN is enabledMikhail Gavrilov-0/+8
2026-03-14lib/crypto: x86/sha256: PHE Extensions optimized SHA256 transform functionAlanSong-oc-0/+25
2026-03-13lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law-1/+1
2026-03-13lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law-1/+1
2026-03-13lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law-1/+1
2026-03-11vdso/datapage: Remove inclusion of gettimeofday.hThomas Weißschuh-0/+11
2026-03-11vdso/gettimeofday: Add explicit includesThomas Weißschuh-0/+6
2026-03-11random: vDSO: Add explicit includesThomas Weißschuh-0/+3
2026-03-11vdso/gettimeofday: Move the unlikely() into vdso_read_retry()Thomas Weißschuh-5/+5
2026-03-11vdso/gettimeofday: Add a helper to test if a clock is namespacedThomas Weißschuh-6/+3
2026-03-11vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...Thomas Weißschuh-42/+9
2026-03-11vdso/gettimeofday: Drop a few usages of __maybe_unusedThomas Weißschuh-6/+6
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh-32/+60
2026-03-11vdso/datastore: Drop inclusion of linux/mmap_lock.hThomas Weißschuh-1/+0
2026-03-11vdso/datastore: Reduce scope of some variables in vvar_fault()Thomas Weißschuh-2/+4
2026-03-09lib/crc: tests: Add a .kunitconfig fileEric Biggers-0/+3
2026-03-09lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers-0/+14
2026-03-09lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers-12/+23
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers-3/+37
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers-0/+422
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers-11/+56
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers-1/+1294
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers-0/+208
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann-15/+68
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann-0/+40
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann-0/+62
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann-0/+26
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann-2/+75
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann-0/+21
2026-03-09lib/fonts: Remove trailing whitespacesThomas Zimmermann-5/+5
2026-03-06Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds-106/+125
2026-03-05audit: fix coding style issuesRicardo Robaina-1/+1
2026-03-05Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-23/+46
2026-03-02lib/crypto: tests: Add a .kunitconfig fileEric Biggers-0/+34
2026-03-02kunit: reduce stack usage in kunit_run_tests()Arnd Bergmann-106/+125
2026-03-01Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+19
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2026-02-28lib/crypto: tests: Depend on library options rather than selecting themEric Biggers-23/+12
2026-02-27timerqueue: Provide linked timerqueueThomas Gleixner-0/+14
2026-02-27rbtree: Provide rbtree with linksThomas Gleixner-0/+17
2026-02-25lib/Kconfig.debug: Require a release version of LLVM 22 for context analysisNathan Chancellor-2/+2
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds-27/+0
2026-02-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+7
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-113/+113