/drivers/acpi/apei/

/rust-drm Kernel DRM miscellaneous fixes and cross-tree changesUNKNOWN
summaryrefslogtreecommitdiff
path: root/lib/reed_solomon
AgeCommit message (Expand)AuthorFilesLines
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-3/+3
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-3/+3
2021-07-08lib: fix spelling mistakesZhen Lei1-1/+1
2019-07-02rslib: Make some functions staticYueHaibing1-6/+6
2019-06-26rslib: Fix remaining decoder flawsFerdinand Blomqvist1-20/+68
2019-06-26rslib: Update documentationFerdinand Blomqvist1-4/+8
2019-06-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist1-2/+12
2019-06-26rslib: decode_rs: Code cleanupFerdinand Blomqvist1-5/+2
2019-06-26rslib: decode_rs: Fix length parameter checkFerdinand Blomqvist1-1/+1
2019-06-26rslib: Fix decoding of shortened codesFerdinand Blomqvist1-2/+2
2019-06-26rslib: Add tests for the encoder and decoderFerdinand Blomqvist2-1/+519
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-07-10reed_solomon: Fix kernel-docMatthew Wilcox1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2018-04-24rslib: Allocate decoder buffers to avoid VLAsThomas Gleixner2-8/+43
2018-04-24rslib: Split rs control structThomas Gleixner3-58/+79
2018-04-24rslib: Simplify error pathThomas Gleixner1-11/+6
2018-04-24rslib: Remove GPL boilerplateThomas Gleixner1-4/+0
2018-04-24rslib: Add SPDX identifiersThomas Gleixner3-0/+3
2018-04-24rslib: Cleanup top level commentsThomas Gleixner3-29/+5
2018-04-24rslib: Cleanup whitespace damageThomas Gleixner1-6/+6
2018-04-24rslib: Add GFP aware init functionThomas Gleixner1-20/+23
2008-04-18lib: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2007-10-20[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2-1/+3
2007-10-20[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()Jörn Engel1-2/+1