summaryrefslogtreecommitdiffstats
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* epoll: introduce resource usage limitsDavide Libenzi2008-12-011-8/+77
* epoll: avoid double-inserts in case of EFAULTDavide Libenzi2008-10-261-2/+9
* epoll: drop unnecessary testDavide Libenzi2008-10-161-6/+3
* fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton2008-08-121-4/+1
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-241-8/+10
* flag parameters: check magic constantsUlrich Drepper2008-07-241-0/+3
* flag parameters: epoll_createUlrich Drepper2008-07-241-2/+11
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-1/+1
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-011-15/+8
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-301-2/+2
* signals: add set_restore_sigmaskRoland McGrath2008-04-301-2/+1
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-291-24/+3
* lockdep: annotate epollPeter Zijlstra2008-02-051-1/+1
* Use wake_up_locked() in eventpollMatthew Wilcox2007-12-061-7/+4
* fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-191-3/+2
* sparse pointer use of zero as nullStephen Hemminger2007-10-181-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* epoll: move kfree inside ep_freeDavide Libenzi2007-05-151-5/+2
* epoll: fix some commentsDavide Libenzi2007-05-151-21/+27
* epoll locks changes and cleanupsDavide Libenzi2007-05-151-161/+73
* fix epoll single pass code and add wait-exclusive flagDavide Libenzi2007-05-151-156/+166
* epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi2007-05-111-548/+486
* epoll cleanups: epoll no moduleDavide Libenzi2007-05-111-13/+1
* epoll: use anonymous inodesDavide Libenzi2007-05-111-169/+3
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-3/+3
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* epoll: optimizations and cleanupsDavide Libenzi2007-05-081-147/+86
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] epoll_pwait()Davide Libenzi2006-10-111-3/+53
* [PATCH] fs/eventpoll: error handling micro-cleanupJeff Garzik2006-10-031-2/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] eventpoll.c compile fixMasoud Asgharifard Sharbiani2006-08-271-2/+2
* [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-031-2/+2
* [PATCH] epoll: use unlocked wqueue operationsDavide Libenzi2006-06-251-7/+10