summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2 daysMerge tag 'bootconfig-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
3 daysMerge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
4 daysMerge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/...Linus Torvalds
6 daysMerge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
7 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
7 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
7 daysMerge tag 'printk-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
7 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds
7 daysMerge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
8 dayslib/interval_tree: fix allocation warning messagesKarl Mehltretter
8 daysBackMerge tag 'v7.2' into drm-nextDave Airlie
8 daysMerge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
8 daysMerge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
8 daysMerge tag 'watchdog-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
9 daysiov_iter: export iov_iter_restoreOctavian Purdila
9 daysMerge branch 'for-7.3-trivial' into for-linusPetr Mladek
9 daysMerge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
9 daysMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
10 daysMerge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Bartosz Golaszewski
10 daysMerge tag 'linux_kselftest-kunit-7.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
10 daysMerge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
10 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-13hung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig helpXibo Wang
2026-08-13lib/xz: fix commentsLasse Collin
2026-08-13lib/xz: use size_t instead of uint32_t in a few placesLasse Collin
2026-08-13lib/xz: replace min_t with minThorsten Blum
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-CCMEric Biggers
2026-08-10lib/crypto: tests: Add aead-test-template.hEric Biggers
2026-08-10lib/crypto: tests: Use per-test-case buffers in hash testsEric Biggers
2026-08-10lib/crypto: tests: Create test-utils.hEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for GCM and CCMEric Biggers
2026-08-10lib/crypto: aes: Add FIPS self-tests for unauthenticated modesEric Biggers
2026-08-10lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.hEric Biggers
2026-08-10nmi: Export CPU backtrace APIs for loadable modulesMayank Rungta
2026-08-10Merge tag 'v7.2-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-08-10random: vDSO: Drop custom PAGE_SIZE definitionsThomas Weißschuh
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-05lib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao
2026-08-05kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa