summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* epoll: support for disabling items, and a self-test appPaton J. Lewis2012-10-061-3/+35
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-15/+10
* switch epoll_wait(2) to fget_light()Al Viro2012-09-261-3/+3
* eventpoll: use-after-possible-free in epoll_create1()Al Viro2012-08-221-1/+1
* PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-171-1/+1
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-4/+0
* epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki2012-05-221-1/+1
* epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg2012-05-051-3/+87
* epoll: clear the tfile_check_list on -ELOOPJason Baron2012-04-251-1/+3
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | epoll: remove unneeded variable in reverse_path_check()Dan Carpenter2012-03-231-2/+0
* | epoll: comment the funky #ifdefSteven Rostedt2012-03-231-0/+25
* | poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil2012-03-231-3/+15
|/
* Don't limit non-nested epoll pathsJason Baron2012-03-181-0/+4
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-241-3/+27
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-241-0/+4
* epoll: limit pathsJason Baron2012-01-121-25/+209
* epoll: fix spurious lockdep warningsNelson Elhage2011-10-311-7/+18
* Merge branch 'master' into for-nextJiri Kosina2011-09-151-1/+1
|\
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | eventpoll: fix comment typo 'evenpoll'Paul Bolle2011-07-261-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer2011-03-221-5/+28
* epoll: move ready event check into proper inlineDavide Libenzi2011-03-221-3/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-6/+6
|\
| * fs/eventpoll.c: fix spellingDaniel Baluta2011-02-171-6/+6
* | epoll: prevent creating circular epoll structuresDavide Libenzi2011-02-251-0/+95
|/
* epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet2011-02-021-3/+13
* epoll: convert max_user_watches to longRobin Holt2011-01-131-8/+12
* epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-271-16/+19
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
* sched, wait: Use wrapper functionsChangli Gao2010-05-111-2/+1
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-1/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-1/+1
* sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-121-1/+1
* epoll: fix nested calls supportDavide Libenzi2009-06-181-9/+12
* epoll: fix size check in epoll_create()Davide Libenzi2009-05-121-1/+1
* epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi2009-04-011-2/+29
* epoll: use real type instead of void *Tony Battersby2009-04-011-1/+1
* epoll: clean up ep_modifyTony Battersby2009-04-011-12/+7
* epoll: remove unnecessary xchgTony Battersby2009-04-011-14/+8
* epoll: remember the event if epoll_wait returns -EFAULTTony Battersby2009-04-011-1/+3
* epoll: don't use current in irq contextTony Battersby2009-04-011-7/+8
* epoll: remove debugging codeDavide Libenzi2009-04-011-67/+11
* epoll: fix epoll's own poll (update)Davide Libenzi2009-04-011-53/+57
* epoll: fix epoll's own pollDavide Libenzi2009-04-011-207/+304
* Rename struct file->f_ep_lockJonathan Corbet2009-03-161-5/+7
* epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-291-18/+4
* [CVE-2009-0029] System call wrappers part 23Heiko Carstens2009-01-141-9/+9