aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2021-02-16kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson
2020-12-19epoll: add syscall epoll_pwait2Willem de Bruijn
2020-12-19epoll: convert internal api to timespec64Willem de Bruijn
2020-12-19epoll: eliminate unnecessary lock for zero timeoutSoheil Hassas Yeganeh
2020-12-19epoll: replace gotos with a proper loopSoheil Hassas Yeganeh
2020-12-19epoll: pull all code between fetch_events and send_event into the loopSoheil Hassas Yeganeh
2020-12-19epoll: simplify and optimize busy loop logicSoheil Hassas Yeganeh
2020-12-19epoll: move eavail next to the list_empty_careful checkSoheil Hassas Yeganeh
2020-12-19epoll: pull fatal signal checks into ep_send_events()Soheil Hassas Yeganeh
2020-12-19epoll: simplify signal handlingSoheil Hassas Yeganeh
2020-12-19epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh
2020-12-15Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-10-25epoll: take epitem list out of struct fileAl Viro
2020-10-25epoll: massage the check list insertionAl Viro
2020-10-25lift rcu_read_lock() into reverse_path_check()Al Viro
2020-10-25convert ->f_ep_links/->fllink to hlistAl Viro
2020-10-25ep_insert(): move creation of wakeup source past the fl_ep_links insertionAl Viro
2020-10-25fold ep_read_events_proc() into the only callerAl Viro
2020-10-25take the common part of ep_eventpoll_poll() and ep_item_poll() into helperAl Viro
2020-10-25ep_insert(): we only need tep->mtx around the insertion itselfAl Viro
2020-10-25ep_insert(): don't open-code ep_remove() on failure exitsAl Viro
2020-10-25lift locking/unlocking ep->mtx out of ep_{start,done}_scan()Al Viro
2020-10-25ep_send_events_proc(): fold into the callerAl Viro
2020-10-25lift the calls of ep_send_events_proc() into the callersAl Viro
2020-10-25lift the calls of ep_read_events_proc() into the callersAl Viro
2020-10-25ep_scan_ready_list(): prepare to splitupAl Viro
2020-10-25ep_loop_check_proc(): saner calling conventionsAl Viro
2020-10-25get rid of ep_push_nested()Al Viro
2020-10-25ep_loop_check_proc(): lift pushing the cookie into callersAl Viro
2020-10-25clean reverse_path_check_proc() a bitAl Viro
2020-10-25reverse_path_check_proc(): don't bother with cookiesAl Viro
2020-10-25reverse_path_check_proc(): sane argumentsAl Viro
2020-10-25untangling ep_call_nested(): and there was much rejoicingAl Viro
2020-10-25untangling ep_call_nested(): move push/pop of cookie into the callbacksAl Viro
2020-10-25untangling ep_call_nested(): take pushing cookie into a helperAl Viro
2020-10-25untangling ep_call_nested(): it's all serialized on epmutex.Al Viro
2020-10-25untangling ep_call_nested(): get rid of useless argumentsAl Viro
2020-10-25epoll: get rid of epitem->nwaitAl Viro
2020-10-25epoll: switch epitem->pwqlist to single-linked listAl Viro
2020-09-24ep_create_wakeup_source(): dentry name can change under you...Al Viro
2020-09-10epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro
2020-09-10epoll: replace ->visited/visited_list with generation countAl Viro
2020-09-09epoll: do not insert into poll queues until all sanity checks are doneAl Viro
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro
2020-08-22do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-22epoll: Keep a reference on files added to the check listMarc Zyngier
2020-05-14epoll: call final ep_events_available() check under the lockRoman Penyaev