aboutsummaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-13/+14
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 Gorcunov1-0/+37
2014-07-18timerfd: Implement show_fdinfo methodCyrill Gorcunov1-1/+33
2014-01-23timerfd: 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 Viro1-19/+66
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-26/+22
2012-09-26switch 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 Gleixner1-31/+74
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner1-6/+51
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-02-18timerfd: add flags checkDavide Libenzi1-6/+6
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-4/+4
2008-09-05hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven1-5/+3
2008-07-24flag parameters: check magic constantsUlrich Drepper1-0/+4
2008-07-24flag parameters: NONBLOCK in timerfd_createUlrich Drepper1-2/+2
2008-07-24flag parameters: timerfd_createUlrich Drepper1-2/+3
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-1/+1
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-8/+3
2008-04-29fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-05timerfd: new timerfd APIDavide Libenzi1-69/+138
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 Libenzi1-0/+227