eal: set affinity for control threads
[dpdk.git] / lib / librte_eal / common / include / arch /
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-07 Thomas Monjalonlib: fix some typos
2017-11-07 Xiaoyun Lieal/x86: revert select optimized memcpy at run-time
2017-10-26 Nikhil Raoeal/x86: fix atomic cmpset
2017-10-13 Xiaoyun Lieal/x86: select optimized memcpy at run-time
2017-07-31 Herbert Guaneal/arm64: fix poly64/128 compilation with GCC < 4.9
2017-07-10 Jerin Jacobeal/armv7: emulate vaddvq u16 variant
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-04 Jianbo Liuarch/arm: add vcopyq_laneq_u32 for old gcc
2017-07-04 Ashwin Sekhar T Knet: implement CRC for ARM64 NEON
2017-07-04 Bruce Richardsoneal: remove unneeded conditionals for SSE headers
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-07-03 Jerin Jacobeal/ppc64: add empty pause function
2017-07-03 Jerin Jacobeal/x86: copy pause function
2017-07-03 Jerin Jacobeal/arm64: add pause function
2017-07-03 Jerin Jacobeal/arm32: add empty pause function
2017-07-03 Ashwin Sekhar T Keal/arm: fix build with clang
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-04 Ferruh Yigiteal: remove duplicated license
2017-03-15 Thomas Monjalonremove unmaintained TILE-Gx architecture
2017-02-27 Chris Metcalfeal/tile: avoid use of non-upstreamed header
2017-01-18 Jerin Jacobeal/arm64: change barrier definitions to macros
2017-01-18 Jerin Jacobeal/arm64: override I/O device read/write access
2017-01-18 Jerin Jacobeal: let all architectures use generic I/O implementation
2017-01-18 Jerin Jacobeal/arm64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm64: define SMP barrier
2017-01-18 Jerin Jacobeal/arm64: fix memory barrier definition
2017-01-18 Jerin Jacobeal/armv7: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/arm: separate SMP barrier definition for ARMv7...
2017-01-18 Jerin Jacobeal/ppc64: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/tile: define I/O device memory barriers
2017-01-18 Jerin Jacobeal/x86: define I/O device memory barriers
2017-01-17 Zhihong Wangeal: optimize aligned memcpy on x86
2017-01-04 Nelio Laranjeiroeal: define generic vector types
2016-10-04 Jerin Jacobeal/armv8: use high-resolution cycle counter
2016-09-13 Adrien Mazarguillib: add missing include dependencies
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: work around braced-groups within expressions
2016-09-09 Gowrishankar Muthu... lpm: add AltiVec for ppc64
2016-07-21 Chao Zhueal/ppc: fix memory barrier for IBM POWER
2016-07-15 Damjan Marionspinlock: move constructor out of x86 header file
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
next