summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-03-17lib/rbtree: add random seedWei Yang-2/+4
2025-03-17lib/rbtree: split testsWei Yang-20/+59
2025-03-17objtool: Add CONFIG_OBJTOOL_WERRORJosh Poimboeuf-0/+11
2025-03-17lib/dump_stack: Use preempt_model_str()Sebastian Andrzej Siewior-2/+2
2025-03-17lib/test_hmm: make dmirror_atomic_map() consume a single pageDavid Hildenbrand-22/+10
2025-03-16lib min_heap: use size_t for array size and index variablesKuan-Wei Chiu-2/+2
2025-03-16lib/zlib: drop EQUAL macroYury Norov-5/+1
2025-03-16lib/plist.c: add shortcut for plist_requeue()I Hsin Cheng-0/+12
2025-03-16maple_tree: remove a BUG_ON() in mas_alloc_nodes()Petr Tesarik-1/+0
2025-03-16maple_tree: use ma_dead_node() in mte_dead_node()I Hsin Cheng-5/+2
2025-03-16maple_tree: correct comment for mas_start()I Hsin Cheng-1/+1
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan-3/+3
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand-26/+15
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)-2/+6
2025-03-15Kunit to check the longest symbol lengthSergio González Collado-0/+93
2025-03-15kbuild: implement CONFIG_HEADERS_INSTALL for Usermode LinuxThomas Weißschuh-1/+0
2025-03-14scanf: break kunit into test casesTamir Duberstein-35/+47
2025-03-14scanf: convert self-test to KUnitTamir Duberstein-134/+132
2025-03-14scanf: remove redundant debug logsTamir Duberstein-3/+0
2025-03-14scanf: implicate test line in failure messagesTamir Duberstein-33/+33
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+1
2025-03-13zstd: Import upstream v1.5.7Nick Terrell-4109/+7781
2025-03-13printf: implicate test line in failure messagesTamir Duberstein-27/+33
2025-03-13printf: break kunit into test casesTamir Duberstein-193/+102
2025-03-13printf: convert self-test to KUnitTamir Duberstein-95/+126
2025-03-12kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()Kees Cook-62/+77
2025-03-12kunit/fortify: Expand testing of __compiletime_strlen()Kees Cook-0/+17
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC64Eric Biggers-6/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers-5/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers-6/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers-6/+1
2025-03-10lib/crc7: unexport crc7_be_syndrome_tableEric Biggers-4/+2
2025-03-10lib/crc_kunit.c: update comment in crc_benchmark()Eric Biggers-2/+3
2025-03-10lib/crc_kunit.c: add test and benchmark for crc7_be()Eric Biggers-2/+34
2025-03-10bug: Use RCU instead RCU-sched to protect module_bug_list.Sebastian Andrzej Siewior-13/+9
2025-03-10tests/module: nix-ifyJoel Granados-1/+1
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-12/+13
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl-3/+0
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl-1/+1
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen-10/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen-1/+1
2025-03-08vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...Anna-Maria Behnsen-10/+10
2025-03-08vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...Anna-Maria Behnsen-9/+14
2025-03-08vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clockAnna-Maria Behnsen-8/+9
2025-03-08vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...Anna-Maria Behnsen-17/+18
2025-03-08vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clockAnna-Maria Behnsen-16/+17
2025-03-08vdso/gettimeofday: Prepare introduction of struct vdso_clockAnna-Maria Behnsen-9/+15
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp-0/+7