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