summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-18lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUsEric Biggers
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-13Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-12lib/group_cpus: handle const qualifier from clusters allocation typeKees Cook
2026-02-12objpool: fix the overestimation of object pooling metadata sizezhouwenhao
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-02-11Merge tag 'printk-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2026-02-11Merge tag 'wq-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2026-02-11Merge branch 'for-6.20' into for-linusPetr Mladek
2026-02-10printk: Add execution context (task name/CPU) to printk_infoBreno Leitao
2026-02-10Merge tag 'timers-vdso-2026-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds