summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-08timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2016-06-09timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso1-0/+10
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches10-83/+63
2014-08-27timerfd: Remove an always true checkDan Carpenter1-2/+1
2014-07-23timerfd: Use ktime_mono_to_real()Thomas Gleixner1-3/+3
2014-07-18timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov2-0/+42
2014-07-18timerfd: Implement show_fdinfo methodCyrill Gorcunov1-1/+33
2014-01-24timerfd: support CLOCK_BOOTTIME clockGreg Hackmann1-0/+1
2013-05-29timerfd: Add alarm timersTodd Poynor1-23/+108
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens1-5/+5
2013-02-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2-60/+66
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27switch timerfd_[sg]ettime(2) to fget_light()Al Viro1-8/+9
2011-06-14timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock1-1/+4
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner5-102/+113
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner6-8/+111
2010-10-15llseek: automatically add .llseek fopArnd Bergmann339-73/+538
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz1-21/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier7-9/+17
2009-02-18timerfd: add flags checkDavide Libenzi2-10/+18
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens7-17/+24
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens5-22/+21
2008-09-06hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven1-5/+3
2008-07-24flag parameters: check magic constantsUlrich Drepper6-0/+25
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper2-3/+4
2008-07-24flag parameters: timerfd_createUlrich Drepper2-2/+8
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper7-11/+13
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro7-74/+29
2008-04-29fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-05timerfd: new timerfd APIDavide Libenzi24-118/+210
2007-07-26make timerfd return a u64 and fix the __put_userDavide Libenzi1-3/+3
2007-05-18timerfd use waitqueue lock ...Davide Libenzi1-13/+11
2007-05-11signal/timer/event: timerfd coreDavide Libenzi6-0/+258