summaryrefslogtreecommitdiffstats
path: root/fs/timerfd.c
AgeCommit message (Expand)AuthorLines
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+1
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner-3/+1
2024-11-03timerfd: switch to CLASS(fd)Al Viro-26/+14
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-4/+4
2024-04-10timerfd: convert to ->read_iter()Jens Axboe-10/+26
2021-08-10timerfd: Provide timerfd_resume()Thomas Gleixner-0/+16
2020-01-14timerfd: Make timerfd_settime() time namespace awareAndrei Vagin-0/+3
2019-11-15y2038: timerfd: Use timespec64 internallyArnd Bergmann-7/+7
2019-08-01timerfd: Prepare for PREEMPT_RTAnna-Maria Gleixner-1/+5
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-6/+6
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-3/+3
2018-08-06timerfd: add support for keyed wakeupsChristoph Hellwig-3/+3
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner-11/+11
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-11/+11
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani-4/+4
2018-05-26timerfd: convert to ->poll_maskChristoph Hellwig-11/+11
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-30timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani-22/+21
2017-03-01timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley-4/+4
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner-3/+14
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-13/+13
2016-06-09timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso-0/+10
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner-1/+1
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches-13/+14
2014-08-27timerfd: Remove an always true checkDan Carpenter-2/+1
2014-07-23timerfd: Use ktime_mono_to_real()Thomas Gleixner-3/+3
2014-07-18timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov-0/+37
2014-07-18timerfd: Implement show_fdinfo methodCyrill Gorcunov-1/+33
2014-01-23timerfd: support CLOCK_BOOTTIME clockGreg Hackmann-0/+1
2013-05-29timerfd: Add alarm timersTodd Poynor-23/+108
2013-03-02compat: restore timerfd settime and gettime compat syscallsHeiko Carstens-5/+5
2013-02-03switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro-19/+66
2012-09-26switch simple cases of fget_light to fdgetAl Viro-26/+22
2012-09-26switch timerfd_[sg]ettime(2) to fget_light()Al Viro-8/+9
2011-06-14timerfd: Fix wakeup of processes when timer is cancelled on clock changeMax Asbock-1/+4
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner-31/+74
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner-6/+51
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-0/+1
2010-05-20fs/timerfd.c: make use of wait_event_interruptible_locked_irq()Michal Nazarewicz-21/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier-1/+1
2009-02-18timerfd: add flags checkDavide Libenzi-6/+6
2009-01-14[CVE-2009-0029] System call wrappers part 32Heiko Carstens-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens-4/+4
2008-09-05hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven-5/+3
2008-07-24flag parameters: check magic constantsUlrich Drepper-0/+4