summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers1-6/+1
2025-03-10lib/crc7: unexport crc7_be_syndrome_tableEric Biggers1-4/+2
2025-03-10lib/crc_kunit.c: update comment in crc_benchmark()Eric Biggers1-2/+3
2025-03-10lib/crc_kunit.c: add test and benchmark for crc7_be()Eric Biggers2-2/+34
2025-03-10bug: Use RCU instead RCU-sched to protect module_bug_list.Sebastian Andrzej Siewior1-13/+9
2025-03-10tests/module: nix-ifyJoel Granados1-1/+1
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman4-12/+13
2025-03-09print: use new #[export] macro for rust_fmt_argumentAlice Ryhl1-3/+0
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl1-1/+1
2025-03-09Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen2-10/+10
2025-03-08vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock structAnna-Maria Behnsen1-1/+1
2025-03-08vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...Anna-Maria Behnsen1-10/+10
2025-03-08vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...Anna-Maria Behnsen1-9/+14
2025-03-08vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clockAnna-Maria Behnsen1-8/+9
2025-03-08vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...Anna-Maria Behnsen1-17/+18
2025-03-08vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clockAnna-Maria Behnsen1-16/+17
2025-03-08vdso/gettimeofday: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-9/+15
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp1-0/+7
2025-03-08crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPIArd Biesheuvel2-6/+3
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu3-26/+96
2025-03-08ubsan/overflow: Enable ignorelist parsing and add type filterKees Cook1-0/+1
2025-03-08ubsan/overflow: Enable pattern exclusionsKees Cook1-0/+1
2025-03-08ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook4-18/+59
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2025-03-06kunit/stackinit: Use fill byte different from Clang i386 patternKees Cook1-10/+20
2025-03-06Documentation: fix doc link to fault-injection.rstUjwal Kundur1-1/+1
2025-03-05kunit/overflow: Fix DEFINE_FLEX tests for counted_byKees Cook1-10/+28
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens1-0/+1
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar3-11/+12
2025-03-04kunit, slub: Add test_kfree_rcu_wq_destroy use caseUladzislau Rezki (Sony)1-0/+59
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-20/+21
2025-03-01asm-generic/io.h: rework split ioread64/iowrite64 helpersArnd Bergmann1-20/+20
2025-03-01Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2025-02-28string: kunit: Mark nonstring test strings as __nonstringKees Cook1-2/+2
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)1-1/+1
2025-02-27mm, bpf: Introduce free_pages_nolock()Alexei Starovoitov1-1/+4
2025-02-27mm, bpf: Introduce try_alloc_pages() for opportunistic page allocationAlexei Starovoitov1-2/+3
2025-02-27net: move aRFS rmap management and CPU affinity to coreAhmed Zaki1-1/+1
2025-02-25cpumask: drop cpumask_next_wrap_old()Yury Norov1-32/+0
2025-02-25cpumask: use cpumask_next_wrap() where appropriateYury Norov1-3/+2
2025-02-25cpumask: deprecate cpumask_next_wrap()Yury Norov1-3/+3
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu1-8/+18
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik1-0/+9
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh2-32/+29
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+14
2025-02-21vdso: Add generic random data storageThomas Weißschuh2-2/+20
2025-02-21vdso: Add generic time data storageThomas Weißschuh5-7/+131
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-0/+0
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+10