summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-12Merge 4.9.156 into android-4.9Greg Kroah-Hartman140-325/+712
2019-02-12fs/epoll: drop ovflist branch predictionDavidlohr Bueso1-1/+1
2017-09-07Merge 4.9.48 into android-4.9Greg Kroah-Hartman21-51/+108
2017-09-07epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov1-16/+26
2017-01-27ANDROID: epoll: use freezable blocking callColin Cross1-1/+3
2016-05-20fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani4-44/+54
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz9-21/+26
2016-02-06epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron1-6/+32
2016-01-21epoll: add EPOLLEXCLUSIVE flagJason Baron2-3/+24
2015-02-14epoll: optimize setting task running after blockingDavidlohr Bueso1-2/+2
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches10-83/+63
2014-09-10eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss1-1/+2
2014-06-17epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov1-2/+2
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-01-02epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir2-3/+13
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds287-2378/+5004
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds159-2491/+2099
2013-11-13epoll: do not take global 'epmutex' for simple topologiesJason Baron1-26/+69
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron1-24/+32
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki1-3/+1
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-09-11epoll: add a reschedule point in ep_free()Eric Dumazet1-0/+2
2013-09-04switch epoll_ctl() to fdgetAl Viro1-16/+15
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds429-4934/+6278
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov1-6/+6
2013-05-12epoll: use freezable blocking callColin Cross1-1/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds87-1489/+539
2013-05-01epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong1-1/+1
2013-05-01epoll: cleanup: hoist out f_op->poll callsEric Wong1-10/+12
2013-05-01epoll: lock ep->mtx in ep_free to silence lockdepEric Wong1-0/+4
2013-05-01epoll: use RCU to protect wakeup_source in epitemEric Wong1-21/+71
2013-05-01epoll: trim epitem by one cache lineEric Wong1-1/+9
2013-03-04switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro5-63/+50
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong1-1/+21
2012-12-18fs, epoll: add procfs fdinfo helperCyrill Gorcunov4-1/+50
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton5-392/+4
2012-10-05epoll: support for disabling items, and a self-test appPaton J. Lewis5-4/+392
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27switch epoll_wait(2) to fget_light()Al Viro1-3/+3
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Al Viro1-1/+1
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk3-5/+5
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro5-14/+4
2012-05-22epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki1-1/+1
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg3-4/+103
2012-04-26epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1608-7638/+7521
2012-03-28Remove all #inclusions of asm/system.hDavid Howells510-512/+4
2012-03-23epoll: remove unneeded variable in reverse_path_check()Dan Carpenter1-2/+0
2012-03-23epoll: comment the funky #ifdefSteven Rostedt1-0/+25
[next]