Age | Commit message (Expand) | Author |
2019-05-14 | fs/eventfd.c: make eventfd_ida static | YueHaibing |
2019-05-14 | eventfd: present id to userspace via fdinfo | Masatake YAMATO |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-14 | eventfd: only return events requested in poll_mask() | Avi Kivity |
2018-05-26 | eventfd: switch to ->poll_mask | Christoph Hellwig |
2018-04-02 | fs: add do_eventfd() helper; remove internal call to sys_eventfd() | Dominik Brodowski |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-31 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2018-01-06 | eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget() | Eric Biggers |
2018-01-06 | eventfd: fold eventfd_ctx_read() into eventfd_read() | Eric Biggers |
2018-01-06 | eventfd: convert to use anon_inode_getfd() | Eric Biggers |
2017-11-27 | fs: annotate ->poll() instances | Al Viro |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar |
2017-05-16 | fs: eventfd: fix identation on kernel-doc | Mauro Carvalho Chehab |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2016-03-22 | eventfd: document lockless access in eventfd_poll | Paolo Bonzini |
2015-12-08 | Documentation: filesystem: Fix typo in fs/eventfd.c | Masanari Iida |
2015-02-17 | eventfd: don't take the spinlock in eventfd_poll | Chris Mason |
2014-11-05 | fs: Convert show_fdinfo functions to void | Joe Perches |
2014-01-25 | eventfd_ctx_fdget(): use fdget() instead of fget() | Al Viro |
2012-12-17 | fs, eventfd: add procfs fdinfo helper | Cyrill Gorcunov |
2012-05-31 | eventfd: change int to __u64 in eventfd_signal() | Sha Zhengju |
2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker |
2011-02-21 | Docbook: add fs/eventfd.c and fix typos in it | Randy Dunlap |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-01-25 | eventfd - allow atomic read and waitqueue remove | Davide Libenzi |
2009-12-22 | anonfd: Allow making anon files read-only | Roland Dreier |
2009-09-23 | anonfd: split interface into file creation and install | Davide Libenzi |
2009-06-30 | eventfd: revised interface and cleanups | Davide Libenzi |
2009-06-12 | eventfd: export eventfd_signal and eventfd_fget for lguest | Rusty Russell |
2009-04-01 | epoll keyed wakeups: make eventfd use keyed wakeups | Davide Libenzi |
2009-04-01 | eventfd: improve support for semaphore-like behavior | Davide Libenzi |
2009-01-14 | [CVE-2009-0029] System call wrappers part 32 | Heiko Carstens |
2008-07-24 | flag parameters: check magic constants | Ulrich Drepper |
2008-07-24 | flag parameters: NONBLOCK in eventfd | Ulrich Drepper |
2008-07-24 | flag parameters: eventfd | Ulrich Drepper |
2008-07-24 | flag parameters: anon_inode_getfd extension | Ulrich Drepper |
2008-05-01 | [PATCH] sanitize anon_inode_getfd() | Al Viro |
2008-02-06 | fs/eventfd.c should #include <linux/syscalls.h> | Adrian Bunk |
2007-05-18 | eventfd use waitqueue lock ... | Davide Libenzi |
2007-05-11 | signal/timer/event: eventfd core | Davide Libenzi |