index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
raid6: use static_call for raid6_recov_2data and raid6_recov_datap
Christoph Hellwig
1
-2
/
+6
2026-05-29
raid6: use static_call for gen_syndrom and xor_syndrom
Christoph Hellwig
1
-6
/
+12
2026-05-29
raid6: rework registration of optimized algorithms
Christoph Hellwig
31
-409
/
+384
2026-05-29
raid6: hide internals
Christoph Hellwig
24
-15
/
+119
2026-05-29
raid6: warn when using less than four devices
Christoph Hellwig
1
-0
/
+2
2026-05-29
raid6: improve the public interface
Christoph Hellwig
9
-26
/
+147
2026-05-29
raid6: use named initializers for struct raid6_calls
Christoph Hellwig
12
-105
/
+95
2026-05-29
raid6: remove raid6_get_zero_page
Christoph Hellwig
8
-27
/
+27
2026-05-29
raid6: move to lib/raid/
Christoph Hellwig
37
-130
/
+148
2026-05-29
raid6: remove __KERNEL__ ifdefs
Christoph Hellwig
19
-186
/
+15
2026-05-29
raid6: turn the userspace test harness into a kunit test
Christoph Hellwig
6
-264
/
+101
2026-05-29
lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
Dmitry Antipov
3
-0
/
+186
2026-05-29
lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
Dmitry Antipov
1
-2
/
+5
2026-05-29
lib/cmdline_kunit: add test case for memparse()
Dmitry Antipov
1
-0
/
+56
2026-05-29
lib: add more string to 64-bit integer conversion overflow tests
Dmitry Antipov
1
-0
/
+6
2026-05-29
lib: fix memparse() to handle overflow
Dmitry Antipov
1
-8
/
+15
2026-05-29
lib: fix _parse_integer_limit() to handle overflow
Dmitry Antipov
1
-15
/
+22
2026-05-29
lib/tests: extend cmdline KUnit with next_arg() tests
Shuvam Pandey
1
-0
/
+62
2026-05-29
lib/bug: cleanup comment style, types and modernize logging
Lucas Poupeau
1
-40
/
+40
2026-05-29
uaccess: unify inline vs outline copy_{from,to}_user() selection
Yury Norov
1
-3
/
+1
2026-05-29
lib/base64: fix copy-pasted @padding doc in base64_decode()
Josh Law
1
-1
/
+1
2026-05-29
lib/base64: validate before writing in decode tail path
Josh Law
1
-1
/
+2
2026-05-29
lib/tests: string_helpers: don't use "proxy" headers
Andy Shevchenko
1
-2
/
+7
2026-05-29
lib/tests: string_helpers: decouple unescape and escape cases
Andy Shevchenko
1
-0
/
+6
2026-05-29
treewide: fix indentation and whitespace in Kconfig files
Anand Moon
1
-1
/
+1
2026-05-29
seq_buf: export seq_buf_putmem_hex() and add KUnit tests
Shuvam Pandey
2
-0
/
+35
2026-05-28
lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
Ard Biesheuvel
4
-1
/
+75
2026-05-28
lib/crc: Turn NEON intrinsics crc64 implementation into common code
Ard Biesheuvel
4
-27
/
+30
2026-05-28
xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
Ard Biesheuvel
4
-315
/
+154
2026-05-28
xor/arm: Replace vectorized implementation with arm64's intrinsics
Ard Biesheuvel
6
-37
/
+186
2026-05-28
lib/bitrev: Introduce GENERIC_BITREVERSE
Yury Norov
3
-4
/
+13
2026-05-28
arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
Yury Norov
1
-0
/
+1
2026-05-28
bitmap: drop bitmap_print_to_pagebuf()
Yury Norov
1
-37
/
+5
2026-05-28
compiler-context-analysis: Bump required Clang version to 23
Marco Elver
2
-2
/
+26
2026-05-28
iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
Arnd Bergmann
1
-1
/
+1
2026-05-27
audit: use 'unsigned int' instead of 'unsigned'
Ricardo Robaina
1
-6
/
+6
2026-05-26
Merge tag 'linux_kselftest-kunit-fixes-7.1-rc6' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-3
/
+17
2026-05-26
kunit: provide kunit_platform_device_unregister()
Bartosz Golaszewski
1
-0
/
+33
2026-05-26
kunit: provide kunit_platform_device_register_full()
Bartosz Golaszewski
1
-0
/
+31
2026-05-26
lib/vsprintf: Require exact hash_pointers mode matches
Kaitao Cheng
1
-3
/
+3
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
6
-32
/
+68
2026-05-24
Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+14
2026-05-22
seq_buf: Export seq_buf_putmem_hex() and add KUnit tests
Shuvam Pandey
2
-0
/
+35
2026-05-21
kunit: fix use-after-free in debugfs when using kunit.filter
Florian Schmaus
2
-3
/
+17
2026-05-21
vsprintf: Add test for restricted kernel pointers
Thomas Weißschuh
2
-1
/
+22
2026-05-21
vsprintf: Only export no_hash_pointers to test module
Thomas Weißschuh
1
-1
/
+1
2026-05-21
iov_iter: use kmemdup_array for dup_iter to harden against overflow
Wang Haoran
1
-4
/
+4
2026-05-21
vsprintf: Revert "add simple_strntoul"
Andy Shevchenko
1
-7
/
+0
2026-05-19
Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-5
/
+5
2026-05-18
debugobjects: Do not fill_pool() if pi_blocked_on
Helen Koike
1
-4
/
+14
[prev]
[next]