1. f2be269 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  2. 7dda712 timerfd: add support for keyed wakeups by Christoph Hellwig · 6 years ago
  3. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 6 years ago
  4. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  5. 6ff8473 time: Change types to new y2038 safe __kernel_itimerspec by Deepa Dinamani · 6 years ago
  6. 652fe8e timerfd: convert to ->poll_mask by Christoph Hellwig · 6 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  8. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. bff4120 timerfd: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 7 years ago
  11. 25b68a8 timerfd: Only check CAP_WAKE_ALARM when it is needed by Stephen Smalley · 7 years ago
  12. 1e38da3 timerfd: Protect the might cancel mechanism proper by Thomas Gleixner · 7 years ago
  13. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  14. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  15. 2895a5e timerfd: Reject ALARM timerfds without CAP_WAKE_ALARM by Eric Caruso · 8 years ago
  16. b62526e timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper by Thomas Gleixner · 9 years ago
  17. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  18. 88299c9 timerfd: Remove an always true check by Dan Carpenter · 10 years ago
  19. 53cc7ba timerfd: Use ktime_mono_to_real() by Thomas Gleixner · 10 years ago
  20. 5442e9f timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3 by Cyrill Gorcunov · 10 years ago
  21. af9c495 timerfd: Implement show_fdinfo method by Cyrill Gorcunov · 10 years ago
  22. 4a2378a timerfd: support CLOCK_BOOTTIME clock by Greg Hackmann · 11 years ago
  23. 11ffa9d timerfd: Add alarm timers by Todd Poynor · 11 years ago
  24. 0e803ba compat: restore timerfd settime and gettime compat syscalls by Heiko Carstens · 11 years ago
  25. 9d94b9e switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  26. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  27. 4109633 switch timerfd_[sg]ettime(2) to fget_light() by Al Viro · 12 years ago
  28. 1123d939 timerfd: Fix wakeup of processes when timer is cancelled on clock change by Max Asbock · 13 years ago
  29. 9ec2690 timerfd: Manage cancelable timers in timerfd by Thomas Gleixner · 13 years ago
  30. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 13 years ago
  31. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  32. 8120a8a fs/timerfd.c: make use of wait_event_interruptible_locked_irq() by Michal Nazarewicz · 14 years ago
  33. 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
  34. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  35. 610d18f timerfd: add flags check by Davide Libenzi · 15 years ago
  36. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 16 years ago
  37. 836f92a [CVE-2009-0029] System call wrappers part 31 by Heiko Carstens · 16 years ago
  38. 7636947 hrtimer: convert timerfd to the new hrtimer apis by Arjan van de Ven · 16 years ago
  39. e38b36f flag parameters: check magic constants by Ulrich Drepper · 16 years ago
  40. 6b1ef0e flag parameters: NONBLOCK in timerfd_create by Ulrich Drepper · 16 years ago
  41. 11fcb6c flag parameters: timerfd_create by Ulrich Drepper · 16 years ago
  42. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  43. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 16 years ago
  44. 45cc2b9 fs/timerfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  45. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  46. 0982840 make timerfd return a u64 and fix the __put_user by Davide Libenzi · 17 years ago
  47. 18963c0 timerfd use waitqueue lock ... by Davide Libenzi · 17 years ago
  48. b215e28 signal/timer/event: timerfd core by Davide Libenzi · 17 years ago