eal: set affinity for control threads
[dpdk.git] / lib / librte_eal / common / include / generic /
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-07-03 Jerin Jacobeal: introduce architecture specific pause function
2017-06-16 Adrien Mazarguileal: add static endianness conversion macros
2017-06-16 Nelio Laranjeiroeal: introduce big and little endian types
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-04 Ferruh Yigiteal: remove duplicated license
2017-05-05 Jerin Jacobeal: optimize TSC routines when HPET is disabled
2017-04-06 Aaron Conoleeal: deprecate old cpu features check function
2017-03-27 Aaron Conoleeal: do not panic when CPU is not supported
2017-01-18 Jerin Jacobeal: add generic I/O device read/write implementation
2017-01-18 Jerin Jacobeal: introduce I/O device memory read/write operations
2017-01-18 Jerin Jacobeal: introduce I/O device memory barriers
2017-01-04 Nelio Laranjeiroeal: define generic vector types
2016-10-05 Konstantin Ananyeveal: fix C++ link of delay function pointer
2016-09-26 Jozef Martiniakeal: customize delay function
2016-09-13 Adrien Mazarguillib: hide static functions never defined
2016-09-13 Adrien Mazarguillib: work around forward reference to enum types
2016-09-13 Adrien Mazarguillib: add missing include dependencies
2016-04-27 Thomas Monjaloneal: remove useless internal function from memcpy headers
2016-02-16 Thomas Monjaloneal: move CPU flag functions out of headers
2016-02-16 Thomas Monjaloneal: get CPU flag name
2016-02-16 Jerin Jacobeal: introduce non-temporal prefetch
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-23 David Marchandeal: restrict empty declarations to doxygen
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-29 Adrien Mazarguileal: fix pedantic build of mlx4 debug mode
2015-06-19 Roman Dementievrwlock: add HTM lock elision for x86
2015-06-19 Roman Dementievspinlock: add HTM lock elision for x86
2015-06-19 Thomas Monjalondoc: fix doxygen warnings
2015-06-12 Stephen Hemmingereal: fix whitespace
2015-02-24 Cunming Liangspinlock: support non-EAL thread
2014-12-05 Thomas Monjaloneal: detect endianness
2014-11-07 David Marchandeal: fix C++ compilation after headers rework
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