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