aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/posix-clock.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Gravatar Andrei Vagin 1-4/+4
2019-12-30ptp: fix the race between the release of ptp_clock and cdevGravatar Vladis Dronov 1-18/+13
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-1/+1
2018-11-23posix-clocks: Remove license boiler plateGravatar Thomas Gleixner 1-14/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-04posix-timers: Prevent UB from shifting negative signed valueGravatar Nick Desaulniers 1-1/+1
2017-11-27ipc, kernel, mm: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-06-04posix-timers: Move posix-timer internals to coreGravatar Thomas Gleixner 1-0/+2
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksGravatar Thomas Gleixner 1-113/+0
2017-05-27posix-timers: Make posix_clocks immutableGravatar Christoph Hellwig 1-1/+1
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Gravatar Deepa Dinamani 1-14/+7
2017-04-14time: Change k_clock clock_set() to use timespec64Gravatar Deepa Dinamani 1-3/+2
2017-04-14time: Change k_clock clock_getres() to use timespec64Gravatar Deepa Dinamani 1-6/+3
2017-04-14time: Change k_clock clock_get() to use timespec64Gravatar Deepa Dinamani 1-6/+3
2017-04-14time: Change posix clocks ops interfaces to use timespec64Gravatar Deepa Dinamani 1-10/+24
2015-12-29posix-clock: Fix return code on the poll method's error pathGravatar Richard Cochran 1-2/+2
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructureGravatar Paul Gortmaker 1-0/+1
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreGravatar Richard Cochran 1-15/+9
2011-03-12posix-clocks: Check write permissions in posix syscallsGravatar Torben Hohn 1-2/+12
2011-02-02posix clocks: Introduce dynamic clocksGravatar Richard Cochran 1-0/+441