1. 11c5ad0 eventpoll: switch to ->poll_mask by Ben Noordhuis · 6 years ago
  2. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  3. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. d85e2aa annotate ep_scan_ready_list() by Al Viro · 7 years ago
  6. d7ebbe4 ep_send_events_proc(): return result via esed->res by Al Viro · 7 years ago
  7. 6911273 eventpoll: no need to mask the result of epi_item_poll() again by Al Viro · 7 years ago
  8. bec1a502 eventpoll: constify struct epoll_event pointers by Al Viro · 7 years ago
  9. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  10. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  11. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  12. 37b5e52 epoll: remove ep_call_nested() from ep_eventpoll_poll() by Jason Baron · 7 years ago
  13. 57a173b epoll: avoid calling ep_call_nested() from ep_poll_safewake() by Jason Baron · 7 years ago
  14. 2ae928a epoll: account epitem and eppoll_entry to kmemcg by Shakeel Butt · 7 years ago
  15. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  16. b2ac2ea fs/epoll: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  17. 138e4ad epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() by Oleg Nesterov · 7 years ago
  18. 92ef6da kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE by Cyrill Gorcunov · 7 years ago
  19. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 7 years ago
  20. 77493f0 procfs: fdinfo: extend information about epoll target files by Cyrill Gorcunov · 7 years ago
  21. c257a34 fs, epoll: short circuit fetching events if thread has been killed by David Rientjes · 7 years ago
  22. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 7 years ago
  23. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  24. bf3b9f6 epoll: Add busy poll support to epoll with socket fds. by Sridhar Samudrala · 7 years ago
  25. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  26. c857ab6 fs,eventpoll: don't test for bitfield with stack value by Cyrill Gorcunov · 8 years ago
  27. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  28. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  29. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  30. b6a515c epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT by Jason Baron · 9 years ago
  31. df0108c epoll: add EPOLLEXCLUSIVE flag by Jason Baron · 9 years ago
  32. 4d5755b epoll: optimize setting task running after blocking by Davidlohr Bueso · 10 years ago
  33. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  34. c680e41 eventpoll: fix uninitialized variable in epoll_ctl by Nicolas Iooss · 10 years ago
  35. ebe0618 epoll: fix use-after-free in eventpoll_release_file by Konstantin Khlebnikov · 10 years ago
  36. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  37. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  38. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 11 years ago
  39. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  40. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  41. 67347fe epoll: do not take global 'epmutex' for simple topologies by Jason Baron · 11 years ago
  42. ae10b2b epoll: optimize EPOLL_CTL_DEL using rcu by Jason Baron · 11 years ago
  43. c511851 Revert "epoll: use freezable blocking call" by Rafael J. Wysocki · 11 years ago
  44. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  45. 91cf5ab epoll: add a reschedule point in ep_free() by Eric Dumazet · 11 years ago
  46. 7e3fb58 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  47. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  48. 77d5591 signals: eventpoll: do not use sigprocmask() by Oleg Nesterov · 11 years ago
  49. 1c441e9 epoll: use freezable blocking call by Colin Cross · 11 years ago
  50. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  51. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 11 years ago
  52. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 11 years ago
  53. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 11 years ago
  54. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 11 years ago
  55. 39732ca epoll: trim epitem by one cache line by Eric Wong · 11 years ago
  56. 35280bd switch epoll_pwait to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  57. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  58. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  59. a80a6b8 revert "epoll: support for disabling items, and a self-test app" by Andrew Morton · 12 years ago
  60. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  61. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  62. 5e196a9 switch epoll_wait(2) to fget_light() by Al Viro · 12 years ago
  63. 9802274 eventpoll: use-after-possible-free in epoll_create1() by Al Viro · 12 years ago
  64. d9914cf PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  65. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  66. a815941 epoll: Fix user space breakage related to EPOLLWAKEUP by Rafael J. Wysocki · 12 years ago
  67. 4d7e30d epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  68. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 12 years ago
  69. 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
  70. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  71. da0503a epoll: remove unneeded variable in reverse_path_check() by Dan Carpenter · 13 years ago
  72. 02edc6f epoll: comment the funky #ifdef by Steven Rostedt · 13 years ago
  73. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 13 years ago
  74. 93dc610 Don't limit non-nested epoll paths by Jason Baron · 13 years ago
  75. 971316f epoll: ep_unregister_pollwait() can use the freed pwq->whead by Oleg Nesterov · 13 years ago
  76. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 13 years ago
  77. 28d82dc epoll: limit paths by Jason Baron · 13 years ago
  78. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  79. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  80. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  81. 10bd247 eventpoll: fix comment typo 'evenpoll' by Paul Bolle · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  83. f4d93ad epoll: fix compiler warning and optimize the non-blocking path by Shawn Bohrer · 14 years ago
  84. 3fb0e58 epoll: move ready event check into proper inline by Davide Libenzi · 14 years ago
  85. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  86. 22bacca epoll: prevent creating circular epoll structures by Davide Libenzi · 14 years ago
  87. bf6a41d fs/eventpoll.c: fix spelling by Daniel Baluta · 14 years ago
  88. 0781b90 epoll: epoll_wait() should not use timespec_add_ns() by Eric Dumazet · 14 years ago
  89. 52bd19f7 epoll: convert max_user_watches to long by Robin Holt · 14 years ago
  90. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  91. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  92. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 14 years ago
  93. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  94. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  95. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  96. 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
  97. bfe3891 epoll: fix size check in epoll_create() by Davide Libenzi · 15 years ago
  98. 2dfa4ee epoll keyed wakeups: teach epoll about hints coming with the wakeup key by Davide Libenzi · 15 years ago
  99. 4f0989d epoll: use real type instead of void * by Tony Battersby · 15 years ago
  100. e057e15 epoll: clean up ep_modify by Tony Battersby · 15 years ago