index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
timerfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-01
fs/timerfd: Use the new alarm/hrtimer functions
Thomas Gleixner
1
-49
/
+68
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-28
timerfd: convert timerfd_create() to FD_ADD()
Christian Brauner
1
-20
/
+9
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2025-02-21
make use of anon_inode_getfile_fmode()
Al Viro
1
-3
/
+3
2025-02-18
timerfd: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
1
-3
/
+1
2024-11-03
timerfd: switch to CLASS(fd)
Al Viro
1
-26
/
+14
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-4
/
+4
2024-04-10
timerfd: convert to ->read_iter()
Jens Axboe
1
-10
/
+26
2021-08-10
timerfd: Provide timerfd_resume()
Thomas Gleixner
1
-0
/
+16
2020-01-14
timerfd: Make timerfd_settime() time namespace aware
Andrei Vagin
1
-0
/
+3
2019-11-15
y2038: timerfd: Use timespec64 internally
Arnd Bergmann
1
-7
/
+7
2019-08-01
timerfd: Prepare for PREEMPT_RT
Anna-Maria Gleixner
1
-1
/
+5
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-2
/
+2
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
1
-6
/
+6
2018-08-13
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-3
/
+3
2018-08-06
timerfd: add support for keyed wakeups
Christoph Hellwig
1
-3
/
+3
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
1
-11
/
+11
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-11
/
+11
2018-06-24
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
1
-4
/
+4
2018-05-26
timerfd: convert to ->poll_mask
Christoph Hellwig
1
-11
/
+11
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-27
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-30
timerfd: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
1
-22
/
+21
2017-03-01
timerfd: Only check CAP_WAKE_ALARM when it is needed
Stephen Smalley
1
-4
/
+4
2017-02-10
timerfd: Protect the might cancel mechanism proper
Thomas Gleixner
1
-3
/
+14
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-1
/
+1
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-13
/
+13
2016-06-09
timerfd: Reject ALARM timerfds without CAP_WAKE_ALARM
Eric Caruso
1
-0
/
+10
2016-01-17
timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
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
[next]