index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
eventpoll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
epoll: use try_cmpxchg in list_add_tail_lockless
Uros Bizjak
2022-09-11
1
-1
/
+1
*
epoll: autoremove wakers even more aggressively
Benjamin Segall
2022-07-17
1
-0
/
+22
*
eventpoll: simplify sysctl declaration with register_sysctl()
Xiaoming Ni
2022-01-22
1
-1
/
+9
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2021-09-09
1
-3
/
+2
|
\
|
*
ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulation
Arnd Bergmann
2021-08-20
1
-3
/
+2
*
|
fs/epoll: use a per-cpu counter for user's watches count
Nicholas Piggin
2021-09-08
1
-8
/
+10
|
/
*
fs/epoll: restore waking from ep_done_scan()
Davidlohr Bueso
2021-05-06
1
-0
/
+6
*
fs: eventpoll: fix comments & kernel-doc notation
Randy Dunlap
2021-03-06
1
-26
/
+26
*
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
2021-02-16
1
-2
/
+2
*
epoll: add syscall epoll_pwait2
Willem de Bruijn
2020-12-19
1
-14
/
+73
*
epoll: convert internal api to timespec64
Willem de Bruijn
2020-12-19
1
-20
/
+37
*
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
2020-12-19
1
-13
/
+12
*
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
2020-12-19
1
-21
/
+21
*
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
2020-12-19
1
-20
/
+21
*
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
2020-12-19
1
-23
/
+17
*
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
2020-12-19
1
-2
/
+1
*
epoll: pull fatal signal checks into ep_send_events()
Soheil Hassas Yeganeh
2020-12-19
1
-9
/
+8
*
epoll: simplify signal handling
Soheil Hassas Yeganeh
2020-12-19
1
-10
/
+10
*
epoll: check for events when removing a timed out thread from the wait queue
Soheil Hassas Yeganeh
2020-12-19
1
-9
/
+16
*
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2020-12-15
1
-415
/
+302
|
\
|
*
epoll: take epitem list out of struct file
Al Viro
2020-10-25
1
-42
/
+126
|
*
epoll: massage the check list insertion
Al Viro
2020-10-25
1
-4
/
+4
|
*
lift rcu_read_lock() into reverse_path_check()
Al Viro
2020-10-25
1
-2
/
+2
|
*
convert ->f_ep_links/->fllink to hlist
Al Viro
2020-10-25
1
-9
/
+9
|
*
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
2020-10-25
1
-11
/
+9
|
*
fold ep_read_events_proc() into the only caller
Al Viro
2020-10-25
1
-29
/
+20
|
*
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
2020-10-25
1
-30
/
+27
|
*
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
2020-10-25
1
-18
/
+10
|
*
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
2020-10-25
1
-37
/
+14
|
*
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-25
1
-31
/
+26
|
*
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-25
1
-40
/
+20
|
*
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-25
1
-28
/
+5
|
*
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-25
1
-10
/
+14
|
*
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-25
1
-27
/
+36
|
*
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-25
1
-22
/
+16
|
*
get rid of ep_push_nested()
Al Viro
2020-10-25
1
-25
/
+4
|
*
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
1
-6
/
+12
|
*
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
1
-17
/
+9
|
*
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
1
-2
/
+1
|
*
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
1
-7
/
+5
|
*
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
1
-32
/
+11
|
*
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
1
-9
/
+9
|
*
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
1
-9
/
+17
|
*
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
1
-69
/
+11
|
*
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
1
-19
/
+12
|
*
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
1
-26
/
+20
|
*
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-10-25
1
-26
/
+25
*
|
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-04
1
-2
/
+1
*
|
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
2020-12-01
1
-1
/
+2
*
|
net: Introduce preferred busy-polling
Björn Töpel
2020-12-01
1
-1
/
+1
|
/
[next]