summaryrefslogtreecommitdiff
path: root/fs/eventpoll.c
Commit message (Expand)AuthorAge
* 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
* epoll: don't use current in irq contextTony Battersby2009-04-01
* epoll: remove debugging codeDavide Libenzi2009-04-01
* epoll: fix epoll's own poll (update)Davide Libenzi2009-04-01
* epoll: fix epoll's own pollDavide Libenzi2009-04-01
* Rename struct file->f_ep_lockJonathan Corbet2009-03-16
* epoll: drop max_user_instances and rely only on max_user_watchesDavide Libenzi2009-01-29
* [CVE-2009-0029] System call wrappers part 23Heiko Carstens2009-01-14
* epoll: introduce resource usage limitsDavide Libenzi2008-12-01
* epoll: avoid double-inserts in case of EFAULTDavide Libenzi2008-10-26
* epoll: drop unnecessary testDavide Libenzi2008-10-16
* fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton2008-08-12
* flag parameters add-on: remove epoll_create size paramUlrich Drepper2008-07-24
* flag parameters: check magic constantsUlrich Drepper2008-07-24
* flag parameters: epoll_createUlrich Drepper2008-07-24
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-24
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-01
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-30
* signals: add set_restore_sigmaskRoland McGrath2008-04-30
* epoll: avoid kmemcheck warningDavide Libenzi2008-04-29
* lockdep: annotate epollPeter Zijlstra2008-02-05
* Use wake_up_locked() in eventpollMatthew Wilcox2007-12-06
* fs/eventpoll.c: use list_for_each_entry() instead of list_for_each()Matthias Kaehlcke2007-10-19
* sparse pointer use of zero as nullStephen Hemminger2007-10-18
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-20
* epoll: move kfree inside ep_freeDavide Libenzi2007-05-15
* epoll: fix some commentsDavide Libenzi2007-05-15
* epoll locks changes and cleanupsDavide Libenzi2007-05-15
* fix epoll single pass code and add wait-exclusive flagDavide Libenzi2007-05-15
* epoll cleanups: epoll remove static pre-declarations and akpm-ize the codeDavide Libenzi2007-05-11
* epoll cleanups: epoll no moduleDavide Libenzi2007-05-11
* epoll: use anonymous inodesDavide Libenzi2007-05-11
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-08
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* epoll: optimizations and cleanupsDavide Libenzi2007-05-08
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-08
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [PATCH] epoll_pwait()Davide Libenzi2006-10-11
* [PATCH] fs/eventpoll: error handling micro-cleanupJeff Garzik2006-10-03