summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-03-11vdso/datapage: Remove inclusion of gettimeofday.hThomas Weißschuh1-0/+11
2026-03-11vdso/gettimeofday: Add explicit includesThomas Weißschuh1-0/+6
2026-03-11random: vDSO: Add explicit includesThomas Weißschuh1-0/+3
2026-03-11vdso/gettimeofday: Move the unlikely() into vdso_read_retry()Thomas Weißschuh1-5/+5
2026-03-11vdso/gettimeofday: Add a helper to test if a clock is namespacedThomas Weißschuh1-6/+3
2026-03-11vdso/gettimeofday: Add a helper to read the sequence lock of a time namespace...Thomas Weißschuh1-42/+9
2026-03-11vdso/gettimeofday: Drop a few usages of __maybe_unusedThomas Weißschuh1-6/+6
2026-03-11vdso/datastore: Allocate data pages dynamicallyThomas Weißschuh1-32/+60
2026-03-11vdso/datastore: Drop inclusion of linux/mmap_lock.hThomas Weißschuh1-1/+0
2026-03-11vdso/datastore: Reduce scope of some variables in vvar_fault()Thomas Weißschuh1-2/+4
2026-03-09lib/crc: tests: Add a .kunitconfig fileEric Biggers1-0/+3
2026-03-09lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers1-0/+14
2026-03-09lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers2-12/+23
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers2-3/+37
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers5-0/+422
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers2-11/+56
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers5-1/+1294
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers2-0/+208
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann16-15/+68
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-0/+40
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann1-0/+62
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann1-0/+26
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann1-2/+75
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann1-0/+21
2026-03-09lib/fonts: Remove trailing whitespacesThomas Zimmermann2-5/+5
2026-03-06Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds1-106/+125
2026-03-06audit: fix coding style issuesRicardo Robaina1-1/+1
2026-03-05Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+46
2026-03-03lib/crypto: tests: Add a .kunitconfig fileEric Biggers1-0/+34
2026-03-02kunit: reduce stack usage in kunit_run_tests()Arnd Bergmann1-106/+125
2026-03-02Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+19
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2026-03-01lib/crypto: tests: Depend on library options rather than selecting themEric Biggers1-23/+12
2026-02-27timerqueue: Provide linked timerqueueThomas Gleixner1-0/+14
2026-02-27rbtree: Provide rbtree with linksThomas Gleixner1-0/+17
2026-02-25lib/Kconfig.debug: Require a release version of LLVM 22 for context analysisNathan Chancellor1-2/+2
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-27/+0
2026-02-23Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang1-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-5/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds48-113/+113
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook61-161/+153
2026-02-19Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2026-02-19lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUsEric Biggers1-5/+7
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+26
2026-02-14Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+19
2026-02-13lib/group_cpus: handle const qualifier from clusters allocation typeKees Cook1-1/+1
2026-02-13objpool: fix the overestimation of object pooling metadata sizezhouwenhao1-1/+1