summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAge
...
* | epoll: cleanup: hoist out f_op->poll callsEric Wong2013-04-30
* | epoll: lock ep->mtx in ep_free to silence lockdepEric Wong2013-04-30
* | epoll: use RCU to protect wakeup_source in epitemEric Wong2013-04-30
* | epoll: trim epitem by one cache lineEric Wong2013-04-30
|/
* epoll: prevent missed events on EPOLL_CTL_MODEric Wong2013-01-02
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
* revert "epoll: support for disabling items, and a self-test app"Andrew Morton2012-11-09
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-06
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch epoll_wait(2) to fget_light()Al Viro2012-09-26
* eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-22
* PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-17
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-01
* epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki2012-05-22
* epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg2012-05-05
* epoll: clear the tfile_check_list on -ELOOPJason Baron2012-04-25
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | epoll: remove unneeded variable in reverse_path_check()Dan Carpenter2012-03-23
* | epoll: comment the funky #ifdefSteven Rostedt2012-03-23
* | poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-23
|/
* Don't limit non-nested epoll pathsJason Baron2012-03-18
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-24
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-24
* epoll: limit pathsJason Baron2012-01-12
* epoll: fix spurious lockdep warningsNelson Elhage2011-10-31
* Merge branch 'master' into for-nextJiri Kosina2011-09-15
|\
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* | eventpoll: fix comment typo 'evenpoll'Paul Bolle2011-07-26
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer2011-03-22
* epoll: move ready event check into proper inlineDavide Libenzi2011-03-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-18
|\
| * fs/eventpoll.c: fix spellingDaniel Baluta2011-02-17
* | epoll: prevent creating circular epoll structuresDavide Libenzi2011-02-25
|/
* epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet2011-02-02
* epoll: convert max_user_watches to longRobin Holt2011-01-13
* epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-27
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* sched, wait: Use wrapper functionsChangli Gao2010-05-11
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-22
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
* sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-12
* epoll: fix nested calls supportDavide Libenzi2009-06-18
* epoll: fix size check in epoll_create()Davide Libenzi2009-05-12
* epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi2009-04-01
* epoll: use real type instead of void *Tony Battersby2009-04-01
* epoll: clean up ep_modifyTony Battersby2009-04-01
* epoll: remove unnecessary xchgTony Battersby2009-04-01
* epoll: remember the event if epoll_wait returns -EFAULTTony Battersby2009-04-01