aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h
AgeCommit message (Expand)Author
2018-10-03posix-timers: Sanitize overrun handlingThomas Gleixner
2018-01-04posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner
2017-06-04posix-timers: Rename do_schedule_next_timerThomas Gleixner
2017-06-04posix-timers: Store k_clock pointer in k_itimerThomas Gleixner
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner
2017-06-04posix-timers: Cleanup struct k_itimerThomas Gleixner
2017-06-04posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig
2017-05-27posix-timers: Remove mmtimer leftoversDimitri Sivanich
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz
2011-05-24posix-timers: RCU conversionEric Dumazet
2011-04-26timers: Posix interface for alarm-timersJohn Stultz
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner
2011-02-02posix-timers: Remove useless res field from k_clockThomas Gleixner
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner
2011-02-02time: Correct the *settime* parametersRichard Cochran
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov
2008-09-24posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner
2006-01-10[PATCH] hrtimer: coding style and white space cleanup 2Thomas Gleixner
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds