aboutsummaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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