summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
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
2025-03-07ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook
2025-03-05kunit/stackinit: Use fill byte different from Clang i386 patternKees Cook
2025-03-05Documentation: fix doc link to fault-injection.rstUjwal Kundur
2025-03-04kunit/overflow: Fix DEFINE_FLEX tests for counted_byKees Cook
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar
2025-03-04kunit, slub: Add test_kfree_rcu_wq_destroy use caseUladzislau Rezki (Sony)
2025-02-28Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-28string: kunit: Mark nonstring test strings as __nonstringKees Cook
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)
2025-02-24cpumask: drop cpumask_next_wrap_old()Yury Norov
2025-02-24cpumask: use cpumask_next_wrap() where appropriateYury Norov
2025-02-24cpumask: deprecate cpumask_next_wrap()Yury Norov
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik
2025-02-18bitmap: remove _check_eq_u32_arrayTamir Duberstein
2025-02-17test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not definedKemeng Shi
2025-02-17lib/iov_iter: fix import_iovec_ubuf iovec managementPavel Begunkov
2025-02-12lib/prime_numbers: convert self-test to KUnitTamir Duberstein
2025-02-12lib/math: Add Kunit test suite for gcd()Yu-Chun Lin
2025-02-10lib/tests/kfifo_kunit.c: add tests for the kfifo structureDiego Vieira
2025-02-10lib: Move KUnit tests into tests/ subdirectoryKees Cook
2025-02-10lib/math: Add int_log test suiteBruno Sobreira França