aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2023-07-03Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-06-28epoll: ep_autoremove_wake_function should use list_del_init_carefulBenjamin Segall
2022-12-19Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-12-08epoll: check for events when removing a timed out thread from the wait queueSoheil Hassas Yeganeh
2022-12-08epoll: call final ep_events_available() check under the lockRoman Penyaev
2022-09-09Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-08-25epoll: autoremove wakers even more aggressivelyBenjamin Segall
2020-10-16Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro
2020-09-09Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-09-09fix regression in "epoll: Keep a reference on files added to the check list"Al Viro
2020-08-26Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-08-26do_epoll_ctl(): clean the failure exits up a bitAl Viro
2020-08-26epoll: Keep a reference on files added to the check listMarc Zyngier
2020-05-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-05-14eventpoll: fix missing wakeup for ovflist in ep_poll_callbackKhazhismel Kumykov
2020-05-14epoll: atomically remove wait entry on wake upRoman Penyaev
2020-03-30Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-25epoll: fix possible lost wakeup on epoll_ctl() pathRoman Penyaev
2020-01-13fs/epoll: Do not disable preemption on RTThomas Gleixner
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-06-29signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-07epoll: use rwlock in order to reduce ep_poll_callback() contentionRoman Penyaev
2019-03-07epoll: unify awaking of wakeup source on ep_poll_callback() pathRoman Penyaev
2019-03-07epoll: make sure all elements in ready list are in FIFO orderRoman Penyaev
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04fs/epoll: deal with wait_queue only onceDavidlohr Bueso
2019-01-04fs/epoll: rename check_events label to send_eventsDavidlohr Bueso
2019-01-04fs/epoll: avoid barrier after an epoll_wait(2) timeoutDavidlohr Bueso
2019-01-04fs/epoll: reduce the scope of wq lock in epoll_wait()Davidlohr Bueso
2019-01-04fs/epoll: robustify ep->mtx held checksDavidlohr Bueso
2019-01-04fs/epoll: drop ovflist branch predictionDavidlohr Bueso
2019-01-04fs/epoll: simplify ep_send_events_proc() ready-list loopDavidlohr Bueso
2019-01-04fs/epoll: remove max_nests argument from ep_call_nested()Davidlohr Bueso
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-06signal: Add restore_user_sigmask()Deepa Dinamani
2018-12-06signal: Add set_user_sigmask()Deepa Dinamani
2018-08-22fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso
2018-08-22fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso
2018-08-22fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig