test mbuf attach
[dpdk.git] / lib / librte_timer /
2020-04-26 Phil Yangtimer: relax barrier for status update
2020-04-25 Honnappa Nagarahallitimer: protect initialization with lock
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-05 Andrzej Ostruszkabuild: remove unneeded function versioning
2020-01-20 Stephen Hemmingertimer: add API to query ticks until the next timer
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Marcin Barantimer: remove deprecated code
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-08 Andrzej Ostruszkalib: annotate versioned functions
2019-10-27 Bruce Richardsonbuild: support building ABI versioned files twice
2019-10-27 Bruce Richardsoneal: split compat header file
2019-07-18 Erik Gabriel Carrillotimer: fix null access if not initialized
2019-07-06 Anatoly Burakovtimer: fix resource leak in finalize
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-05-13 Erik Gabriel Carrillodoc: fix doxygen for timer API
2019-05-09 Erik Gabriel Carrillotimer: allow first subsystem init from secondary
2019-05-03 Erik Gabriel Carrillotimer: fix reset/stop in callback for new API
2019-05-03 Erik Gabriel Carrillotimer: fix pointer to local outside scope
2019-04-22 Erik Gabriel Carrillotest/timer: exercise new APIs in secondary process
2019-04-17 Erik Gabriel Carrillotimer: add function to stop all timers in a list
2019-04-17 Erik Gabriel Carrillotimer: allow management in shared memory
2018-12-19 Erik Gabriel Carrillotimer: fix race condition
2018-04-26 Anatoly Burakoveal: make semantics of lcore role function more intuitive
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-16 Erik Gabriel Carrillotimer: fix reset on service cores
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-13 Pavel Shirshovlib: fix typos
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-11 Jerin Jacobtimer: use 64-bit specific code on more platforms
2017-10-11 Pavan Nikhileshtimer: allow reset on service cores
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-03-27 Olivier Matzmk: optimize directory dependencies
2016-10-05 Karmarkar Suyashtimer: fix lag delay
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-07-25 Hiroyuki Mikitatimer: fix corruption with reset
2016-07-25 Hiroyuki Mikitatimer: remove unnecessary list insertion
2016-07-25 Hiroyuki Mikitatimer: fix pending-list manipulation
2015-08-03 Robert Sanfordtimer: fix race condition
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-04 Pawel Wodkowskitimer: fix callback declaration inconsistency
2015-02-25 Robert Sanfordtimer: fix reset return value
2015-02-25 Robert Sanfordtimer: pause in reset sync
2015-02-24 Cunming Liangtimer: support non-EAL thread
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-08-28 David Marchandfix unix permissions for source files
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-26 Vadim Suraevtimer: fix pending counter
2014-05-26 Vadim Suraevtimer: fix reloading after changes
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-02-25 Bruce Richardsontimer: missing optimization flag in compile
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteltimer: use a skip list
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Inteltimer: add a rte_pause in a tight loop
2013-09-17 Inteltimer: prefer TSC to HPET
2013-09-17 Stephen Hemmingertimer: optimize for empty case
2013-07-25 Intelupdate copyright date to 2013
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release