backend: make it clear that we passed 'fd' to the new thread
[fio.git] / crc / crc32c-intel.c
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-06-22 Jens Axboecrc32c: use bool
2013-01-09 Jens AxboeMerge branch 'master' into gfio
2012-12-18 Jens AxboeFixup CPUID for 32-bit x86
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-09 Jens AxboeAdd check for invariant TSC on x86 and use TSC is defau...
2012-02-22 Jens AxboeAuto-detect whether to use hw assisted crc32c
2012-02-09 Jens AxboeFix a few other static code checker spotted "issues"
2010-10-22 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-10-21 Jens AxboeA few fixes for 32-bit compiles
2010-06-29 Jens Axboecrc32c-intel: replace SIGILL approach with cpuid
2010-06-21 Jens AxboeAuto-detect missing hw support for crc32c and fallback...
2008-09-12 Aaron CarrollDon't compile crc32c-intel on non-x86 platforms
2008-08-04 Jens AxboeAdd intel hardware assisted crc32c support