index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
timerfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
1
-13
/
+14
2014-08-27
timerfd: Remove an always true check
Dan Carpenter
1
-2
/
+1
2014-07-23
timerfd: Use ktime_mono_to_real()
Thomas Gleixner
1
-3
/
+3
2014-07-18
timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3
Cyrill Gorcunov
1
-0
/
+37
2014-07-18
timerfd: Implement show_fdinfo method
Cyrill Gorcunov
1
-1
/
+33
2014-01-23
timerfd: support CLOCK_BOOTTIME clock
Greg Hackmann
1
-0
/
+1
2013-05-29
timerfd: Add alarm timers
Todd Poynor
1
-23
/
+108
2013-03-02
compat: restore timerfd settime and gettime compat syscalls
Heiko Carstens
1
-5
/
+5
2013-02-03
switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINE
Al Viro
1
-19
/
+66
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-26
/
+22
2012-09-26
switch timerfd_[sg]ettime(2) to fget_light()
Al Viro
1
-8
/
+9
2011-06-14
timerfd: Fix wakeup of processes when timer is cancelled on clock change
Max Asbock
1
-1
/
+4
2011-05-23
timerfd: Manage cancelable timers in timerfd
Thomas Gleixner
1
-31
/
+74
2011-05-02
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
1
-6
/
+51
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-05-20
fs/timerfd.c: make use of wait_event_interruptible_locked_irq()
Michal Nazarewicz
1
-21
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
1
-1
/
+1
2009-02-18
timerfd: add flags check
Davide Libenzi
1
-6
/
+6
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
1
-1
/
+1
2009-01-14
[CVE-2009-0029] System call wrappers part 31
Heiko Carstens
1
-4
/
+4
2008-09-05
hrtimer: convert timerfd to the new hrtimer apis
Arjan van de Ven
1
-5
/
+3
2008-07-24
flag parameters: check magic constants
Ulrich Drepper
1
-0
/
+4
2008-07-24
flag parameters: NONBLOCK in timerfd_create
Ulrich Drepper
1
-2
/
+2
2008-07-24
flag parameters: timerfd_create
Ulrich Drepper
1
-2
/
+3
2008-07-24
flag parameters: anon_inode_getfd extension
Ulrich Drepper
1
-1
/
+1
2008-05-01
[PATCH] sanitize anon_inode_getfd()
Al Viro
1
-8
/
+3
2008-04-29
fs/timerfd.c should #include <linux/syscalls.h>
Adrian Bunk
1
-0
/
+1
2008-02-05
timerfd: new timerfd API
Davide Libenzi
1
-69
/
+138
2007-07-26
make timerfd return a u64 and fix the __put_user
Davide Libenzi
1
-3
/
+3
2007-05-18
timerfd use waitqueue lock ...
Davide Libenzi
1
-13
/
+11
2007-05-11
signal/timer/event: timerfd core
Davide Libenzi
1
-0
/
+227