aboutsummaryrefslogtreecommitdiff
path: root/lib/reed_solomon
AgeCommit message (Expand)AuthorFilesLines
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-3/+3
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-3/+3
2021-07-08lib: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2019-07-02rslib: Make some functions staticGravatar YueHaibing 1-6/+6
2019-06-26rslib: Fix remaining decoder flawsGravatar Ferdinand Blomqvist 1-20/+68
2019-06-26rslib: Update documentationGravatar Ferdinand Blomqvist 1-4/+8
2019-06-26rslib: Fix handling of of caller provided syndromeGravatar Ferdinand Blomqvist 1-2/+12
2019-06-26rslib: decode_rs: Code cleanupGravatar Ferdinand Blomqvist 1-5/+2
2019-06-26rslib: decode_rs: Fix length parameter checkGravatar Ferdinand Blomqvist 1-1/+1
2019-06-26rslib: Fix decoding of shortened codesGravatar Ferdinand Blomqvist 1-2/+2
2019-06-26rslib: Add tests for the encoder and decoderGravatar Ferdinand Blomqvist 2-1/+519
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-07-10reed_solomon: Fix kernel-docGravatar Matthew Wilcox 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+3
2018-04-24rslib: Allocate decoder buffers to avoid VLAsGravatar Thomas Gleixner 2-8/+43
2018-04-24rslib: Split rs control structGravatar Thomas Gleixner 3-58/+79
2018-04-24rslib: Simplify error pathGravatar Thomas Gleixner 1-11/+6
2018-04-24rslib: Remove GPL boilerplateGravatar Thomas Gleixner 1-4/+0
2018-04-24rslib: Add SPDX identifiersGravatar Thomas Gleixner 3-0/+3
2018-04-24rslib: Cleanup top level commentsGravatar Thomas Gleixner 3-29/+5
2018-04-24rslib: Cleanup whitespace damageGravatar Thomas Gleixner 1-6/+6
2018-04-24rslib: Add GFP aware init functionGravatar Thomas Gleixner 1-20/+23
2008-04-18lib: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeGravatar Jörn Engel 2-1/+3
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Gravatar Jörn Engel 1-2/+1
2007-05-02[RSLIB] Support non-canonical GF representationsGravatar Segher Boessenkool 1-15/+69
2006-10-03fix file specification in commentsGravatar Uwe Zeisberger 1-1/+1
2006-06-25[PATCH] reed-solomon: fix kernel-doc commentsGravatar Randy Dunlap 1-9/+2
2006-03-23[PATCH] sem2mutex: kernel/Gravatar Arjan van de Ven 1-5/+6
2005-11-07[LIB] reed_solomon: Clean up trailing white spacesGravatar Thomas Gleixner 4-58/+58
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 4-0/+667