summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* eventpoll: switch to ->poll_maskBen Noordhuis2018-06-141-5/+10
* fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-3/+2
* fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()Dominik Brodowski2018-04-021-6/+17
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-11/+11
* annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
* ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
* eventpoll: no need to mask the result of epi_item_poll() againAl Viro2017-11-281-7/+2
* eventpoll: constify struct epoll_event pointersAl Viro2017-11-281-3/+5
* fs: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* annotate poll-related wait keysAl Viro2017-11-271-4/+5
* 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
|\
OpenPOWER on IntegriCloud