summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-clock.c
AgeCommit message (Expand)AuthorLines
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner-0/+2
2017-06-04posix-clocks: Remove interval timer facility and mmap/fasync callbacksThomas Gleixner-113/+0
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig-1/+1
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani-14/+7
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani-3/+2
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani-6/+3
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani-6/+3
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani-10/+24
2015-12-29posix-clock: Fix return code on the poll method's error pathRichard Cochran-2/+2
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker-0/+1
2011-04-18posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran-15/+9
2011-03-12posix-clocks: Check write permissions in posix syscallsTorben Hohn-2/+12
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran-0/+441