aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrc32c.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-17libcrc32c: remove crc32c_implGravatar Christoph Hellwig 1-6/+0
2020-10-16lib: libcrc32c: delete duplicated wordsGravatar Randy Dunlap 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2018-03-26libcrc32c: Add crc32c_impl functionGravatar Nikolay Borisov 1-0/+6
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.Gravatar David Miller 1-2/+4
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2016-01-20lib/libcrc32c.c: fix build warningGravatar Jean Delvare 1-0/+1
2016-01-19crypto: crc32c - Fix crc32c soft dependencyGravatar Jean Delvare 1-0/+1
2014-10-14crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cGravatar Jan-Simon Möller 1-9/+7
2014-06-04lib/libcrc32c.c: use PTR_ERR_OR_ZEROGravatar Fabian Frederick 1-4/+1
2008-12-25libcrc32c: Fix "crc32c undefined" compilation errorGravatar Adrian-Ken Rueegsegger 1-0/+2
2008-12-25libcrc32c: Move implementation to crypto crc32cGravatar Herbert Xu 1-150/+32
2007-11-08[LIB] crc32c: Keep intermediate crc state in cpu orderGravatar Benny Halevy 1-5/+2
2007-10-18Replace __attribute_pure__ with __pureGravatar Ralf Baechle 1-3/+3
2006-06-25[PATCH] constify libcrc32c tableGravatar Andreas Mohr 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+200