index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Age
Commit message (
Expand
)
Author
2020-10-25
get rid of ep_push_nested()
Al Viro
2020-10-25
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-09-24
ep_create_wakeup_source(): dentry name can change under you...
Al Viro
2020-09-10
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
2020-09-10
epoll: replace ->visited/visited_list with generation count
Al Viro
2020-09-09
epoll: do not insert into poll queues until all sanity checks are done
Al Viro
2020-09-02
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
2020-08-22
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
2020-08-22
epoll: Keep a reference on files added to the check list
Marc Zyngier
2020-05-14
epoll: call final ep_events_available() check under the lock
Roman Penyaev
2020-05-07
epoll: atomically remove wait entry on wake up
Roman Penyaev
2020-05-07
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
2020-03-21
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
2020-01-29
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
2020-01-29
eventpoll: abstract out epoll_ctl() handler
Jens Axboe
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-07
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
2019-03-07
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
2019-03-07
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-04
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
2019-01-04
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
2019-01-04
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
2019-01-04
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
2019-01-04
fs/epoll: robustify ep->mtx held checks
Davidlohr Bueso
2019-01-04
fs/epoll: drop ovflist branch prediction
Davidlohr Bueso
2019-01-04
fs/epoll: simplify ep_send_events_proc() ready-list loop
Davidlohr Bueso
2019-01-04
fs/epoll: remove max_nests argument from ep_call_nested()
Davidlohr Bueso
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
2018-08-22
fs/eventpoll.c: simplify ep_is_linked() callers
Davidlohr Bueso
2018-08-22
fs/eventpoll.c: loosen irq safety in ep_poll()
Davidlohr Bueso
[prev]
[next]