summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAge
* fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()Dominik Brodowski2018-04-02
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* annotate ep_scan_ready_list()Al Viro2018-02-01
* ep_send_events_proc(): return result via esed->resAl Viro2018-02-01
* eventpoll: no need to mask the result of epi_item_poll() againAl Viro2017-11-28
* eventpoll: constify struct epoll_event pointersAl Viro2017-11-28
* fs: annotate ->poll() instancesAl Viro2017-11-27
* annotate poll-related wait keysAl Viro2017-11-27
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-17
|\
| * epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-17
| * epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-17
| * epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-17
* | get_compat_sigset()Al Viro2017-09-19
|/
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-08
* 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