aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2019-03-01fs/epoll: drop ovflist branch predictionDavidlohr Bueso
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-14eventpoll: switch to ->poll_maskBen Noordhuis
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-04-02fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()Dominik Brodowski
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01annotate ep_scan_ready_list()Al Viro
2018-02-01ep_send_events_proc(): return result via esed->resAl Viro
2017-11-28eventpoll: no need to mask the result of epi_item_poll() againAl Viro
2017-11-28eventpoll: constify struct epoll_event pointersAl Viro
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron
2017-11-17epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron
2017-11-17epoll: account epitem and eppoll_entry to kmemcgShakeel Butt
2017-09-19get_compat_sigset()Al Viro
2017-09-08fs/epoll: use faster rb_first_cached()Davidlohr Bueso
2017-09-01epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-07-12procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov
2017-07-10fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-24epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-02-05epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron
2015-02-13epoll: optimize setting task running after blockingDavidlohr Bueso
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss
2014-06-16epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13epoll: do not take global 'epmutex' for simple topologiesJason Baron
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki
2013-10-24file->f_op is never NULL...Al Viro
2013-09-11epoll: add a reschedule point in ep_free()Eric Dumazet
2013-09-03switch epoll_ctl() to fdgetAl Viro
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov