summaryrefslogtreecommitdiff
path: root/fs/timerfd.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* fs: annotate ->poll() instancesAl Viro2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-30
* timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley2017-03-01
* timerfd: Protect the might cancel mechanism properThomas Gleixner2017-02-10
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso2016-06-09
* timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-17
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
* timerfd: Remove an always true checkDan Carpenter2014-08-27
* timerfd: Use ktime_mono_to_real()Thomas Gleixner2014-07-23
* timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov2014-07-18
* timerfd: Implement show_fdinfo methodCyrill Gorcunov2014-07-18
* timerfd: support CLOCK_BOOTTIME clockGreg Hackmann2014-01-23
* timerfd: Add alarm timersTodd Poynor2013-05-29
* compat: restore timerfd settime and gettime compat syscallsHeiko Carstens2013-03-02
* switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2013-02-03
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch timerfd_[sg]ettime(2) to fget_light()Al Viro2012-09-26
* timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock2011-06-14
* timerfd: Manage cancelable timers in timerfdThomas Gleixner2011-05-23
* timerfd: Allow timers to be cancelled when clock was setThomas Gleixner2011-05-02
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz2010-05-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-22
* timerfd: add flags checkDavide Libenzi2009-02-18
* [CVE-2009-0029] System call wrappers part 32Heiko Carstens2009-01-14
* [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-14
* hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven2008-09-05
* flag parameters: check magic constantsUlrich Drepper2008-07-24
* flag parameters: NONBLOCK in timerfd_createUlrich Drepper2008-07-24
* flag parameters: timerfd_createUlrich Drepper2008-07-24
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-24
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-01
* fs/timerfd.c should #include <linux/syscalls.h>Adrian Bunk2008-04-29
* timerfd: new timerfd APIDavide Libenzi2008-02-05
* make timerfd return a u64 and fix the __put_userDavide Libenzi2007-07-26
* timerfd use waitqueue lock ...Davide Libenzi2007-05-18
* signal/timer/event: timerfd coreDavide Libenzi2007-05-11