aboutsummaryrefslogtreecommitdiff
path: root/lib/poll-loop.c
AgeCommit message (Expand)Author
2013-10-08timeval: Wake up all threads when time is warped.Alex Wang
2013-08-10seq: New module for race-free, pollable, thread-safe sequence number.Ben Pfaff
2013-08-08ovs-thread: New function xpthread_setspecific().Ben Pfaff
2013-07-29Avoid C preprocessor trick where macro has the same name as a function.Ben Pfaff
2013-07-16poll-loop: Make poll loop data structures per-thread.Ben Pfaff
2013-07-16poll-loop: Simplify and speed up polling.Ben Pfaff
2013-07-11timeval: Remove backtrace feature.Ben Pfaff
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-02-11poll-loop: Reduce high-CPU log messages from WARN to INFO.Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-10-25poll-loop: Log backtraces when CPU usage is high.Ethan Jackson
2012-06-01poll-loop: More strictly rate-limit high CPU use logging.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2011-12-19poll-loop: Track the poll timeout as an absolute, not a relative time.Ben Pfaff
2011-11-28Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff
2011-09-23poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross
2011-08-15poll-loop: Remove static variable n_waiters.Ben Pfaff
2011-05-27poll-loop: Fix typo in comment.Ben Pfaff
2011-05-24poll-loop: Automatically log reason for wakeup when CPU usage spikes.Ben Pfaff
2011-05-13poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-26poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff
2010-01-06poll-loop: Drop unused poll_fd_callback() feature.Ben Pfaff
2010-01-06fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-11-09Fix incorrect printf format specifiers.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff