eal: set affinity for control threads
[dpdk.git] / lib / librte_eal / common / include / arch / x86 /
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-08 Jerin Jacobupdate Cavium Inc copyright headers
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/x86: copy pause function
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-04 Ferruh Yigiteal: remove duplicated license
2017-01-18 Jerin Jacobeal: let all architectures use generic I/O implementation
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-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-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-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-11-23 David Marchandeal: revert C++ app build fix
2015-11-18 Jerin Jacobeal: introduce SMP memory barriers
2015-08-17 Joongi Kimeal: fix C++ app build
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-05 David Marchandeal: factorize x86 headers