summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
...
* epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-251-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-281-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-201-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-061-6/+32
* epoll: add EPOLLEXCLUSIVE flagJason Baron2016-01-211-3/+21
* epoll: optimize setting task running after blockingDavidlohr Bueso2015-02-141-2/+2
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-8/+5Star
* eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss2014-09-111-1/+2
* epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-171-2/+2
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
* epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron2014-01-021-4/+0Star
* epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir2013-12-031-2/+1Star
* 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-251-1/+1
* | Revert "epoll: use freezable blocking call"Rafael J. Wysocki2013-10-301-3/+1Star
|/
* epoll: add a reschedule point in ep_free()Eric Dumazet2013-09-121-0/+2
* switch epoll_ctl() to fdgetAl Viro2013-09-041-16/+15Star
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-041-6/+6
|\
| * signals: eventpoll: do not use sigprocmask()Oleg Nesterov2013-07-041-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-041-0/+47
* | epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong2013-05-011-1/+1
* | epoll: cleanup: hoist out f_op->poll callsEric Wong2013-05-011-10/+12
* | epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-05-011-0/+4
* | epoll: use RCU to protect wakeup_source in epitemEric Wong2013-05-011-21/+71
* | epoll: trim epitem by one cache lineEric Wong2013-05-011-1/+9
|/
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-021-1/+21
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-181-0/+28
* revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-091-35/+3Star
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-051-3/+35
* switch simple cases of fget_light to fdgetAl Viro2012-09-271-15/+10Star
* switch epoll_wait(2) to fget_light()Al Viro2012-09-271-3/+3
* eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-221-1/+1
* PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-171-1/+1
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-4/+0Star
* epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki2012-05-221-1/+1
* epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg2012-05-051-3/+87
* epoll: clear the tfile_check_list on -ELOOPJason Baron2012-04-261-1/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | epoll: remove unneeded variable in reverse_path_check()Dan Carpenter2012-03-241-2/+0Star
* | epoll: comment the funky #ifdefSteven Rostedt2012-03-241-0/+25
* | poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-241-3/+15
|/