aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll1_linux.c
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-08-29
|\
| * clang formatGravatar Sree Kuchibhotla2017-08-27
| * Remove test variableGravatar Sree Kuchibhotla2017-08-27
| * change num_events and cursor to gpr_atm for memory visibilityGravatar Sree Kuchibhotla2017-08-27
| * Reduce batch size to 1 - This seems to help with unary and streamingGravatar Sree Kuchibhotla2017-08-25
| * fix typoGravatar Sree Kuchibhotla2017-08-25
| * mergeGravatar Sree Kuchibhotla2017-08-25
| |\
| | * Add timer annotations in epoll1Gravatar yang-g2017-08-21
| * | Epoll1 Work Distribution: Parallelize processing epoll events across multiple...Gravatar Sree Kuchibhotla2017-08-17
| | * disable epoll1 by default (just enable tests)Gravatar Sree Kuchibhotla2017-08-17
| | * initialize pollset struct. Ideally not needed since we do zalloc but some cod...Gravatar Sree Kuchibhotla2017-08-16
| | * Enable epoll1 by default (and move epollsig as second choice)Gravatar Sree Kuchibhotla2017-08-16
| |/
| * Prevent fd_orphan from calling shutdown(fd) when release_fd is trueGravatar Sree Kuchibhotla2017-08-02
| * Disable epoll1 unless explicitly requestedGravatar Sree Kuchibhotla2017-07-24
| * Merge pull request #11786 from y-zeng/fd_orphanGravatar Yuchen Zeng2017-07-24
| |\
* | | Merge github.com:grpc/grpc into statsGravatar Craig Tiller2017-07-21
|\| |
| * | Correctly fix the case where pollset->kicked_without_poller was missedGravatar Sree Kuchibhotla2017-07-20
* | | Add counters, fix raceGravatar Craig Tiller2017-07-20
| * | Consume kicked_without_pollerGravatar Sree Kuchibhotla2017-07-18
| * | Fix race-condition in epoll1 poller's begin_worker() and pollset_kick()Gravatar Sree Kuchibhotla2017-07-18
| * | Add/update comments and remove unused fieldsGravatar Sree Kuchibhotla2017-07-18
| | * Add already_closed in grpc_fd_orphanGravatar Yuchen Zeng2017-07-17
| |/ |/|
| * release the g_epfd whent he engine is shutdownGravatar Sree Kuchibhotla2017-07-17
| * Merge github.com:grpc/grpc into enable-epoll1Gravatar Craig Tiller2017-07-05
| |\ | |/ |/|
* | Overhaul the new pollersGravatar Noah Eisen2017-06-20
| * Merge branch 'cq-drop' into enable-epoll1Gravatar Craig Tiller2017-06-19
| |\
* | | Add rich closure debug modeGravatar ncteisen2017-06-08
| * | Merge github.com:grpc/grpc into enable-epoll1Gravatar Craig Tiller2017-06-08
| |\ \ | |/ / |/| |
| | * Add rich closure debug modeGravatar ncteisen2017-06-08
| |/ |/|
* | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
|\ \
| * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | * Fixes, debugGravatar Craig Tiller2017-05-31
| | * Remove accidental debugGravatar Craig Tiller2017-05-26
| | * Fix race on shutdownGravatar Craig Tiller2017-05-26
| | * Merge branch 'enable-epoll1' of github.com:ctiller/grpc into enable-epoll1Gravatar Craig Tiller2017-05-26
| | |\
| | | * Add tracing for epoll1Gravatar Craig Tiller2017-05-26
| | * | Fix some kicking bugsGravatar Craig Tiller2017-05-26
| | |/
| | * Enable epoll1 pollerGravatar Craig Tiller2017-05-17
| |/
* / Update epollersGravatar Craig Tiller2017-05-12
|/
* Finish merge, disable new pollers until they stabilizeGravatar Craig Tiller2017-05-05
* Fix missing edge, add tracingGravatar Craig Tiller2017-05-05
* Integrate new tracersGravatar Craig Tiller2017-05-05
* Merge branch 'epex4' into uberpollGravatar Craig Tiller2017-05-05
|\
| * Merge branch 'hiertune' into epex4+epoll1Gravatar Craig Tiller2017-05-01
* | Fix wakeup pathGravatar Craig Tiller2017-05-01
|/
* Add workqueueGravatar Craig Tiller2017-05-01
* clang-format, revert parameterGravatar Craig Tiller2017-05-01
* Remove bogus assertGravatar Craig Tiller2017-05-01
* Refine neighbourhood reassignmentGravatar Craig Tiller2017-05-01
* Fix several racesGravatar Craig Tiller2017-05-01