aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTOREGravatar Cyrill Gorcunov 1-0/+2
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesGravatar Cyrill Gorcunov 1-0/+42
2017-07-12procfs: fdinfo: extend information about epoll target filesGravatar Cyrill Gorcunov 1-2/+6
2017-07-10fs, epoll: short circuit fetching events if thread has been killedGravatar David Rientjes 1-0/+10
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingGravatar Ingo Molnar 1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-5/+5
2017-03-24epoll: Add busy poll support to epoll with socket fds.Gravatar Sridhar Samudrala 1-0/+93
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-27fs,eventpoll: don't test for bitfield with stack valueGravatar Cyrill Gorcunov 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsGravatar Deepa Dinamani 1-6/+6
2016-03-17timer: convert timer_slack_ns from unsigned long to u64Gravatar John Stultz 1-1/+1
2016-02-05epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTGravatar Jason Baron 1-6/+32
2016-01-20epoll: add EPOLLEXCLUSIVE flagGravatar Jason Baron 1-3/+21
2015-02-13epoll: optimize setting task running after blockingGravatar Davidlohr Bueso 1-2/+2
2014-11-05fs: Convert show_fdinfo functions to voidGravatar Joe Perches 1-8/+5
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlGravatar Nicolas Iooss 1-1/+2
2014-06-16epoll: fix use-after-free in eventpoll_release_fileGravatar Konstantin Khlebnikov 1-2/+2
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELGravatar Jason Baron 1-4/+0
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledGravatar Amit Pundir 1-2/+1
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-47/+98
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-11-13epoll: do not take global 'epmutex' for simple topologiesGravatar Jason Baron 1-26/+69
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuGravatar Jason Baron 1-24/+32
2013-10-30Revert "epoll: use freezable blocking call"Gravatar Rafael J. Wysocki 1-3/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2013-09-11epoll: add a reschedule point in ep_free()Gravatar Eric Dumazet 1-0/+2
2013-09-03switch epoll_ctl() to fdgetGravatar Al Viro 1-16/+15
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-6/+6
2013-07-03signals: eventpoll: do not use sigprocmask()Gravatar Oleg Nesterov 1-6/+6
2013-05-12epoll: use freezable blocking callGravatar Colin Cross 1-1/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+47
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingGravatar Eric Wong 1-1/+1
2013-04-30epoll: cleanup: hoist out f_op->poll callsGravatar Eric Wong 1-10/+12
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepGravatar Eric Wong 1-0/+4
2013-04-30epoll: use RCU to protect wakeup_source in epitemGravatar Eric Wong 1-21/+71
2013-04-30epoll: trim epitem by one cache lineGravatar Eric Wong 1-1/+9
2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEGravatar Al Viro 1-0/+47
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODGravatar Eric Wong 1-1/+21
2012-12-17fs, epoll: add procfs fdinfo helperGravatar Cyrill Gorcunov 1-0/+28
2012-11-09revert "epoll: support for disabling items, and a self-test app"Gravatar Andrew Morton 1-35/+3
2012-10-06epoll: support for disabling items, and a self-test appGravatar Paton J. Lewis 1-3/+35
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-15/+10
2012-09-26switch epoll_wait(2) to fget_light()Gravatar Al Viro 1-3/+3
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Gravatar Al Viro 1-1/+1
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDGravatar Michael Kerrisk 1-1/+1
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowGravatar Al Viro 1-4/+0
2012-05-22epoll: Fix user space breakage related to EPOLLWAKEUPGravatar Rafael J. Wysocki 1-1/+1
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyGravatar Arve Hjønnevåg 1-3/+87