summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-26Merge tag 'zstd-linus-v6.15-rc1' of https://github.com/terrelln/linuxLinus Torvalds
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'move-lib-kunit-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.initramfs' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-22tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-03-21zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work aroun...Ingo Molnar
2025-03-19sched/debug: Remove CONFIG_SCHED_DEBUGIngo Molnar
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf
2025-03-17lib/dump_stack: Use preempt_model_str()Sebastian Andrzej Siewior
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)
2025-03-14scanf: break kunit into test casesTamir Duberstein
2025-03-14scanf: convert self-test to KUnitTamir Duberstein
2025-03-14scanf: remove redundant debug logsTamir Duberstein
2025-03-14scanf: implicate test line in failure messagesTamir Duberstein
2025-03-13zstd: Import upstream v1.5.7Nick Terrell
2025-03-13printf: implicate test line in failure messagesTamir Duberstein
2025-03-13printf: break kunit into test casesTamir Duberstein
2025-03-13printf: convert self-test to KUnitTamir Duberstein
2025-03-12kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()Kees Cook
2025-03-12kunit/fortify: Expand testing of __compiletime_strlen()Kees Cook
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC64Eric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CEric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers
2025-03-10lib/crc7: unexport crc7_be_syndrome_tableEric Biggers
2025-03-10lib/crc_kunit.c: update comment in crc_benchmark()Eric Biggers
2025-03-10lib/crc_kunit.c: add test and benchmark for crc7_be()Eric Biggers
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...Anna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vdso/gettimeofday: Prepare introduction of struct vdso_clockAnna-Maria Behnsen
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp
2025-03-07ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook
2025-03-07ubsan/overflow: Enable pattern exclusionsKees Cook