summaryrefslogtreecommitdiffstats
path: root/lib/libcrc32c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* 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-211-0/+1
|/
* crypto: LLVMLinux: Remove VLAIS usage from libcrc32c.cJan-Simon Möller2014-10-141-9/+7Star
* lib/libcrc32c.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-051-4/+1Star
* libcrc32c: Fix "crc32c undefined" compilation errorAdrian-Ken Rueegsegger2008-12-251-0/+2
* libcrc32c: Move implementation to crypto crc32cHerbert Xu2008-12-251-150/+32Star
* [LIB] crc32c: Keep intermediate crc state in cpu orderBenny Halevy2007-11-081-5/+2Star
* 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-171-0/+200