Commit Graph

78 Commits (2900b33999e2fc8a8edf0dddaafffec4da25ee10)

Author SHA1 Message Date
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Shawn Bohrer f4d93ad74c epoll: fix compiler warning and optimize the non-blocking path 14 years ago
Davide Libenzi 3fb0e584a6 epoll: move ready event check into proper inline 14 years ago
Davide Libenzi 22bacca48a epoll: prevent creating circular epoll structures 14 years ago
Daniel Baluta bf6a41db77 fs/eventpoll.c: fix spelling 14 years ago
Eric Dumazet 0781b909b5 epoll: epoll_wait() should not use timespec_add_ns() 14 years ago
Robin Holt 52bd19f769 epoll: convert max_user_watches to long 14 years ago
Shawn Bohrer 95aac7b1cd epoll: make epoll_wait() use the hrtimer range feature 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Changli Gao a93d2f1744 sched, wait: Use wrapper functions 15 years ago
Roland Dreier 628ff7c1d8 anonfd: Allow making anon files read-only 15 years ago
Eric W. Biederman 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
Eric W. Biederman ab09203e30 sysctl fs: Remove dead binary sysctl support 15 years ago
Davide Libenzi 3fe4a975d6 epoll: fix nested calls support 16 years ago
Davide Libenzi bfe3891a5f epoll: fix size check in epoll_create() 16 years ago
Davide Libenzi 2dfa4eeab0 epoll keyed wakeups: teach epoll about hints coming with the wakeup key 16 years ago
Tony Battersby 4f0989dbfa epoll: use real type instead of void * 16 years ago
Tony Battersby e057e15ff6 epoll: clean up ep_modify 16 years ago
Tony Battersby d1bc90dd5d epoll: remove unnecessary xchg 16 years ago
Tony Battersby d030588282 epoll: remember the event if epoll_wait returns -EFAULT 16 years ago
Tony Battersby abff55cee1 epoll: don't use current in irq context 16 years ago
Davide Libenzi bb57c3edcd epoll: remove debugging code 16 years ago
Davide Libenzi 296e236e96 epoll: fix epoll's own poll (update) 16 years ago
Davide Libenzi 5071f97ec6 epoll: fix epoll's own poll 16 years ago
Jonathan Corbet 6849991490 Rename struct file->f_ep_lock 16 years ago
Davide Libenzi 9df04e1f25 epoll: drop max_user_instances and rely only on max_user_watches 16 years ago
Heiko Carstens 5a8a82b1d3 [CVE-2009-0029] System call wrappers part 23 16 years ago
Davide Libenzi 7ef9964e6d epoll: introduce resource usage limits 16 years ago
Davide Libenzi 9ce209d64d epoll: avoid double-inserts in case of EFAULT 17 years ago
Davide Libenzi f337b9c583 epoll: drop unnecessary test 17 years ago
Andrew Morton 523723bb50 fs/eventpoll.c: fix sys_epoll_create1() comment 17 years ago
Ulrich Drepper 9fe5ad9c8c flag parameters add-on: remove epoll_create size param 17 years ago
Ulrich Drepper e38b36f325 flag parameters: check magic constants 17 years ago
Ulrich Drepper a0998b50c3 flag parameters: epoll_create 17 years ago
Ulrich Drepper 7d9dbca342 flag parameters: anon_inode_getfd extension 17 years ago
Al Viro 2030a42cec [PATCH] sanitize anon_inode_getfd() 17 years ago
Roland McGrath f3de272b82 signals: use HAVE_SET_RESTORE_SIGMASK 17 years ago
Roland McGrath 4e4c22c711 signals: add set_restore_sigmask 17 years ago
Davide Libenzi cdac75e6f2 epoll: avoid kmemcheck warning 17 years ago
Peter Zijlstra 0ccf831cbe lockdep: annotate epoll 17 years ago
Matthew Wilcox 4a6e9e2ce8 Use wake_up_locked() in eventpoll 17 years ago
Matthias Kaehlcke b70c394099 fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() 18 years ago
Stephen Hemminger c80544dc0b sparse pointer use of zero as null 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Davide Libenzi f0ee9aabb0 epoll: move kfree inside ep_free 18 years ago
Davide Libenzi 67647d0fb8 epoll: fix some comments 18 years ago
Davide Libenzi c7ea763025 epoll locks changes and cleanups 18 years ago
Davide Libenzi d47de16c72 fix epoll single pass code and add wait-exclusive flag 18 years ago
Davide Libenzi 7699acd134 epoll cleanups: epoll remove static pre-declarations and akpm-ize the code 18 years ago