aboutsummaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31epoll: fix spurious lockdep warningsNelson Elhage1-7/+18
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-26eventpoll: fix comment typo 'evenpoll'Paul Bolle1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-22epoll: fix compiler warning and optimize the non-blocking pathShawn Bohrer1-5/+28
2011-03-22epoll: move ready event check into proper inlineDavide Libenzi1-3/+16
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-6/+6
2011-02-25epoll: prevent creating circular epoll structuresDavide Libenzi1-0/+95
2011-02-17fs/eventpoll.c: fix spellingDaniel Baluta1-6/+6
2011-02-02epoll: epoll_wait() should not use timespec_add_ns()Eric Dumazet1-3/+13
2011-01-13epoll: convert max_user_watches to longRobin Holt1-8/+12
2010-10-27epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer1-16/+19
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-2/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-1/+1
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-1/+1
2009-06-18epoll: fix nested calls supportDavide Libenzi1-9/+12
2009-05-12epoll: fix size check in epoll_create()Davide Libenzi1-1/+1
2009-04-01epoll keyed wakeups: teach epoll about hints coming with the wakeup keyDavide Libenzi1-2/+29
2009-04-01epoll: use real type instead of void *Tony Battersby1-1/+1
2009-04-01epoll: clean up ep_modifyTony Battersby1-12/+7
2009-04-01epoll: remove unnecessary xchgTony Battersby1-14/+8
2009-04-01epoll: remember the event if epoll_wait returns -EFAULTTony Battersby1-1/+3
2009-04-01epoll: don't use current in irq contextTony Battersby1-7/+8
2009-04-01epoll: remove debugging codeDavide Libenzi1-67/+11
2009-04-01epoll: fix epoll's own poll (update)Davide Libenzi1-53/+57
2009-04-01epoll: fix epoll's own pollDavide Libenzi1-207/+304
2009-03-16Rename struct file->f_ep_lockJonathan Corbet1-5/+7
2009-01-29epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi1-18/+4
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens1-9/+9
2008-12-01epoll: introduce resource usage limitsDavide Libenzi1-8/+77
2008-10-26epoll: avoid double-inserts in case of EFAULTDavide Libenzi1-2/+9
2008-10-16epoll: drop unnecessary testDavide Libenzi1-6/+3
2008-08-12fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton1-4/+1
2008-07-24flag parameters add-on: remove epoll_create size paramUlrich Drepper1-8/+10
2008-07-24flag parameters: check magic constantsUlrich Drepper1-0/+3
2008-07-24flag parameters: epoll_createUlrich Drepper1-2/+11
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-1/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-15/+8
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath1-2/+2
2008-04-30signals: add set_restore_sigmaskRoland McGrath1-2/+1
2008-04-29epoll: avoid kmemcheck warningDavide Libenzi1-24/+3
2008-02-05lockdep: annotate epollPeter Zijlstra1-1/+1
2007-12-06Use wake_up_locked() in eventpollMatthew Wilcox1-7/+4
2007-10-19fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke1-3/+2
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-05-15epoll: move kfree inside ep_freeDavide Libenzi1-5/+2