summaryrefslogtreecommitdiffstats
path: root/lib/libcrc32c.c
Commit message (Expand)AuthorAgeFilesLines
* libcrc32c: Add crc32c_impl functionNikolay Borisov2018-03-261-0/+6
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-2/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-221-0/+1
|\
| * crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-191-0/+1
* | lib/libcrc32c.c: fix build warningJean Delvare2016-01-201-0/+1
|/
* crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller2014-10-141-9/+7
* lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-041-4/+1
* libcrc32c: Fix "crc32c undefined" compilation errorAdrian-Ken Rueegsegger2008-12-251-0/+2
* libcrc32c: Move implementation to crypto crc32cHerbert Xu2008-12-251-150/+32
* [LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy2007-11-081-5/+2
* Replace __attribute_pure__ with __pureRalf Baechle2007-10-181-3/+3
* [PATCH] constify libcrc32c tableAndreas Mohr2006-06-251-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+200