summaryrefslogtreecommitdiffstats
path: root/src/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: avoid duplicate symbolsLucian Petrut2023-08-301-1/+1
* arch,cmake: compile ppc.c on all powerpc machinesKefu Chai2021-08-291-1/+1
* cmake: extract common,msg out of src/CMakeLists.txtKefu Chai2018-07-271-0/+12
* common/arch/arm: Improve CPU feature check.Adam Kupczyk2018-05-241-31/+10
* common/crc/aarch64: Added cpu feature pmull and make aarch64 specific crc fun...Adam Kupczyk2018-05-232-2/+3
* arch/arm: set ceph_arch_aarch64_crc32 only if the build host supports crc32cxKefu Chai2017-09-011-3/+2
* Fix ppc64 support for cephBoris Ranto2017-08-041-4/+4
* arch: use __get_cpuid instead of do_cpuidJos Collin2017-04-281-20/+5
* Merge pull request #11049 from aclamk/wip-rgw-s3-crypto-sse-kms-pluginCasey Bodley2017-04-182-0/+7
|\
| * common, arch, intel: added recognition of AESNI featuresAdam Kupczyk2017-04-052-0/+7
* | Merge pull request #14378 from kestrels/wip-19454Kefu Chai2017-04-101-1/+1
|\ \ | |/ |/|
| * build: src/arch/ppc.c FreeBSD build breakAndrew Solomon2017-04-031-1/+1
* | crc32c,compressor: only compile functions on supported archKefu Chai2017-04-041-2/+4
|/
* crc32c: Add crc32c function optimized for ppc architectureAndrew Solomon2017-03-203-0/+66
* remove autotoolsSage Weil2016-09-071-11/+0
* arch/arm.c: remove unnecessary variable read for simplicityzhangweibing2016-08-231-4/+1
* arch/arm: s/false/0/Sage Weil2015-09-231-1/+1
* arm: fix build on older kernelsSage Weil2015-06-021-0/+4
* crc32c: add aarch64 optimized crc32c implementationYazen Ghannam2015-03-172-0/+3
* arch: add support for HW_CAP based neon runtime detectionLoic Dachary2014-12-045-21/+21
* aarch64: add support for HW_CAP based neon runtime detectionJanne Grunau2014-11-251-1/+3
* arch: fix neon feature detectionLoic Dachary2014-11-251-1/+1
* arch/neon.c: check result of fread()Danny Al-Gaaf2014-10-271-1/+4
* arch: add SSE3, SSSE3, SSSE41 and PCLMUL intel featuresLoic Dachary2014-03-272-2/+47
* ARCH: add variable for sse2 registerAndreas Peters2013-12-182-2/+6
* Merge remote-tracking branch 'gh/next'Sage Weil2013-09-251-4/+3
|\
| * arch/intel: fix old commentSage Weil2013-09-241-1/+0
| * arch/intel: use intel probe instructions for x86_64 onlySage Weil2013-09-241-3/+3
* | automake cleanup: implementing non-recursive makeRoald J. van Loon2013-09-081-0/+11
* | arch: add NEON cpu feature detectionSage Weil2013-09-053-0/+69
|/
* arch: add cpu probingSage Weil2013-08-224-0/+98