index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
raid
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
raid6/kunit: add a benchmark
Christoph Hellwig
2
-1
/
+71
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-08-03
xor/kunit: add a benchmark
Christoph Hellwig
2
-0
/
+68
2026-08-03
xor/kunit: fix a spelling error
Christoph Hellwig
1
-1
/
+1
2026-08-03
xor: improve the runtime selection benchmark
Christoph Hellwig
1
-29
/
+26
2026-08-03
xor: enable lock context analysis
Christoph Hellwig
2
-0
/
+4
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-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
42
-3
/
+7499
2026-06-04
raid6: use kmalloc() in raid6_select_algo()
Mike Rapoport (Microsoft)
1
-3
/
+3
2026-06-04
xor: use kmalloc() in calibrate_xor_blocks()
Mike Rapoport (Microsoft)
1
-2
/
+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
31
-409
/
+384
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
33
-1
/
+7184
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-04-02
xor: add a kunit test case
Christoph Hellwig
5
-1
/
+205
2026-04-02
xor: use static_call for xor_gen
Christoph Hellwig
1
-11
/
+11
2026-04-02
xor: pass the entire operation to the low-level ops
Christoph Hellwig
25
-500
/
+224
2026-04-02
xor: add a better public API
Christoph Hellwig
1
-0
/
+34
2026-04-02
xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
33
-44
/
+321
2026-04-02
xor: avoid indirect calls for arm64-optimized ops
Christoph Hellwig
3
-92
/
+106
2026-04-02
x86: move the XOR code to lib/raid/
Christoph Hellwig
4
-0
/
+1174
2026-04-02
s390: move the XOR code to lib/raid/
Christoph Hellwig
2
-0
/
+135
2026-04-02
sparc: move the XOR code to lib/raid/
Christoph Hellwig
4
-0
/
+951
2026-04-02
riscv: move the XOR code to lib/raid/
Christoph Hellwig
3
-0
/
+134
2026-04-02
powerpc: move the XOR code to lib/raid/
Christoph Hellwig
4
-0
/
+250
2026-04-02
loongarch: move the XOR code to lib/raid/
Christoph Hellwig
5
-0
/
+320
2026-04-02
arm64: move the XOR code to lib/raid/
Christoph Hellwig
3
-0
/
+386
2026-04-02
arm: move the XOR code to lib/raid/
Christoph Hellwig
4
-0
/
+233
2026-04-02
alpha: move the XOR code to lib/raid/
Christoph Hellwig
2
-0
/
+851
2026-04-02
xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
5
-0
/
+742
2026-04-02
xor: remove macro abuse for XOR implementation registrations
Christoph Hellwig
1
-10
/
+31
2026-04-02
xor: split xor.h
Christoph Hellwig
1
-0
/
+1
2026-04-02
xor: cleanup registration and probing
Christoph Hellwig
1
-50
/
+48
2026-04-02
xor: small cleanups
Christoph Hellwig
1
-4
/
+1
[next]