aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-07-27Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds1-1/+2
2026-07-24Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-0/+9
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-16/+2
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers3-730/+0
2026-07-23assoc_array: trim the final shortcut word using the current chunk endMichael Bommarito1-1/+2
2026-07-22bitmap: Return size when no zero area is foundYury Norov1-6/+4
2026-07-22bitmap: Properly initialise destination bitmap for scatter & gather testChristophe Leroy (CS GROUP)1-0/+1
2026-07-22lib/bitmap-str: get rid of cpumap_print_to_pagebuf()Yury Norov1-5/+4
2026-07-22lib: bitmap: optimize bitmap_find_next_zero_area_off()sunyi1-13/+19
2026-07-22lib: bitmap: add tests for bitmap_find_next_zero_area_off()sunyi2-0/+55
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers3-0/+322
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers3-0/+290
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni1-1/+1
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+1
2026-07-20lib: test_hmm: use device devt for coherent device range selectionStanislav Kinsburskii1-1/+1
2026-07-20Merge tag 'v7.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2026-07-20Merge tag 'swnode-7.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core into gpio/for-nextBartosz Golaszewski2-0/+147
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers3-0/+238
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers3-0/+103
2026-07-19lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers3-0/+194
2026-07-19lib/crypto: aes: Add ECB supportEric Biggers3-0/+63
2026-07-17Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-16/+1
2026-07-17Merge patch series "software node: provide support for fw_devlink"Danilo Krummrich2-0/+147
2026-07-17rhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)1-0/+1
2026-07-15Merge tag 'linux_kselftest-kunit-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+0
2026-07-15fortify: Disable -Wstringop-overread in testsNathan Chancellor1-0/+1
2026-07-15kunit: provide a set of fwnode-oriented helpersBartosz Golaszewski2-0/+147
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh2-4/+4
2026-07-15vdso: Automatically select HAVE_GENERIC_VDSO if necessaryThomas Weißschuh1-4/+2
2026-07-14lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)1-0/+9
2026-07-11kobject: Allow the constification of kobject attributesThomas Weißschuh1-2/+6
2026-07-10bug: fix warning suppressions with kunit built as moduleBartosz Golaszewski1-2/+0
2026-07-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers1-2/+1
2026-07-07vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactionsThomas Weißschuh1-0/+10
2026-07-07vdso/gettimeofday: Validate system call existence for time() and gettimeofday()Thomas Weißschuh1-0/+10
2026-07-07vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSETThomas Weißschuh1-14/+12
2026-07-07vdso/datastore: Allow prefaulting by mlockall()Thomas Weißschuh1-1/+1
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh1-0/+3
2026-07-07vdso/datastore: Map zeroed pages for unavailable dataThomas Weißschuh1-7/+2
2026-07-07vdso/datastore: Map pages in terms of the faults pgoffThomas Weißschuh1-5/+4
2026-07-07vdso/datastore: Rename data pages variableThomas Weißschuh1-8/+8
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang1-2/+29
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron6-11/+40
2026-07-06kunit: string-stream: Replace strlcat() with strscpy() and seq_bufIan Bridges1-2/+7
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-0/+31
2026-07-05lib/crypto: md5: Remove support for md5_mod_init_arch()Eric Biggers1-14/+0
2026-07-05rhashtable: Add workqueue/irq_work header inclusionsHerbert Xu1-0/+2
2026-07-03Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-0/+2
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-4/+22