summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() next node checkJosh Law
2026-03-19lib/bootconfig: narrow flag parameter type from uint32_t to uint16_tJosh Law
2026-03-19lib/bootconfig: clean up comment typos and bracingJosh Law
2026-03-19lib/bootconfig: check xbc_init_node() return in override pathJosh Law
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-17lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEONEric Biggers
2026-03-17lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-filesEric Biggers
2026-03-16lockdep: Raise default stack trace limits when KASAN is enabledMikhail Gavrilov
2026-03-14lib/crypto: x86/sha256: PHE Extensions optimized SHA256 transform functionAlanSong-oc
2026-03-13lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law
2026-03-13lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law
2026-03-13lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law
2026-03-11vdso/datapage: Remove inclusion of gettimeofday.hThomas Weißschuh
2026-03-11vdso/gettimeofday: Add explicit includesThomas Weißschuh
2026-03-11random: vDSO: Add explicit includesThomas Weißschuh
2026-03-11vdso/gettimeofday: Move the unlikely() into vdso_read_retry()Thomas Weißschuh
2026-03-11vdso/gettimeofday: Add a helper to test if a clock is namespacedThomas Weißschuh
2026-03-11vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...Thomas Weißschuh
2026-03-11vdso/gettimeofday: Drop a few usages of __maybe_unusedThomas Weißschuh
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh
2026-03-11vdso/datastore: Drop inclusion of linux/mmap_lock.hThomas Weißschuh
2026-03-11vdso/datastore: Reduce scope of some variables in vvar_fault()Thomas Weißschuh
2026-03-09lib/crc: tests: Add a .kunitconfig fileEric Biggers
2026-03-09lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers
2026-03-09lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann
2026-03-09lib/fonts: Remove trailing whitespacesThomas Zimmermann
2026-03-06Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-05audit: fix coding style issuesRicardo Robaina
2026-03-05Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-02lib/crypto: tests: Add a .kunitconfig fileEric Biggers
2026-03-02kunit: reduce stack usage in kunit_run_tests()Arnd Bergmann
2026-03-01Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-28lib/crypto: tests: Depend on library options rather than selecting themEric Biggers
2026-02-27timerqueue: Provide linked timerqueueThomas Gleixner
2026-02-27rbtree: Provide rbtree with linksThomas Gleixner
2026-02-25lib/Kconfig.debug: Require a release version of LLVM 22 for context analysisNathan Chancellor
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-02-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds