Soheil Hassas Yeganeh ([email protected])

Number of posts: 11 (1.22 per day)
First post: 2020-10-28 22:01:59
Last post: 2020-11-06 23:22:59

Date List Subject
2020-11-06 23:22:59 linux-kernel [PATCH 4/8] epoll: move eavail next to the list_empty_careful check
2020-11-06 23:22:08 linux-kernel [PATCH 5/8] epoll: simplify and optimize busy loop logic
2020-11-06 23:21:19 linux-kernel [PATCH 2/8] epoll: simplify signal handling
2020-11-06 23:20:45 linux-kernel [PATCH 1/8] epoll: check for events when removing a timed out thread from the wait queue
2020-11-06 23:20:39 linux-kernel [PATCH 6/8] epoll: pull all code between fetch_events and send_event into the loop
2020-11-06 23:20:02 linux-kernel [PATCH 3/8] epoll: pull fatal signal checks into ep_send_events()
2020-11-06 23:20:00 linux-kernel [PATCH 8/8] epoll: eliminate unnecessary lock for zero timeout
2020-11-06 23:19:53 linux-kernel [PATCH 7/8] epoll: replace gotos with a proper loop
2020-11-06 23:19:38 linux-kernel [PATCH 0/8] simplify ep_poll
2020-10-29 08:44:32 linux-kernel [PATCH 2/2] epoll: add a selftest for epoll timeout race
2020-10-28 22:01:59 linux-kernel [PATCH 1/2] epoll: check ep_events_available() upon timeout