aboutsummaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14timerfd: Make timerfd_settime() time namespace awareAndrei Vagin1-0/+3
2019-11-15y2038: timerfd: Use timespec64 internallyArnd Bergmann1-7/+7
2019-08-01timerfd: Prepare for PREEMPT_RTAnna-Maria Gleixner1-1/+5
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-6/+6
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2018-08-06timerfd: add support for keyed wakeupsChristoph Hellwig1-3/+3
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-11/+11
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-11/+11
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-4/+4
2018-05-26timerfd: convert to ->poll_maskChristoph Hellwig1-11/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-30timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani1-22/+21
2017-03-01timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley1-4/+4
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-13/+13
2016-06-09timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso1-0/+10
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
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