netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ovs-thread.c
2016-02-05 Alexandru Ardeleanlib/ovs-thread: Ensure that thread stacks are always...
2016-01-29 William Tuovs-thread: Fix missing space.
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 Ilya Maximetspoll: Suppress logging for pmd threads.
2015-11-10 Ben Pfaffovs-thread: Fix memory leak in thread exit.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Ben Pfaffconfigure: Stop avoiding -Wformat-zero-length.
2015-05-27 Gurucharan Shettyovs_threads: Avoid running pthread destructors from...
2015-05-22 Daniele Di Proiettonetdev-dpdk: Properly support non pmd threads.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-08-29 Jarno Rajahalmelib/ovs-thread: Avoid atomic read in ovsthread_once_sta...
2014-08-29 Jarno Rajahalmelib/ovs-thread: Use atomic_count.
2014-08-29 Jarno Rajahalmelib/seq: Document acquire-release semantics.
2014-08-29 Thomas Grafthread: Use explicit wide type when shifting > 32 bits
2014-07-20 Daniele Di Proiettonetdev-dpdk: Fix race condition with DPDK mempools...
2014-06-14 Alex Wangovs-thread: Implement OVS specific barrier.
2014-05-30 Ansis Attekaprocess: block signals while spawning child processes
2014-05-08 Ben Pfaffovs-thread: Issue better diagnostics for locking uninit...
2014-04-28 Ben Pfaffovs-thread: Add checking for mutex and rwlock initializ...
2014-04-28 Ben Pfaffovs-rcu: Log a helpful warning when ovsrcu_synchronize...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-28 Ben Pfaffovs-thread: Quiesce in xpthread_barrier_wait().
2014-03-19 Ben Pfaffovs-thread: Replace ovsthread_counter by more general...
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-13 Gurucharan Shettyovs-thread: We don't use fork in Windows.
2014-03-12 Gurucharan Shettyovs-thread: count the number of cpu cores.
2014-03-04 Joe Stringerovs-thread: Add xpthread_barrier_*() wrappers.
2014-02-22 Ben Pfaffovs-thread: Use fair (but nonrecursive) rwlocks on...
2014-02-13 Jarno Rajahalmeovs-thread: Add support for pthread adaptive mutex
2014-01-14 Ben Pfaffovs-thread: Add new support for thread-specific data.
2014-01-09 Ben Pfaffdpif-netdev: Use new "ovsthread_counter" to track dp...
2013-12-13 Ben Pfaffovs-thread: Fix crash by making count_cpu_count() retur...
2013-12-11 Joe Stringerovs-thread: Reduce logging level for cpuinfo parsing
2013-12-10 Joe Stringerlib: Determine cpu core count with /proc/cpuinfo.
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-08-22 Ben Pfaffovs-thread: Mark lock and unlock functions as no_thread...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-08 Ethan Jacksonovs-thread: New function xpthread_join().
2013-08-08 Ben Pfaffovs-thread: New function ovsthread_id_self().
2013-08-08 Ben Pfaffovs-thread: New function xpthread_setspecific().
2013-07-31 Alex Wangovs-atomic-pthreads: Fix "has incomplete type" error.
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-29 Ben PfaffAvoid C preprocessor trick where macro has the same...
2013-07-25 Ben Pfaffovs-thread: Add wrappers for "destroy" functions too.
2013-07-23 Ben Pfafffatal-signal: Make thread-safe.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...