1. eaef83c eventfd: track eventfd_signal() recursion depth by Jens Axboe · 4 years, 6 months ago
  2. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  3. 4d572d9 eventfd: only return events requested in poll_mask() by Avi Kivity · 6 years ago
  4. 9e42f19 eventfd: switch to ->poll_mask by Christoph Hellwig · 7 years ago
  5. 2fc96f8 fs: add do_eventfd() helper; remove internal call to sys_eventfd() by Dominik Brodowski · 6 years ago
  6. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  7. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  8. 105f2b7 eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget() by Eric Biggers · 7 years ago
  9. b636457 eventfd: fold eventfd_ctx_read() into eventfd_read() by Eric Biggers · 7 years ago
  10. 7d81516 eventfd: convert to use anon_inode_getfd() by Eric Biggers · 7 years ago
  11. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  12. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  13. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  14. f16df9f fs: eventfd: fix identation on kernel-doc by Mauro Carvalho Chehab · 7 years ago
  15. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  16. a484c3d eventfd: document lockless access in eventfd_poll by Paolo Bonzini · 8 years ago
  17. 20d5a86 Documentation: filesystem: Fix typo in fs/eventfd.c by Masanari Iida · 9 years ago
  18. e22553e eventfd: don't take the spinlock in eventfd_poll by Chris Mason · 9 years ago
  19. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  20. 36a7411 eventfd_ctx_fdget(): use fdget() instead of fget() by Al Viro · 11 years ago
  21. cbac554 fs, eventfd: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  22. ee62c6b eventfd: change int to __u64 in eventfd_signal() by Sha Zhengju · 12 years ago
  23. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  24. 3618218 Docbook: add fs/eventfd.c and fix typos in it by Randy Dunlap · 13 years ago
  25. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. cb289d6 eventfd - allow atomic read and waitqueue remove by Davide Libenzi · 15 years ago
  28. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  29. 562787a anonfd: split interface into file creation and install by Davide Libenzi · 15 years ago
  30. 1338901 eventfd: revised interface and cleanups by Davide Libenzi · 15 years ago
  31. 5718607 eventfd: export eventfd_signal and eventfd_fget for lguest by Rusty Russell · 15 years ago
  32. 3951088 epoll keyed wakeups: make eventfd use keyed wakeups by Davide Libenzi · 15 years ago
  33. bcd0b23 eventfd: improve support for semaphore-like behavior by Davide Libenzi · 15 years ago
  34. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 16 years ago
  35. e38b36f flag parameters: check magic constants by Ulrich Drepper · 16 years ago
  36. e7d476d flag parameters: NONBLOCK in eventfd by Ulrich Drepper · 16 years ago
  37. b087498e flag parameters: eventfd by Ulrich Drepper · 16 years ago
  38. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  39. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 16 years ago
  40. 7747cdb fs/eventfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  41. d48eb23 eventfd use waitqueue lock ... by Davide Libenzi · 17 years ago
  42. e1ad746 signal/timer/event: eventfd core by Davide Libenzi · 17 years ago