| Commit message (Expand) | Author | Age | Files | Lines |
* | timerfd: Use get_itimerspec64() and put_itimerspec64() | Deepa Dinamani | 2017-06-30 | 1 | -22/+21 |
* | timerfd: Only check CAP_WAKE_ALARM when it is needed | Stephen Smalley | 2017-03-01 | 1 | -4/+4 |
* | timerfd: Protect the might cancel mechanism proper | Thomas Gleixner | 2017-02-10 | 1 | -3/+14 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | ktime: Get rid of the union | Thomas Gleixner | 2016-12-25 | 1 | -13/+13 |
* | timerfd: Reject ALARM timerfds without CAP_WAKE_ALARM | Eric Caruso | 2016-06-09 | 1 | -0/+10 |
* | timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper | Thomas Gleixner | 2016-01-17 | 1 | -1/+1 |
* | fs: Convert show_fdinfo functions to void | Joe Perches | 2014-11-05 | 1 | -13/+14 |
* | timerfd: Remove an always true check | Dan Carpenter | 2014-08-27 | 1 | -2/+1 |
* | timerfd: Use ktime_mono_to_real() | Thomas Gleixner | 2014-07-23 | 1 | -3/+3 |
* | timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3 | Cyrill Gorcunov | 2014-07-18 | 1 | -0/+37 |
* | timerfd: Implement show_fdinfo method | Cyrill Gorcunov | 2014-07-18 | 1 | -1/+33 |
* | timerfd: support CLOCK_BOOTTIME clock | Greg Hackmann | 2014-01-24 | 1 | -0/+1 |
* | timerfd: Add alarm timers | Todd Poynor | 2013-05-29 | 1 | -23/+108 |
* | compat: restore timerfd settime and gettime compat syscalls | Heiko Carstens | 2013-03-02 | 1 | -5/+5 |
* | switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-03 | 1 | -19/+66 |
* | switch simple cases of fget_light to fdget | Al Viro | 2012-09-27 | 1 | -26/+22 |
* | switch timerfd_[sg]ettime(2) to fget_light() | Al Viro | 2012-09-27 | 1 | -8/+9 |
* | timerfd: Fix wakeup of processes when timer is cancelled on clock change | Max Asbock | 2011-06-14 | 1 | -1/+4 |
* | timerfd: Manage cancelable timers in timerfd | Thomas Gleixner | 2011-05-23 | 1 | -31/+74 |
* | timerfd: Allow timers to be cancelled when clock was set | Thomas Gleixner | 2011-05-02 | 1 | -6/+51 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | fs/timerfd.c: make use of wait_event_interruptible_locked_irq() | Michal Nazarewicz | 2010-05-20 | 1 | -21/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | anonfd: Allow making anon files read-only | Roland Dreier | 2009-12-22 | 1 | -1/+1 |
* | timerfd: add flags check | Davide Libenzi | 2009-02-19 | 1 | -6/+6 |
* | [CVE-2009-0029] System call wrappers part 32 | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
* | [CVE-2009-0029] System call wrappers part 31 | Heiko Carstens | 2009-01-14 | 1 | -4/+4 |
* | hrtimer: convert timerfd to the new hrtimer apis | Arjan van de Ven | 2008-09-06 | 1 | -5/+3 |
* | flag parameters: check magic constants | Ulrich Drepper | 2008-07-24 | 1 | -0/+4 |
* | flag parameters: NONBLOCK in timerfd_create | Ulrich Drepper | 2008-07-24 | 1 | -2/+2 |
* | flag parameters: timerfd_create | Ulrich Drepper | 2008-07-24 | 1 | -2/+3 |
* | flag parameters: anon_inode_getfd extension | Ulrich Drepper | 2008-07-24 | 1 | -1/+1 |
* | [PATCH] sanitize anon_inode_getfd() | Al Viro | 2008-05-01 | 1 | -8/+3 |
* | fs/timerfd.c should #include <linux/syscalls.h> | Adrian Bunk | 2008-04-29 | 1 | -0/+1 |
* | timerfd: new timerfd API | Davide Libenzi | 2008-02-05 | 1 | -69/+138 |
* | make timerfd return a u64 and fix the __put_user | Davide Libenzi | 2007-07-26 | 1 | -3/+3 |
* | timerfd use waitqueue lock ... | Davide Libenzi | 2007-05-18 | 1 | -13/+11 |
* | signal/timer/event: timerfd core | Davide Libenzi | 2007-05-11 | 1 | -0/+227 |