summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-clock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in posix_clock_open()Linus Torvalds2024-03-271-7/+9
* posix-clock: introduce posix_clock_context conceptXabier Marquiegui2023-10-151-9/+27
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-4/+4
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2019-12-301-18/+13
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-1/+1
* posix-clocks: Remove license boiler plateThomas Gleixner2018-11-231-14/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-041-1/+1
|/
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-041-0/+2
* posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner2017-06-041-113/+0
* posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-271-1/+1
* time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-141-14/+7
* time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-141-3/+2
* time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-141-6/+3
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-141-6/+3
* time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2017-04-141-10/+24
* posix-clock: Fix return code on the poll method's error pathRichard Cochran2015-12-291-2/+2
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran2011-04-181-15/+9
* posix-clocks: Check write permissions in posix syscallsTorben Hohn2011-03-121-2/+12
* posix clocks: Introduce dynamic clocksRichard Cochran2011-02-021-0/+441