net/bnxt: move PCI device ids to the driver
[dpdk.git] / lib / librte_eal / common / include / arch /
2016-06-15 Zhihong Wangeal/x86: improve memcpy performance
2016-06-03 Damjan Marioneal/x86: fix clang build with -O0
2016-04-27 Thomas Monjaloneal: remove useless internal function from memcpy headers
2016-04-01 Chao Zhueal/ppc: fix prefetch instruction
2016-03-24 Jan Viktorineal/arm: disable NEON for 32-bit memcpy
2016-03-05 Jerin Jacobeal/arm: check support of armv8.1 atomics
2016-02-16 Thomas Monjaloneal: move CPU flag functions out of headers
2016-02-16 Jerin Jacobeal: introduce non-temporal prefetch
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-04 Zhihong Wangeal/x86: fix build with clang for old AVX
2016-01-29 Ferruh Yigiteal: move cpu flags out of headers
2016-01-28 Michael Qiueal/x86: fix build with gcc 5.3.1
2016-01-27 Zhihong Wangeal/x86: tune memcpy for platforms without AVX512
2016-01-27 Zhihong Wangeal/x86: optimize memcpy for AVX512 platforms
2016-01-27 Zhihong Wangeal/x86: identify AVX512 CPU flag
2015-12-08 Jianbo Liuacl/arm: enable acl for ARMv7
2015-12-08 Jianbo Liueal/arm: fix timer read from PMU
2015-11-23 David Marchandeal: revert C++ app build fix
2015-11-18 Jerin Jacobeal: introduce SMP memory barriers
2015-11-18 Jerin Jacobeal/arm: add CPU flags for ARMv8
2015-11-18 Jerin Jacobeal/arm: add vector header for ARM NEON
2015-11-18 Jerin Jacobeal/arm: add memcpy based on libc for ARMv8
2015-11-18 Jerin Jacobeal/arm: add atomic operations for ARMv8
2015-11-18 Jerin Jacobeal/arm: add prefetch operations for ARMv8
2015-11-18 Jerin Jacobeal/arm: add cpu cycle operations for ARMv8
2015-11-18 Jan Viktorineal/arm: detect ARMv7 architecture in CPU flags
2015-11-18 Vlastimil Kosareal/arm: add CPU flags for ARMv7
2015-11-18 Jan Viktorineal/arm: use vector memcpy only when NEON is enabled
2015-11-18 Vlastimil Kosareal/arm: add vector memcpy for ARMv7
2015-11-18 Jan Viktorineal/arm: add rwlock operations for ARM
2015-11-18 Vlastimil Kosareal/arm: add spinlock operations for ARM
2015-11-18 Vlastimil Kosareal/arm: add atomic operations for ARMv7
2015-11-18 Vlastimil Kosareal/arm: add prefetch operations for ARMv7
2015-11-18 Jan Viktorineal/arm: read timer from PMU if enabled
2015-11-18 Vlastimil Kosareal/arm: add cpu cycle operations for ARMv7
2015-11-18 Vlastimil Kosareal/arm: add byte order operations for ARM
2015-08-17 Joongi Kimeal: fix C++ app build
2015-08-05 Thomas Monjaloneal/ppc: fix build
2015-08-03 Chao Zhueal/ppc: fix cpu cycle count for little endian
2015-07-15 Zhigang Lueal/tile: add const in prefetch functions
2015-07-13 Cyril Chemparathyeal/tile: add initial TILE-Gx support
2015-07-08 Pablo de Laraeal: add const in prefetch functions
2015-06-19 Roman Dementievrwlock: add HTM lock elision for x86
2015-06-19 Roman Dementievspinlock: add HTM lock elision for x86
2015-03-22 Marvin Liueal/x86: fix build sse3 functions with gcc < 4.4
2015-03-20 Konstantin Ananyeveal/x86: move header file for vector instructions
2015-03-16 Thomas Monjaloneal: fix build with icc and gcc < 4.4
2015-03-09 Michael Qiueal/x86: fix redeclaration of registers
2015-03-09 Michael Qiueal/x86: fix integer cast in memcpy
2015-03-09 Zhihong Wangeal/x86: fix strict aliasing rules
2015-02-25 Zhihong Wangeal/x86: optimize memcpy for SSE and AVX
2014-12-16 Pawel Wodkowskieal: fix unused value warning in memcpy macro
2014-12-05 Thomas Monjaloneal: detect endianness
2014-11-26 Chao Zhueal/ppc: cpu flag checks for IBM Power
2014-11-26 Chao Zhueal/ppc: vector memcpy for IBM Power
2014-11-26 Chao Zhueal/ppc: spinlock operations for IBM Power
2014-11-26 Chao Zhueal/ppc: prefetch operations for IBM Power
2014-11-26 Chao Zhueal/ppc: cpu cycle operations for IBM Power
2014-11-26 Chao Zhueal/ppc: byte order operations for IBM Power
2014-11-26 Chao Zhueal/ppc: atomic operations for IBM Power
2014-11-05 David Marchandeal: factorize x86 headers
2014-11-05 Chao Zhueal: split CPU flags operations to architecture specific
2014-11-05 Chao Zhueal: split memcpy operation to architecture specific
2014-11-05 Chao Zhueal: split spinlock operations to architecture specific
2014-11-05 Chao Zhueal: split prefetch operations to architecture specific
2014-11-05 Chao Zhueal: split CPU cycle operation to architecture specific
2014-11-05 Chao Zhueal: split byte order operations to architecture specific
2014-11-05 David Marchandeal: split atomic operations to architecture specific