summaryrefslogtreecommitdiffstats
path: root/lib/reed_solomon
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-11treewide: Update email addressThomas Gleixner-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-3/+3
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-3/+3
2021-07-08lib: fix spelling mistakesZhen Lei-1/+1
2019-07-02rslib: Make some functions staticYueHaibing-6/+6
2019-06-26rslib: Fix remaining decoder flawsFerdinand Blomqvist-20/+68
2019-06-26rslib: Update documentationFerdinand Blomqvist-4/+8
2019-06-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist-2/+12
2019-06-26rslib: decode_rs: Code cleanupFerdinand Blomqvist-5/+2
2019-06-26rslib: decode_rs: Fix length parameter checkFerdinand Blomqvist-1/+1
2019-06-26rslib: Fix decoding of shortened codesFerdinand Blomqvist-2/+2
2019-06-26rslib: Add tests for the encoder and decoderFerdinand Blomqvist-1/+519
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-07-10reed_solomon: Fix kernel-docMatthew Wilcox-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+3
2018-04-24rslib: Allocate decoder buffers to avoid VLAsThomas Gleixner-8/+43
2018-04-24rslib: Split rs control structThomas Gleixner-58/+79
2018-04-24rslib: Simplify error pathThomas Gleixner-11/+6
2018-04-24rslib: Remove GPL boilerplateThomas Gleixner-4/+0
2018-04-24rslib: Add SPDX identifiersThomas Gleixner-0/+3
2018-04-24rslib: Cleanup top level commentsThomas Gleixner-29/+5
2018-04-24rslib: Cleanup whitespace damageThomas Gleixner-6/+6
2018-04-24rslib: Add GFP aware init functionThomas Gleixner-20/+23
2008-04-18lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox-1/+0
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel-1/+3
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Jörn Engel-2/+1
2007-05-02[RSLIB] Support non-canonical GF representationsSegher Boessenkool-15/+69
2006-10-03fix file specification in commentsUwe Zeisberger-1/+1
2006-06-25[PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap-9/+2
2006-03-23[PATCH] sem2mutex: kernel/Arjan van de Ven-5/+6
2005-11-07[LIB] reed_solomon: Clean up trailing white spacesThomas Gleixner-58/+58
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+667