summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-76/+55
|\
| * epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron2017-11-171-45/+35
| * epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron2017-11-171-29/+18
| * epoll: account epitem and eppoll_entry to kmemcgShakeel Butt2017-11-171-2/+2
* | get_compat_sigset()Al Viro2017-09-191-3/+1
|/
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-081-14/+16
* epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov2017-09-011-16/+26
* kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-07-121-0/+2
* kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+42
* procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-07-121-2/+6
* fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes2017-07-101-0/+10
* sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-201-1/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-5/+5
* epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-241-0/+93
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-191-6/+6
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-1/+1
* epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron2016-02-051-6/+32
* epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-201-3/+21
* epoll: optimize setting task running after blockingDavidlohr Bueso2015-02-131-2/+2
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-8/+5
* eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss2014-09-101-1/+2
* epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-161-2/+2
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-1/+1
* epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron2014-01-021-4/+0
* epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir2013-12-031-2/+1
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-47/+98
|\
| * epoll: do not take global 'epmutex' for simple topologiesJason Baron2013-11-131-26/+69
| * epoll: optimize EPOLL_CTL_DEL using rcuJason Baron2013-11-131-24/+32
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-1/+1
|\ \ | |/ |/|
| * file->f_op is never NULL...Al Viro2013-10-241-1/+1
* | Revert "epoll: use freezable blocking call"Rafael J. Wysocki2013-10-301-3/+1
|/
* epoll: add a reschedule point in ep_free()Eric Dumazet2013-09-111-0/+2
* switch epoll_ctl() to fdgetAl Viro2013-09-031-16/+15
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-6/+6
|\
| * signals: eventpoll: do not use sigprocmask()Oleg Nesterov2013-07-031-6/+6
* | epoll: use freezable blocking callColin Cross2013-05-121-1/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+47
|\
| * switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-0/+47
* | epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-04-301-1/+1
* | epoll: cleanup: hoist out f_op->poll callsEric Wong2013-04-301-10/+12
* | epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-04-301-0/+4
* | epoll: use RCU to protect wakeup_source in epitemEric Wong2013-04-301-21/+71
* | epoll: trim epitem by one cache lineEric Wong2013-04-301-1/+9
|/
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-021-1/+21
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+28
* revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-091-35/+3
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-061-3/+35
OpenPOWER on IntegriCloud