aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-25epoll: clear the tfile_check_list on -ELOOPGravatar Jason Baron 1-1/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-23epoll: remove unneeded variable in reverse_path_check()Gravatar Dan Carpenter 1-2/+0
2012-03-23epoll: comment the funky #ifdefGravatar Steven Rostedt 1-0/+25
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsGravatar Hans Verkuil 1-3/+15
2012-03-18Don't limit non-nested epoll pathsGravatar Jason Baron 1-0/+4
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadGravatar Oleg Nesterov 1-3/+27
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Gravatar Oleg Nesterov 1-0/+4
2012-01-12epoll: limit pathsGravatar Jason Baron 1-25/+209
2011-10-31epoll: fix spurious lockdep warningsGravatar Nelson Elhage 1-7/+18
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-26eventpoll: fix comment typo 'evenpoll'Gravatar Paul Bolle 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-4/+4
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathGravatar Shawn Bohrer 1-5/+28
2011-03-22epoll: move ready event check into proper inlineGravatar Davide Libenzi 1-3/+16
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-6/+6
2011-02-25epoll: prevent creating circular epoll structuresGravatar Davide Libenzi 1-0/+95
2011-02-17fs/eventpoll.c: fix spellingGravatar Daniel Baluta 1-6/+6
2011-02-02epoll: epoll_wait() should not use timespec_add_ns()Gravatar Eric Dumazet 1-3/+13
2011-01-13epoll: convert max_user_watches to longGravatar Robin Holt 1-8/+12
2010-10-27epoll: make epoll_wait() use the hrtimer range featureGravatar Shawn Bohrer 1-16/+19
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-1/+2
2010-05-11sched, wait: Use wrapper functionsGravatar Changli Gao 1-2/+1
2009-12-22anonfd: Allow making anon files read-onlyGravatar Roland Dreier 1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 1-1/+1
2009-11-12sysctl fs: Remove dead binary sysctl supportGravatar Eric W. Biederman 1-1/+1
2009-06-18epoll: fix nested calls supportGravatar Davide Libenzi 1-9/+12
2009-05-12epoll: fix size check in epoll_create()Gravatar Davide Libenzi 1-1/+1
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyGravatar Davide Libenzi 1-2/+29
2009-04-01epoll: use real type instead of void *Gravatar Tony Battersby 1-1/+1
2009-04-01epoll: clean up ep_modifyGravatar Tony Battersby 1-12/+7
2009-04-01epoll: remove unnecessary xchgGravatar Tony Battersby 1-14/+8
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTGravatar Tony Battersby 1-1/+3
2009-04-01epoll: don't use current in irq contextGravatar Tony Battersby 1-7/+8