1. 42af61b9 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 3 years, 8 months ago
  2. 1fc74bd epoll: Keep a reference on files added to the check list by Marc Zyngier · 3 years, 9 months ago
  3. 8817a28 Merge 4.9.156 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  4. cf96e963 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 5 years ago
  5. 85e1c01 Merge 4.9.48 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. d325f1f epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() by Oleg Nesterov · 7 years ago
  7. eb5d550 ANDROID: epoll: use freezable blocking call by Colin Cross · 11 years ago
  8. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  9. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 8 years ago
  10. b6a515c epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT by Jason Baron · 8 years ago
  11. df0108c epoll: add EPOLLEXCLUSIVE flag by Jason Baron · 8 years ago
  12. 4d5755b epoll: optimize setting task running after blocking by Davidlohr Bueso · 9 years ago
  13. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  14. c680e41 eventpoll: fix uninitialized variable in epoll_ctl by Nicolas Iooss · 10 years ago
  15. ebe0618 epoll: fix use-after-free in eventpoll_release_file by Konstantin Khlebnikov · 10 years ago
  16. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  17. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 10 years ago
  18. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 10 years ago
  19. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  20. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. 67347fe epoll: do not take global 'epmutex' for simple topologies by Jason Baron · 10 years ago
  22. ae10b2b epoll: optimize EPOLL_CTL_DEL using rcu by Jason Baron · 10 years ago
  23. c511851 Revert "epoll: use freezable blocking call" by Rafael J. Wysocki · 11 years ago
  24. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  25. 91cf5ab epoll: add a reschedule point in ep_free() by Eric Dumazet · 11 years ago
  26. 7e3fb58 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  27. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  28. 77d5591 signals: eventpoll: do not use sigprocmask() by Oleg Nesterov · 11 years ago
  29. 1c441e9 epoll: use freezable blocking call by Colin Cross · 11 years ago
  30. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  31. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 11 years ago
  32. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 11 years ago
  33. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 11 years ago
  34. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 11 years ago
  35. 39732ca epoll: trim epitem by one cache line by Eric Wong · 11 years ago
  36. 35280bd switch epoll_pwait to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  37. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 11 years ago
  38. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 11 years ago
  39. a80a6b8 revert "epoll: support for disabling items, and a self-test app" by Andrew Morton · 11 years ago
  40. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  41. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  42. 5e196a9 switch epoll_wait(2) to fget_light() by Al Viro · 12 years ago
  43. 9802274 eventpoll: use-after-possible-free in epoll_create1() by Al Viro · 12 years ago
  44. d9914cf PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  45. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  46. a815941 epoll: Fix user space breakage related to EPOLLWAKEUP by Rafael J. Wysocki · 12 years ago
  47. 4d7e30d epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  48. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 12 years ago
  49. 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
  50. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  51. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 12 years ago
  52. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 12 years ago
  53. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  54. 93dc610 Don't limit non-nested epoll paths by Jason Baron · 12 years ago
  55. 971316f epoll: ep_unregister_pollwait() can use the freed pwq->whead by Oleg Nesterov · 12 years ago
  56. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 12 years ago
  57. 28d82dc epoll: limit paths by Jason Baron · 12 years ago
  58. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  59. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  60. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  61. 10bd247 eventpoll: fix comment typo 'evenpoll' by Paul Bolle · 13 years ago
  62. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  63. f4d93ad epoll: fix compiler warning and optimize the non-blocking path by Shawn Bohrer · 13 years ago
  64. 3fb0e58 epoll: move ready event check into proper inline by Davide Libenzi · 13 years ago
  65. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  66. 22bacca epoll: prevent creating circular epoll structures by Davide Libenzi · 13 years ago
  67. bf6a41d fs/eventpoll.c: fix spelling by Daniel Baluta · 13 years ago
  68. 0781b90 epoll: epoll_wait() should not use timespec_add_ns() by Eric Dumazet · 13 years ago
  69. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 13 years ago
  70. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  71. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  72. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 14 years ago
  73. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 14 years ago
  74. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 14 years ago
  75. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 14 years ago
  76. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  77. bfe3891 epoll: fix size check in epoll_create() by Davide Libenzi · 15 years ago
  78. 2dfa4ee epoll keyed wakeups: teach epoll about hints coming with the wakeup key by Davide Libenzi · 15 years ago
  79. 4f0989d epoll: use real type instead of void * by Tony Battersby · 15 years ago
  80. e057e15 epoll: clean up ep_modify by Tony Battersby · 15 years ago
  81. d1bc90d epoll: remove unnecessary xchg by Tony Battersby · 15 years ago
  82. d030588 epoll: remember the event if epoll_wait returns -EFAULT by Tony Battersby · 15 years ago
  83. abff55c epoll: don't use current in irq context by Tony Battersby · 15 years ago
  84. bb57c3e epoll: remove debugging code by Davide Libenzi · 15 years ago
  85. 296e236 epoll: fix epoll's own poll (update) by Davide Libenzi · 15 years ago
  86. 5071f97 epoll: fix epoll's own poll by Davide Libenzi · 15 years ago
  87. 6849991 Rename struct file->f_ep_lock by Jonathan Corbet · 15 years ago
  88. 9df04e1 epoll: drop max_user_instances and rely only on max_user_watches by Davide Libenzi · 15 years ago
  89. 5a8a82b [CVE-2009-0029] System call wrappers part 23 by Heiko Carstens · 15 years ago
  90. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 15 years ago
  91. 9ce209d epoll: avoid double-inserts in case of EFAULT by Davide Libenzi · 16 years ago
  92. f337b9c epoll: drop unnecessary test by Davide Libenzi · 16 years ago
  93. 523723b fs/eventpoll.c: fix sys_epoll_create1() comment by Andrew Morton · 16 years ago
  94. 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 16 years ago
  95. e38b36f flag parameters: check magic constants by Ulrich Drepper · 16 years ago
  96. a0998b5 flag parameters: epoll_create by Ulrich Drepper · 16 years ago
  97. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  98. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 16 years ago
  99. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  100. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago