aboutsummaryrefslogtreecommitdiff
path: root/fs/timerfd.c
AgeCommit message (Expand)Author
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens
2013-02-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-26switch timerfd_[sg]ettime(2) to fget_light()Al Viro
2011-06-14timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-02-18timerfd: add flags checkDavide Libenzi
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens
2008-09-05hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper
2008-07-24flag parameters: timerfd_createUlrich Drepper
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro
2008-04-29fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-05timerfd: new timerfd APIDavide Libenzi
2007-07-26make timerfd return a u64 and fix the __put_userDavide Libenzi
2007-05-18timerfd use waitqueue lock ...Davide Libenzi
2007-05-11signal/timer/event: timerfd coreDavide Libenzi