| Age | Commit message (Expand) | Author | Files | Lines |
| 14 days | eventfd: convert do_eventfd() to FD_PREPARE() | Christian Brauner | 1 | -20/+11 |
| 2025-02-21 | make use of anon_inode_getfile_fmode() | Al Viro | 1 | -3/+2 |
| 2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -6/+3 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -2/+2 |
| 2024-02-08 | eventfd: strictly check the count parameter of eventfd_write to avoid inputti... | Wen Yang | 1 | -1/+1 |
| 2024-01-23 | eventfd: move 'eventfd-count' printing out of spinlock | Wen Yang | 1 | -4/+9 |
| 2024-01-22 | eventfd: add a BUILD_BUG_ON() to ensure consistency between EFD_SEMAPHORE and... | Wen Yang | 1 | -0/+1 |
| 2023-12-12 | eventfd: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -2/+2 |
| 2023-11-28 | eventfd: make eventfd_signal{_mask}() void | Christian Brauner | 1 | -25/+15 |
| 2023-11-28 | eventfd: simplify eventfd_signal_mask() | Christian Brauner | 1 | -3/+4 |
| 2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -7/+4 |
| 2023-07-11 | eventfd: prevent underflow for eventfd semaphores | Wen Yang | 1 | -1/+1 |
| 2023-06-15 | eventfd: show the EFD_SEMAPHORE flag in fdinfo | Wen Yang | 1 | -4/+6 |
| 2023-05-15 | fs: use correct __poll_t type | Min-Hua Chen | 1 | -1/+1 |
| 2023-04-06 | eventfd: use wait_event_interruptible_locked_irq() helper | Wen Yang | 1 | -34/+7 |
| 2022-11-22 | eventfd: provide a eventfd_signal_mask() helper | Jens Axboe | 1 | -16/+21 |
| 2022-09-21 | eventfd: guard wake_up in eventfd fs calls as well | Dylan Yudaken | 1 | -3/+7 |
| 2021-08-28 | eventfd: Make signal recursion protection a task bitsched-core-2021-08-30 | Thomas Gleixner | 1 | -7/+5 |
| 2020-11-15 | eventfd: Export eventfd_ctx_do_read() | David Woodhouse | 1 | -1/+4 |
| 2020-05-06 | eventfd: convert to f_op->read_iter() | Jens Axboe | 1 | -26/+38 |
| 2020-02-03 | eventfd: track eventfd_signal() recursion depth | Jens Axboe | 1 | -0/+15 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-14 | fs/eventfd.c: make eventfd_ida static | YueHaibing | 1 | -1/+1 |
| 2019-05-14 | eventfd: present id to userspace via fdinfo | Masatake YAMATO | 1 | -0/+8 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -13/+6 |
| 2018-06-14 | 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-11 | 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-27 | fs: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-07-03 | 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-22 | 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-17 | 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-17 | fs, eventfd: add procfs fdinfo helper | Cyrill Gorcunov | 1 | -0/+20 |
| 2012-05-31 | eventfd: change int to __u64 in eventfd_signal() | Sha Zhengju | 1 | -8/+4 |
| 2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
| 2011-02-21 | 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-06-30 | 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-18 | eventfd use waitqueue lock ... | Davide Libenzi | 1 | -14/+12 |
| 2007-05-11 | signal/timer/event: eventfd core | Davide Libenzi | 1 | -0/+228 |