1. 9700a1c epoll: do not insert into poll queues until all sanity checks are done by Al Viro · 3 years, 9 months ago rel/10/fp2/22.02.0-rel rel/10/fp2/22.02.0-rel.0
  2. 71a4afd BACKPORT: do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 3 years, 10 months ago
  3. 2ae8044 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  4. 1af94cd fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 3 years, 10 months ago
  5. 0eac428 epoll: Keep a reference on files added to the check list by Marc Zyngier · 3 years, 10 months ago
  6. 854a554 PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  7. 3768929 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 11 years ago
  8. 22b5967 epoll: Fix user space breakage related to EPOLLWAKEUP by Rafael J. Wysocki · 12 years ago
  9. 0a907c6 epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  10. 3bd702c epoll: use freezable blocking call by Colin Cross · 11 years ago
  11. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 12 years ago
  12. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  13. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  14. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 12 years ago
  15. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 12 years ago
  16. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  17. 93dc610 Don't limit non-nested epoll paths by Jason Baron · 12 years ago
  18. 971316f epoll: ep_unregister_pollwait() can use the freed pwq->whead by Oleg Nesterov · 12 years ago
  19. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 12 years ago
  20. 28d82dc epoll: limit paths by Jason Baron · 12 years ago
  21. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  22. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  23. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  24. 10bd247 eventpoll: fix comment typo 'evenpoll' by Paul Bolle · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. f4d93ad epoll: fix compiler warning and optimize the non-blocking path by Shawn Bohrer · 13 years ago
  27. 3fb0e58 epoll: move ready event check into proper inline by Davide Libenzi · 13 years ago
  28. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  29. 22bacca epoll: prevent creating circular epoll structures by Davide Libenzi · 13 years ago
  30. bf6a41d fs/eventpoll.c: fix spelling by Daniel Baluta · 13 years ago
  31. 0781b90 epoll: epoll_wait() should not use timespec_add_ns() by Eric Dumazet · 13 years ago
  32. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 13 years ago
  33. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  34. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  35. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 14 years ago
  36. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  37. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  38. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  39. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  40. bfe3891 epoll: fix size check in epoll_create() by Davide Libenzi · 15 years ago
  41. 2dfa4ee epoll keyed wakeups: teach epoll about hints coming with the wakeup key by Davide Libenzi · 15 years ago
  42. 4f0989d epoll: use real type instead of void * by Tony Battersby · 15 years ago
  43. e057e15 epoll: clean up ep_modify by Tony Battersby · 15 years ago
  44. d1bc90d epoll: remove unnecessary xchg by Tony Battersby · 15 years ago
  45. d030588 epoll: remember the event if epoll_wait returns -EFAULT by Tony Battersby · 15 years ago
  46. abff55c epoll: don't use current in irq context by Tony Battersby · 15 years ago
  47. bb57c3e epoll: remove debugging code by Davide Libenzi · 15 years ago
  48. 296e236 epoll: fix epoll's own poll (update) by Davide Libenzi · 15 years ago
  49. 5071f97 epoll: fix epoll's own poll by Davide Libenzi · 15 years ago
  50. 6849991 Rename struct file->f_ep_lock by Jonathan Corbet · 15 years ago
  51. 9df04e1 epoll: drop max_user_instances and rely only on max_user_watches by Davide Libenzi · 15 years ago
  52. 5a8a82b [CVE-2009-0029] System call wrappers part 23 by Heiko Carstens · 15 years ago
  53. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 16 years ago
  54. 9ce209d epoll: avoid double-inserts in case of EFAULT by Davide Libenzi · 16 years ago
  55. f337b9c epoll: drop unnecessary test by Davide Libenzi · 16 years ago
  56. 523723b fs/eventpoll.c: fix sys_epoll_create1() comment by Andrew Morton · 16 years ago
  57. 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 16 years ago
  58. e38b36f flag parameters: check magic constants by Ulrich Drepper · 16 years ago
  59. a0998b5 flag parameters: epoll_create by Ulrich Drepper · 16 years ago
  60. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  61. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 16 years ago
  62. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  63. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  64. cdac75e epoll: avoid kmemcheck warning by Davide Libenzi · 16 years ago
  65. 0ccf831 lockdep: annotate epoll by Peter Zijlstra · 16 years ago
  66. 4a6e9e2 Use wake_up_locked() in eventpoll by Matthew Wilcox · 17 years ago
  67. b70c394 fs/eventpoll.c: use list_for_each_entry() instead of list_for_each() by Matthias Kaehlcke · 17 years ago
  68. c80544d sparse pointer use of zero as null by Stephen Hemminger · 17 years ago
  69. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  70. f0ee9aa epoll: move kfree inside ep_free by Davide Libenzi · 17 years ago
  71. 67647d0 epoll: fix some comments by Davide Libenzi · 17 years ago
  72. c7ea763 epoll locks changes and cleanups by Davide Libenzi · 17 years ago
  73. d47de16 fix epoll single pass code and add wait-exclusive flag by Davide Libenzi · 17 years ago
  74. 7699acd epoll cleanups: epoll remove static pre-declarations and akpm-ize the code by Davide Libenzi · 17 years ago
  75. cea6924 epoll cleanups: epoll no module by Davide Libenzi · 17 years ago
  76. da66f7c epoll: use anonymous inodes by Davide Libenzi · 17 years ago
  77. b5e6181 Introduce a handy list_first_entry macro by Pavel Emelianov · 17 years ago
  78. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  79. 6192bd5 epoll: optimizations and cleanups by Davide Libenzi · 17 years ago
  80. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  81. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  82. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  83. b611967 [PATCH] epoll_pwait() by Davide Libenzi · 18 years ago
  84. c3b6571 [PATCH] fs/eventpoll: error handling micro-cleanup by Jeff Garzik · 18 years ago
  85. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  86. 45f17e0 [PATCH] eventpoll.c compile fix by Masoud Asgharifard Sharbiani · 18 years ago
  87. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  88. 3419b23 [PATCH] epoll: use unlocked wqueue operations by Davide Libenzi · 18 years ago
  89. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  90. c569882 [RBTREE] Update eventpoll.c to use rb_parent() accessor macro. by David Woodhouse · 18 years ago
  91. 2395140 [PATCH] uniform POLLRDHUP handling between epoll and poll/select by Davide Libenzi · 18 years ago
  92. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  93. fa3536c [PATCH] Use __read_mostly on some hot fs variables by Eric Dumazet · 18 years ago
  94. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  95. 5a6b795 [PATCH] get_empty_filp tweaks, inline epoll_init_file() by Benjamin LaHaise · 18 years ago
  96. 144efe3 [PATCH] sem2mutex: eventpoll by Arjan van de Ven · 18 years ago
  97. e3306dd [PATCH] epoll: handle timeout overflow by Davide Libenzi · 19 years ago
  98. 53d2be7 [PATCH] epoll: fix delayed initialization bug by Davide Libenzi · 19 years ago
  99. b030a4d [PATCH] Remove eventpoll macro obfuscation by Pekka Enberg · 19 years ago
  100. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago