Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-15 | fs/eventfd.c: make eventfd_ida static | YueHaibing | 1 | -1/+1 |
2019-05-15 | 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-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 |