1. 39220e8 eventpoll: support non-blocking do_epoll_ctl() calls by Jens Axboe · 5 years ago
  2. 58e41a4 eventpoll: abstract out epoll_ctl() handler by Jens Axboe · 5 years ago
  3. 339ddb5 fs/epoll: remove unnecessary wakeups of nested epoll by Heiher · 5 years ago
  4. f6520c5 epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC by Jason Baron · 5 years ago
  5. c8377ad PM / wakeup: Show wakeup sources stats in sysfs by Tri Vo · 5 years ago
  6. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  7. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  8. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  9. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  10. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  11. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  12. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  13. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  14. 86c0517 fs/epoll: deal with wait_queue only once by Davidlohr Bueso · 6 years ago
  15. 35cff1a fs/epoll: rename check_events label to send_events by Davidlohr Bueso · 6 years ago
  16. abc610e fs/epoll: avoid barrier after an epoll_wait(2) timeout by Davidlohr Bueso · 6 years ago
  17. c5a282e fs/epoll: reduce the scope of wq lock in epoll_wait() by Davidlohr Bueso · 6 years ago
  18. 21877e1 fs/epoll: robustify ep->mtx held checks by Davidlohr Bueso · 6 years ago
  19. 76699a6 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 6 years ago
  20. 4e0982a fs/epoll: simplify ep_send_events_proc() ready-list loop by Davidlohr Bueso · 6 years ago
  21. 74bdc12 fs/epoll: remove max_nests argument from ep_call_nested() by Davidlohr Bueso · 6 years ago
  22. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  23. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  24. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  25. 992991c fs/eventpoll.c: simplify ep_is_linked() callers by Davidlohr Bueso · 6 years ago
  26. 679abf3 fs/eventpoll.c: loosen irq safety in ep_poll() by Davidlohr Bueso · 6 years ago
  27. 514056d fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery by Davidlohr Bueso · 6 years ago
  28. 92e6417 s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() by Davidlohr Bueso · 6 years ago
  29. 304b18b fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() by Davidlohr Bueso · 6 years ago
  30. 002b343 fs/epoll: loosen irq safety in ep_scan_ready_list() by Davidlohr Bueso · 6 years ago
  31. ee8ef0a epoll: use the waitqueue lock to protect ep->wq by Christoph Hellwig · 6 years ago
  32. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  33. 11c5ad0 eventpoll: switch to ->poll_mask by Ben Noordhuis · 7 years ago
  34. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  35. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  36. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  37. d85e2aa annotate ep_scan_ready_list() by Al Viro · 7 years ago
  38. d7ebbe4 ep_send_events_proc(): return result via esed->res by Al Viro · 7 years ago
  39. 6911273 eventpoll: no need to mask the result of epi_item_poll() again by Al Viro · 7 years ago
  40. bec1a502 eventpoll: constify struct epoll_event pointers by Al Viro · 7 years ago
  41. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  42. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  43. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  44. 37b5e52 epoll: remove ep_call_nested() from ep_eventpoll_poll() by Jason Baron · 7 years ago
  45. 57a173b epoll: avoid calling ep_call_nested() from ep_poll_safewake() by Jason Baron · 7 years ago
  46. 2ae928a epoll: account epitem and eppoll_entry to kmemcg by Shakeel Butt · 7 years ago
  47. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  48. b2ac2ea fs/epoll: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  49. 138e4ad epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() by Oleg Nesterov · 7 years ago
  50. 92ef6da kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE by Cyrill Gorcunov · 7 years ago
  51. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 7 years ago
  52. 77493f0 procfs: fdinfo: extend information about epoll target files by Cyrill Gorcunov · 7 years ago
  53. c257a34 fs, epoll: short circuit fetching events if thread has been killed by David Rientjes · 7 years ago
  54. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  55. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  56. bf3b9f6 epoll: Add busy poll support to epoll with socket fds. by Sridhar Samudrala · 8 years ago
  57. 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
  58. c857ab6 fs,eventpoll: don't test for bitfield with stack value by Cyrill Gorcunov · 8 years ago
  59. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  60. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 9 years ago
  61. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  62. b6a515c epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT by Jason Baron · 9 years ago
  63. df0108c epoll: add EPOLLEXCLUSIVE flag by Jason Baron · 9 years ago
  64. 4d5755b epoll: optimize setting task running after blocking by Davidlohr Bueso · 10 years ago
  65. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  66. c680e41 eventpoll: fix uninitialized variable in epoll_ctl by Nicolas Iooss · 10 years ago
  67. ebe0618 epoll: fix use-after-free in eventpoll_release_file by Konstantin Khlebnikov · 11 years ago
  68. 1f7e061 fs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  69. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  70. 95f19f6 epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled by Amit Pundir · 11 years ago
  71. 5cbb3d21 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  72. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 67347fe epoll: do not take global 'epmutex' for simple topologies by Jason Baron · 11 years ago
  74. ae10b2b epoll: optimize EPOLL_CTL_DEL using rcu by Jason Baron · 11 years ago
  75. c511851 Revert "epoll: use freezable blocking call" by Rafael J. Wysocki · 11 years ago
  76. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  77. 91cf5ab epoll: add a reschedule point in ep_free() by Eric Dumazet · 11 years ago
  78. 7e3fb58 switch epoll_ctl() to fdget by Al Viro · 11 years ago
  79. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  80. 77d5591 signals: eventpoll: do not use sigprocmask() by Oleg Nesterov · 11 years ago
  81. 1c441e9 epoll: use freezable blocking call by Colin Cross · 12 years ago
  82. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  83. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 12 years ago
  84. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 12 years ago
  85. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 12 years ago
  86. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 12 years ago
  87. 39732ca epoll: trim epitem by one cache line by Eric Wong · 12 years ago
  88. 35280bd switch epoll_pwait to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  89. 128dd17 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  90. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  91. a80a6b8 revert "epoll: support for disabling items, and a self-test app" by Andrew Morton · 12 years ago
  92. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  93. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  94. 5e196a9 switch epoll_wait(2) to fget_light() by Al Viro · 12 years ago
  95. 9802274 eventpoll: use-after-possible-free in epoll_create1() by Al Viro · 12 years ago
  96. d9914cf PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  97. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 13 years ago
  98. a815941 epoll: Fix user space breakage related to EPOLLWAKEUP by Rafael J. Wysocki · 13 years ago
  99. 4d7e30d epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 13 years ago
  100. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 13 years ago