index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-13
/
+6
2018-06-15
eventfd: only return events requested in poll_mask()
Avi Kivity
1
-2
/
+2
2018-05-26
eventfd: switch to ->poll_mask
Christoph Hellwig
1
-4
/
+11
2018-04-02
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
Dominik Brodowski
1
-2
/
+7
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-9
/
+9
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-99
/
+28
2018-01-06
eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
Eric Biggers
1
-15
/
+6
2018-01-06
eventfd: fold eventfd_ctx_read() into eventfd_read()
Eric Biggers
1
-38
/
+15
2018-01-06
eventfd: convert to use anon_inode_getfd()
Eric Biggers
1
-46
/
+7
2017-11-28
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-07-04
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-05-16
fs: eventfd: fix identation on kernel-doc
Mauro Carvalho Chehab
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-03-23
eventfd: document lockless access in eventfd_poll
Paolo Bonzini
1
-2
/
+40
2015-12-08
Documentation: filesystem: Fix typo in fs/eventfd.c
Masanari Iida
1
-2
/
+2
2015-02-18
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
1
-6
/
+6
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
1
-6
/
+3
2014-01-25
eventfd_ctx_fdget(): use fdget() instead of fget()
Al Viro
1
-8
/
+5
2012-12-18
fs, eventfd: add procfs fdinfo helper
Cyrill Gorcunov
1
-0
/
+20
2012-06-01
eventfd: change int to __u64 in eventfd_signal()
Sha Zhengju
1
-8
/
+4
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-02-22
Docbook: add fs/eventfd.c and fix typos in it
Randy Dunlap
1
-6
/
+6
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-25
eventfd - allow atomic read and waitqueue remove
Davide Libenzi
1
-15
/
+74
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
1
-1
/
+1
2009-09-23
anonfd: split interface into file creation and install
Davide Libenzi
1
-13
/
+54
2009-07-01
eventfd: revised interface and cleanups
Davide Libenzi
1
-12
/
+110
2009-06-12
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
1
-0
/
+3
2009-04-01
epoll keyed wakeups: make eventfd use keyed wakeups
Davide Libenzi
1
-3
/
+3
2009-04-01
eventfd: improve support for semaphore-like behavior
Davide Libenzi
1
-9
/
+11
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
1
-3
/
+2
2008-07-24
flag parameters: check magic constants
Ulrich Drepper
1
-0
/
+4
2008-07-24
flag parameters: NONBLOCK in eventfd
Ulrich Drepper
1
-2
/
+2
2008-07-24
flag parameters: eventfd
Ulrich Drepper
1
-2
/
+11
2008-07-24
flag parameters: anon_inode_getfd extension
Ulrich Drepper
1
-1
/
+1
2008-05-01
[PATCH] sanitize anon_inode_getfd()
Al Viro
1
-10
/
+5
2008-02-06
fs/eventfd.c should #include <linux/syscalls.h>
Adrian Bunk
1
-0
/
+1
2007-05-19
eventfd use waitqueue lock ...
Davide Libenzi
1
-14
/
+12
2007-05-11
signal/timer/event: eventfd core
Davide Libenzi
1
-0
/
+228