1. a1ac3f3 Merge 5.10.36 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  2. 4c44c13 fs/epoll: restore waking from ep_done_scan() by Davidlohr Bueso · 3 years, 8 months ago
  3. 0ff110f ANDROID: fs: Add vendor hooks for ep_create_wakeup_source & timerfd_create by Manish Varma · 3 years, 10 months ago
  4. d8c7f0a Merge 5.10.20 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  5. 1ea3602 kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE by Chris Wilson · 3 years, 11 months ago
  6. 19057a6 Merge 5.10.4 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  7. 1afb979c epoll: check for events when removing a timed out thread from the wait queue by Soheil Hassas Yeganeh · 4 years ago
  8. 114c58d Merge 5.9-rc8 into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  9. 3701cb5 ep_create_wakeup_source(): dentry name can change under you... by Al Viro · 4 years, 3 months ago
  10. fe0a916 epoll: EPOLL_CTL_ADD: close the race in decision to take fast path by Al Viro · 4 years, 4 months ago
  11. 18306c4 epoll: replace ->visited/visited_list with generation count by Al Viro · 4 years, 4 months ago
  12. f8d4f44 epoll: do not insert into poll queues until all sanity checks are done by Al Viro · 4 years, 4 months ago
  13. 3d3ef2a Merge 5.9-rc4 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  14. 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 4 months ago
  15. e6d1601 Merge 5.9-rc2 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  16. 52c4796 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 4 months ago
  17. a9ed4a6 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 4 months ago
  18. 5579d6e Merge 5.7-rc6 into android-mainline by Greg Kroah-Hartman · 4 years, 7 months ago
  19. 6575909 epoll: call final ep_events_available() check under the lock by Roman Penyaev · 4 years, 8 months ago
  20. 6ea645e Merge 5.7-rc5 into android-mainline by Greg Kroah-Hartman · 4 years, 8 months ago
  21. 412895f epoll: atomically remove wait entry on wake up by Roman Penyaev · 4 years, 8 months ago
  22. 0c54a6a eventpoll: fix missing wakeup for ovflist in ep_poll_callback by Khazhismel Kumykov · 4 years, 8 months ago
  23. 2724136 Merge 5d30bcacd91a ("Merge tag '9p-for-5.7-2' of git://github.com/martinetd/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
  24. efcdd35 fs/epoll: make nesting accounting safe for -rt kernel by Jason Baron · 4 years, 9 months ago
  25. be8d9e8 Merge 5.6-rc7 into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
  26. 1b53734 epoll: fix possible lost wakeup on epoll_ctl() path by Roman Penyaev · 4 years, 9 months ago
  27. 7881aee Merge 39bed42de2e7 ("Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma") into android-mainline by Greg Kroah-Hartman · 5 years ago
  28. 39220e8 eventpoll: support non-blocking do_epoll_ctl() calls by Jens Axboe · 5 years ago
  29. 58e41a4 eventpoll: abstract out epoll_ctl() handler by Jens Axboe · 5 years ago
  30. d3a196a Merge 5.5-rc1 into android-mainline by Greg Kroah-Hartman · 5 years ago
  31. 339ddb5 fs/epoll: remove unnecessary wakeups of nested epoll by Heiher · 5 years ago
  32. f6520c5 epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC by Jason Baron · 5 years ago
  33. bfa0399 Merge Linus's 5.4-rc1-prerelease branch into android-mainline by Greg Kroah-Hartman · 5 years ago
  34. c8377ad PM / wakeup: Show wakeup sources stats in sysfs by Tri Vo · 5 years ago
  35. 37766c2 Merge 5.3.0-rc1 into android-mainline by Greg Kroah-Hartman · 5 years ago
  36. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  37. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  38. 96e821b Merge 5.2-rc7 into android-mainline by Greg Kroah-Hartman · 5 years ago
  39. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  40. eae1a1b Merge Linux 5.2-rc3 into android-mainline by Greg Kroah-Hartman · 6 years ago
  41. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  42. 0f2cb7c Merge branch 'linux-mainline' into android-mainline-tmp by Todd Kjos · 6 years ago
  43. 7c6ba36 ANDROID: fs: epoll: use freezable blocking call by Colin Cross · 12 years ago
  44. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  45. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  46. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  47. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  48. 86c0517 fs/epoll: deal with wait_queue only once by Davidlohr Bueso · 6 years ago
  49. 35cff1a fs/epoll: rename check_events label to send_events by Davidlohr Bueso · 6 years ago
  50. abc610e fs/epoll: avoid barrier after an epoll_wait(2) timeout by Davidlohr Bueso · 6 years ago
  51. c5a282e fs/epoll: reduce the scope of wq lock in epoll_wait() by Davidlohr Bueso · 6 years ago
  52. 21877e1 fs/epoll: robustify ep->mtx held checks by Davidlohr Bueso · 6 years ago
  53. 76699a6 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 6 years ago
  54. 4e0982a fs/epoll: simplify ep_send_events_proc() ready-list loop by Davidlohr Bueso · 6 years ago
  55. 74bdc12 fs/epoll: remove max_nests argument from ep_call_nested() by Davidlohr Bueso · 6 years ago
  56. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  57. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  58. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  59. 992991c fs/eventpoll.c: simplify ep_is_linked() callers by Davidlohr Bueso · 6 years ago
  60. 679abf3 fs/eventpoll.c: loosen irq safety in ep_poll() by Davidlohr Bueso · 6 years ago
  61. 514056d fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery by Davidlohr Bueso · 6 years ago
  62. 92e6417 s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() by Davidlohr Bueso · 6 years ago
  63. 304b18b fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() by Davidlohr Bueso · 6 years ago
  64. 002b343 fs/epoll: loosen irq safety in ep_scan_ready_list() by Davidlohr Bueso · 6 years ago
  65. ee8ef0a epoll: use the waitqueue lock to protect ep->wq by Christoph Hellwig · 6 years ago
  66. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  67. 11c5ad0 eventpoll: switch to ->poll_mask by Ben Noordhuis · 7 years ago
  68. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  69. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  70. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  71. d85e2aa annotate ep_scan_ready_list() by Al Viro · 7 years ago
  72. d7ebbe4 ep_send_events_proc(): return result via esed->res by Al Viro · 7 years ago
  73. 6911273 eventpoll: no need to mask the result of epi_item_poll() again by Al Viro · 7 years ago
  74. bec1a502 eventpoll: constify struct epoll_event pointers by Al Viro · 7 years ago
  75. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  76. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  77. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  78. 37b5e52 epoll: remove ep_call_nested() from ep_eventpoll_poll() by Jason Baron · 7 years ago
  79. 57a173b epoll: avoid calling ep_call_nested() from ep_poll_safewake() by Jason Baron · 7 years ago
  80. 2ae928a epoll: account epitem and eppoll_entry to kmemcg by Shakeel Butt · 7 years ago
  81. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  82. b2ac2ea fs/epoll: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
  83. 138e4ad epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() by Oleg Nesterov · 7 years ago
  84. 92ef6da kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE by Cyrill Gorcunov · 7 years ago
  85. 0791e36 kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files by Cyrill Gorcunov · 7 years ago
  86. 77493f0 procfs: fdinfo: extend information about epoll target files by Cyrill Gorcunov · 7 years ago
  87. c257a34 fs, epoll: short circuit fetching events if thread has been killed by David Rientjes · 7 years ago
  88. 2055da9 sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming by Ingo Molnar · 8 years ago
  89. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  90. bf3b9f6 epoll: Add busy poll support to epoll with socket fds. by Sridhar Samudrala · 8 years ago
  91. 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
  92. c857ab6 fs,eventpoll: don't test for bitfield with stack value by Cyrill Gorcunov · 8 years ago
  93. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  94. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 9 years ago
  95. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  96. b6a515c epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT by Jason Baron · 9 years ago
  97. df0108c epoll: add EPOLLEXCLUSIVE flag by Jason Baron · 9 years ago
  98. 4d5755b epoll: optimize setting task running after blocking by Davidlohr Bueso · 10 years ago
  99. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  100. c680e41 eventpoll: fix uninitialized variable in epoll_ctl by Nicolas Iooss · 10 years ago