aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libcrc32c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26libcrc32c: Add crc32c_impl functionNikolay Borisov1-0/+6
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-2/+4
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2016-01-20lib/libcrc32c.c: fix build warningJean Delvare1-0/+1
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2014-10-14crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller1-9/+7
2014-06-04lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick1-4/+1
2008-12-25libcrc32c: Fix "crc32c undefined" compilation errorAdrian-Ken Rueegsegger1-0/+2
2008-12-25libcrc32c: Move implementation to crypto crc32cHerbert Xu1-150/+32
2007-11-08[LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy1-5/+2
2007-10-18Replace __attribute_pure__ with __pureRalf Baechle1-3/+3
2006-06-25[PATCH] constify libcrc32c tableAndreas Mohr1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+200