index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
lib
/
raid
/
raid6
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
raid6/kunit: add a benchmark
Christoph Hellwig
1
-1
/
+65
2026-08-03
raid6: improve the runtime selection benchmark
Christoph Hellwig
1
-42
/
+35
2026-08-03
raid6: defer implementation selection when built-in
Christoph Hellwig
1
-4
/
+21
2026-08-03
raid6: enable lock context analysis
Christoph Hellwig
1
-0
/
+2
2026-06-25
raid6: fix raid6_recov_rvv symbol undeclared warning
Ben Dooks
1
-0
/
+1
2026-06-25
raid6: fix riscv symbol undeclared warnigns
Ben Dooks
1
-0
/
+1
2026-06-04
raid6: use kmalloc() in raid6_select_algo()
Mike Rapoport (Microsoft)
1
-3
/
+3
2026-05-28
raid6_kunit: randomize buffer alignment
Christoph Hellwig
1
-6
/
+35
2026-05-28
raid6_kunit: randomize parameters and increase limits
Christoph Hellwig
1
-57
/
+130
2026-05-28
raid6_kunit: cleanup dataptr handling
Christoph Hellwig
1
-12
/
+7
2026-05-28
raid6_kunit: dynamically allocate data buffers using vmalloc
Christoph Hellwig
1
-15
/
+62
2026-05-28
raid6_kunit: use KUNIT_CASE_PARAM
Christoph Hellwig
1
-52
/
+68
2026-05-28
raid6: update top of file comments
Christoph Hellwig
10
-78
/
+28
2026-05-28
raid6: use static_call for raid6_recov_2data and raid6_recov_datap
Christoph Hellwig
1
-2
/
+6
2026-05-28
raid6: use static_call for gen_syndrom and xor_syndrom
Christoph Hellwig
1
-6
/
+12
2026-05-28
raid6: rework registration of optimized algorithms
Christoph Hellwig
30
-409
/
+373
2026-05-28
raid6: hide internals
Christoph Hellwig
24
-15
/
+119
2026-05-28
raid6: warn when using less than four devices
Christoph Hellwig
1
-0
/
+2
2026-05-28
raid6: improve the public interface
Christoph Hellwig
9
-26
/
+147
2026-05-28
raid6: use named initializers for struct raid6_calls
Christoph Hellwig
12
-105
/
+95
2026-05-28
raid6: remove raid6_get_zero_page
Christoph Hellwig
8
-27
/
+27
2026-05-28
raid6: move to lib/raid/
Christoph Hellwig
31
-0
/
+7161