1. 7fab29e fs/epoll: restore waking from ep_done_scan() by Davidlohr Bueso · 3 years, 8 months ago
  2. a6c67fe fs: eventpoll: fix comments & kernel-doc notation by Randy Dunlap · 3 years, 10 months ago
  3. bfe3911 kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE by Chris Wilson · 4 years ago
  4. 58169a5 epoll: add syscall epoll_pwait2 by Willem de Bruijn · 4 years, 1 month ago
  5. 7cdf7c2 epoll: convert internal api to timespec64 by Willem de Bruijn · 4 years, 1 month ago
  6. e59d3c6 epoll: eliminate unnecessary lock for zero timeout by Soheil Hassas Yeganeh · 4 years, 1 month ago
  7. 00b2763 epoll: replace gotos with a proper loop by Soheil Hassas Yeganeh · 4 years, 1 month ago
  8. e8c8532 epoll: pull all code between fetch_events and send_event into the loop by Soheil Hassas Yeganeh · 4 years, 1 month ago
  9. 1493c47 epoll: simplify and optimize busy loop logic by Soheil Hassas Yeganeh · 4 years, 1 month ago
  10. e411596 epoll: move eavail next to the list_empty_careful check by Soheil Hassas Yeganeh · 4 years, 1 month ago
  11. cccd29b epoll: pull fatal signal checks into ep_send_events() by Soheil Hassas Yeganeh · 4 years, 1 month ago
  12. 2efdaf7 epoll: simplify signal handling by Soheil Hassas Yeganeh · 4 years, 1 month ago
  13. 289caf5 epoll: check for events when removing a timed out thread from the wait queue by Soheil Hassas Yeganeh · 4 years, 1 month ago
  14. 1a825a6 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 1 month ago
  15. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
  16. 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 1 month ago
  17. 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 1 month ago
  18. 319c151 epoll: take epitem list out of struct file by Al Viro · 4 years, 3 months ago
  19. d9f41e3 epoll: massage the check list insertion by Al Viro · 4 years, 3 months ago
  20. b62d270 lift rcu_read_lock() into reverse_path_check() by Al Viro · 4 years, 3 months ago
  21. 44cdc1d convert ->f_ep_links/->fllink to hlist by Al Viro · 4 years, 3 months ago
  22. d1ec50a ep_insert(): move creation of wakeup source past the fl_ep_links insertion by Al Viro · 4 years, 3 months ago
  23. 2c0b71c fold ep_read_events_proc() into the only caller by Al Viro · 4 years, 3 months ago
  24. ad9366b take the common part of ep_eventpoll_poll() and ep_item_poll() into helper by Al Viro · 4 years, 3 months ago
  25. 85353e9 ep_insert(): we only need tep->mtx around the insertion itself by Al Viro · 4 years, 3 months ago
  26. e3e096e ep_insert(): don't open-code ep_remove() on failure exits by Al Viro · 4 years, 3 months ago
  27. 57804b1 lift locking/unlocking ep->mtx out of ep_{start,done}_scan() by Al Viro · 4 years, 4 months ago
  28. ff07952 ep_send_events_proc(): fold into the caller by Al Viro · 4 years, 4 months ago
  29. 443f1a0 lift the calls of ep_send_events_proc() into the callers by Al Viro · 4 years, 4 months ago
  30. 1ec0997 lift the calls of ep_read_events_proc() into the callers by Al Viro · 4 years, 4 months ago
  31. db502f8 ep_scan_ready_list(): prepare to splitup by Al Viro · 4 years, 4 months ago
  32. bde03c4 ep_loop_check_proc(): saner calling conventions by Al Viro · 4 years, 3 months ago
  33. 6a3890c get rid of ep_push_nested() by Al Viro · 4 years, 3 months ago
  34. 56c428c ep_loop_check_proc(): lift pushing the cookie into callers by Al Viro · 4 years, 3 months ago
  35. d16312a clean reverse_path_check_proc() a bit by Al Viro · 4 years, 3 months ago
  36. 0c320f7 reverse_path_check_proc(): don't bother with cookies by Al Viro · 4 years, 3 months ago
  37. aebf15f reverse_path_check_proc(): sane arguments by Al Viro · 4 years, 4 months ago
  38. 773318e untangling ep_call_nested(): and there was much rejoicing by Al Viro · 4 years, 4 months ago
  39. 99d84d4 untangling ep_call_nested(): move push/pop of cookie into the callbacks by Al Viro · 4 years, 4 months ago
  40. 3b1688e untangling ep_call_nested(): take pushing cookie into a helper by Al Viro · 4 years, 4 months ago
  41. d01f059 untangling ep_call_nested(): it's all serialized on epmutex. by Al Viro · 4 years, 4 months ago
  42. 8677600 untangling ep_call_nested(): get rid of useless arguments by Al Viro · 4 years, 4 months ago
  43. 364f374 epoll: get rid of epitem->nwait by Al Viro · 4 years, 4 months ago
  44. 80285b7 epoll: switch epitem->pwqlist to single-linked list by Al Viro · 4 years, 4 months ago
  45. 3701cb5 ep_create_wakeup_source(): dentry name can change under you... by Al Viro · 4 years, 3 months ago
  46. fe0a916 epoll: EPOLL_CTL_ADD: close the race in decision to take fast path by Al Viro · 4 years, 4 months ago
  47. 18306c4 epoll: replace ->visited/visited_list with generation count by Al Viro · 4 years, 4 months ago
  48. f8d4f44 epoll: do not insert into poll queues until all sanity checks are done by Al Viro · 4 years, 4 months ago
  49. 77f4689 fix regression in "epoll: Keep a reference on files added to the check list" by Al Viro · 4 years, 4 months ago
  50. 52c4796 do_epoll_ctl(): clean the failure exits up a bit by Al Viro · 4 years, 4 months ago
  51. a9ed4a6 epoll: Keep a reference on files added to the check list by Marc Zyngier · 4 years, 5 months ago
  52. 6575909 epoll: call final ep_events_available() check under the lock by Roman Penyaev · 4 years, 8 months ago
  53. 412895f epoll: atomically remove wait entry on wake up by Roman Penyaev · 4 years, 8 months ago
  54. 0c54a6a eventpoll: fix missing wakeup for ovflist in ep_poll_callback by Khazhismel Kumykov · 4 years, 8 months ago
  55. efcdd35 fs/epoll: make nesting accounting safe for -rt kernel by Jason Baron · 4 years, 9 months ago
  56. 1b53734 epoll: fix possible lost wakeup on epoll_ctl() path by Roman Penyaev · 4 years, 10 months ago
  57. 39220e8 eventpoll: support non-blocking do_epoll_ctl() calls by Jens Axboe · 5 years ago
  58. 58e41a4 eventpoll: abstract out epoll_ctl() handler by Jens Axboe · 5 years ago
  59. 339ddb5 fs/epoll: remove unnecessary wakeups of nested epoll by Heiher · 5 years ago
  60. f6520c5 epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC by Jason Baron · 5 years ago
  61. c8377ad PM / wakeup: Show wakeup sources stats in sysfs by Tri Vo · 5 years ago
  62. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  63. b772434 signal: simplify set_user_sigmask/restore_user_sigmask by Oleg Nesterov · 5 years ago
  64. 97abc88 signal: remove the wrong signal_pending() check in restore_user_sigmask() by Oleg Nesterov · 6 years ago
  65. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  66. a218cc4 epoll: use rwlock in order to reduce ep_poll_callback() contention by Roman Penyaev · 6 years ago
  67. c3e320b epoll: unify awaking of wakeup source on ep_poll_callback() path by Roman Penyaev · 6 years ago
  68. c141175 epoll: make sure all elements in ready list are in FIFO order by Roman Penyaev · 6 years ago
  69. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  70. 86c0517 fs/epoll: deal with wait_queue only once by Davidlohr Bueso · 6 years ago
  71. 35cff1a fs/epoll: rename check_events label to send_events by Davidlohr Bueso · 6 years ago
  72. abc610e fs/epoll: avoid barrier after an epoll_wait(2) timeout by Davidlohr Bueso · 6 years ago
  73. c5a282e fs/epoll: reduce the scope of wq lock in epoll_wait() by Davidlohr Bueso · 6 years ago
  74. 21877e1 fs/epoll: robustify ep->mtx held checks by Davidlohr Bueso · 6 years ago
  75. 76699a6 fs/epoll: drop ovflist branch prediction by Davidlohr Bueso · 6 years ago
  76. 4e0982a fs/epoll: simplify ep_send_events_proc() ready-list loop by Davidlohr Bueso · 6 years ago
  77. 74bdc12 fs/epoll: remove max_nests argument from ep_call_nested() by Davidlohr Bueso · 6 years ago
  78. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  79. 854a6ed signal: Add restore_user_sigmask() by Deepa Dinamani · 6 years ago
  80. ded653c signal: Add set_user_sigmask() by Deepa Dinamani · 6 years ago
  81. 992991c fs/eventpoll.c: simplify ep_is_linked() callers by Davidlohr Bueso · 6 years ago
  82. 679abf3 fs/eventpoll.c: loosen irq safety in ep_poll() by Davidlohr Bueso · 6 years ago
  83. 514056d fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery by Davidlohr Bueso · 6 years ago
  84. 92e6417 s/epoll: robustify irq safety with lockdep_assert_irqs_enabled() by Davidlohr Bueso · 6 years ago
  85. 304b18b fs/epoll: loosen irq safety in epoll_insert() and epoll_remove() by Davidlohr Bueso · 6 years ago
  86. 002b343 fs/epoll: loosen irq safety in ep_scan_ready_list() by Davidlohr Bueso · 6 years ago
  87. ee8ef0a epoll: use the waitqueue lock to protect ep->wq by Christoph Hellwig · 6 years ago
  88. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  89. 11c5ad0 eventpoll: switch to ->poll_mask by Ben Noordhuis · 7 years ago
  90. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  91. 791eb22 fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*() by Dominik Brodowski · 7 years ago
  92. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  93. d85e2aa annotate ep_scan_ready_list() by Al Viro · 7 years ago
  94. d7ebbe4 ep_send_events_proc(): return result via esed->res by Al Viro · 7 years ago
  95. 6911273 eventpoll: no need to mask the result of epi_item_poll() again by Al Viro · 7 years ago
  96. bec1a502 eventpoll: constify struct epoll_event pointers by Al Viro · 7 years ago
  97. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  98. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago
  99. fa7f578 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  100. 37b5e52 epoll: remove ep_call_nested() from ep_eventpoll_poll() by Jason Baron · 7 years ago