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