summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAge
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-01
* kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-07-12
* kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-12
* procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-07-12
* fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes2017-07-10
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-20
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-24
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov2017-02-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-19
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-17
* epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron2016-02-05
* epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-20
* epoll: optimize setting task running after blockingDavidlohr Bueso2015-02-13
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
* eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss2014-09-10
* epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-16
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-06
* epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron2014-01-02
* epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir2013-12-03
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-13
|\
| * epoll: do not take global 'epmutex' for simple topologiesJason Baron2013-11-13
| * epoll: optimize EPOLL_CTL_DEL using rcuJason Baron2013-11-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\ \ | |/ |/|
| * file->f_op is never NULL...Al Viro2013-10-24
* | Revert "epoll: use freezable blocking call"Rafael J. Wysocki2013-10-30
|/
* epoll: add a reschedule point in ep_free()Eric Dumazet2013-09-11
* switch epoll_ctl() to fdgetAl Viro2013-09-03
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-03
|\
| * signals: eventpoll: do not use sigprocmask()Oleg Nesterov2013-07-03
* | epoll: use freezable blocking callColin Cross2013-05-12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
* | epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-04-30
* | epoll: cleanup: hoist out f_op->poll callsEric Wong2013-04-30
* | epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-04-30
* | epoll: use RCU to protect wakeup_source in epitemEric Wong2013-04-30
* | epoll: trim epitem by one cache lineEric Wong2013-04-30
|/
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-02
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
* revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-09
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-06
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch epoll_wait(2) to fget_light()Al Viro2012-09-26
* eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-22
* PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-17
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-01
* epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki2012-05-22