summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-20lib: test_hmm: use device devt for coherent device range selectionStanislav Kinsburskii
2026-07-20Merge tag 'v7.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-20Merge tag 'swnode-7.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git...Bartosz Golaszewski
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers
2026-07-19lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers
2026-07-19lib/crypto: aes: Add ECB supportEric Biggers
2026-07-17Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-07-17Merge patch series "software node: provide support for fw_devlink"Danilo Krummrich
2026-07-17rhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)
2026-07-15Merge tag 'linux_kselftest-kunit-fixes-7.2-rc4' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-15fortify: Disable -Wstringop-overread in testsNathan Chancellor
2026-07-15kunit: provide a set of fwnode-oriented helpersBartosz Golaszewski
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh
2026-07-15vdso: Automatically select HAVE_GENERIC_VDSO if necessaryThomas Weißschuh
2026-07-14lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)
2026-07-11kobject: Allow the constification of kobject attributesThomas Weißschuh
2026-07-10bug: fix warning suppressions with kunit built as moduleBartosz Golaszewski
2026-07-09crypto: aes - Fix conditions for selecting MAC dependenciesEric Biggers
2026-07-07vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactionsThomas Weißschuh
2026-07-07vdso/gettimeofday: Validate system call existence for time() and gettimeofday()Thomas Weißschuh
2026-07-07vdso/datastore: Simplify the mapping logic for VDSO_TIME_PAGE_OFFSETThomas Weißschuh
2026-07-07vdso/datastore: Allow prefaulting by mlockall()Thomas Weißschuh
2026-07-07vdso/datastore: Explicitly prevent remote access to timens vvar pageThomas Weißschuh
2026-07-07vdso/datastore: Map zeroed pages for unavailable dataThomas Weißschuh
2026-07-07vdso/datastore: Map pages in terms of the faults pgoffThomas Weißschuh
2026-07-07vdso/datastore: Rename data pages variableThomas Weißschuh
2026-07-07tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron
2026-07-06kunit: string-stream: Replace strlcat() with strscpy() and seq_bufIan Bridges
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-07-05lib/crypto: md5: Remove support for md5_mod_init_arch()Eric Biggers
2026-07-05rhashtable: Add workqueue/irq_work header inclusionsHerbert Xu
2026-07-03Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-07-03Merge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-02bootconfig: add xbc_prepend_embedded_cmdline() helperBreno Leitao
2026-07-02bootconfig: render embedded bootconfig as a kernel cmdline at build timeBreno Leitao
2026-07-02bootconfig: render descendant keys when xbc_snprint_cmdline() root has a valueBreno Leitao
2026-07-01scatterlist: Fix offset in folio calc in extract_xarray_to_sg()David Howells
2026-07-01iov_iter: Remove unused variable in kunit_iov_iter.cDavid Howells
2026-07-01iov_iter: Fix a memory leak in iov_iter_extract_user_pages()David Howells
2026-07-01iov_iter: Fix missing alloc fail check in iov_iter_extract_bvec_pages()David Howells
2026-07-01iov_iter: Fix potential underflow in iov_iter_extract_xarray_pages()David Howells
2026-07-01bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()Breno Leitao
2026-06-30lib: math: div64: add div64_s64_rem()Rodrigo Alencar
2026-06-30lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()Rodrigo Alencar
2026-06-30lib: kstrtox: add kstrtoudec64() and kstrtodec64()Rodrigo Alencar