aboutsummaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
AgeCommit message (Expand)Author
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03signals: eventpoll: do not use sigprocmask()Oleg Nesterov
2013-05-12epoll: use freezable blocking callColin Cross
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-30epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong
2013-04-30epoll: cleanup: hoist out f_op->poll callsEric Wong
2013-04-30epoll: lock ep->mtx in ep_free to silence lockdepEric Wong
2013-04-30epoll: use RCU to protect wakeup_source in epitemEric Wong
2013-04-30epoll: trim epitem by one cache lineEric Wong
2013-03-03switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton
2012-10-06epoll: support for disabling items, and a self-test appPaton J. Lewis
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch epoll_wait(2) to fget_light()Al Viro
2012-08-22eventpoll: use-after-possible-free in epoll_create1()Al Viro
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-05-22epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg
2012-04-25epoll: clear the tfile_check_list on -ELOOPJason Baron
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-23epoll: remove unneeded variable in reverse_path_check()Dan Carpenter
2012-03-23epoll: comment the funky #ifdefSteven Rostedt
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-03-18Don't limit non-nested epoll pathsJason Baron
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-01-12epoll: limit pathsJason Baron
2011-10-31epoll: fix spurious lockdep warningsNelson Elhage
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26eventpoll: fix comment typo 'evenpoll'Paul Bolle
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-02-25epoll: prevent creating circular epoll structuresDavide Libenzi
2011-02-17fs/eventpoll.c: fix spellingDaniel Baluta
2011-02-02epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet
2011-01-13epoll: convert max_user_watches to longRobin Holt
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-06-18epoll: fix nested calls supportDavide Libenzi