Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Deepa Dinamani
|
766b9f928b
fs: poll/select/recvmmsg: use timespec64 for timeout events
|
9 years ago |
John Stultz
|
da8b44d5a9
timer: convert timer_slack_ns from unsigned long to u64
|
9 years ago |
Jason Baron
|
b6a515c8a0
epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
|
9 years ago |
Jason Baron
|
df0108c5da
epoll: add EPOLLEXCLUSIVE flag
|
9 years ago |
Davidlohr Bueso
|
4d5755b147
epoll: optimize setting task running after blocking
|
10 years ago |
Joe Perches
|
a3816ab0e8
fs: Convert show_fdinfo functions to void
|
11 years ago |
Nicolas Iooss
|
c680e41b3a
eventpoll: fix uninitialized variable in epoll_ctl
|
11 years ago |
Konstantin Khlebnikov
|
ebe06187bf
epoll: fix use-after-free in eventpoll_release_file
|
11 years ago |
Joe Perches
|
1f7e0616cd
fs: convert use of typedef ctl_table to struct ctl_table
|
11 years ago |
Jason Baron
|
4ff36ee94d
epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL
|
11 years ago |
Amit Pundir
|
95f19f658c
epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled
|
11 years ago |
Linus Torvalds
|
5cbb3d216e
Merge branch 'akpm' (patches from Andrew Morton)
|
11 years ago |
Linus Torvalds
|
9bc9ccd7db
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Jason Baron
|
67347fe4e6
epoll: do not take global 'epmutex' for simple topologies
|
11 years ago |
Jason Baron
|
ae10b2b4eb
epoll: optimize EPOLL_CTL_DEL using rcu
|
11 years ago |
Rafael J. Wysocki
|
c511851de1
Revert "epoll: use freezable blocking call"
|
11 years ago |
Al Viro
|
72c2d53192
file->f_op is never NULL...
|
12 years ago |
Eric Dumazet
|
91cf5ab60f
epoll: add a reschedule point in ep_free()
|
12 years ago |
Al Viro
|
7e3fb5842e
switch epoll_ctl() to fdget
|
12 years ago |
Linus Torvalds
|
7f0ef0267e
Merge branch 'akpm' (updates from Andrew Morton)
|
12 years ago |
Oleg Nesterov
|
77d5591802
signals: eventpoll: do not use sigprocmask()
|
12 years ago |
Colin Cross
|
1c441e9212
epoll: use freezable blocking call
|
12 years ago |
Linus Torvalds
|
08d7676083
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Eric Wong
|
d6d67e7231
epoll: cleanup: use RCU_INIT_POINTER when nulling
|
12 years ago |
Eric Wong
|
450d89ec0a
epoll: cleanup: hoist out f_op->poll calls
|
12 years ago |
Eric Wong
|
ddf676c38b
epoll: lock ep->mtx in ep_free to silence lockdep
|
12 years ago |
Eric Wong
|
eea1d58591
epoll: use RCU to protect wakeup_source in epitem
|
12 years ago |
Eric Wong
|
39732ca5af
epoll: trim epitem by one cache line
|
12 years ago |
Al Viro
|
35280bd4a3
switch epoll_pwait to COMPAT_SYSCALL_DEFINE
|
12 years ago |