summaryrefslogtreecommitdiff
path: root/include/linux/posix-timers.h
Commit message (Expand)AuthorAge
* posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-04
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-25
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-14
* posix-timers: Add active flag to k_itimerThomas Gleixner2017-06-04
* posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-04
* posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2017-06-04
* posix-timers: Move interval out of the unionThomas Gleixner2017-06-04
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-04
* posix-timers: Cleanup struct k_itimerThomas Gleixner2017-06-04
* posix-timers: Move the do_schedule_next_timer declarationChristoph Hellwig2017-06-04
* posix-timers: Remove mmtimer leftoversDimitri Sivanich2017-05-27
* posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-27
* time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-14
* time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-14
* time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-14
* time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-14
* timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-01
* timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-01
* posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-02
* posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker2013-07-03
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\
| * posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker2013-04-19
* | posix timers: Allocate timer id per process (v2)Pavel Emelyanov2013-04-17
|/
* alarmtimers: Remove period from alarm structureJohn Stultz2011-08-10
* posix-timers: RCU conversionEric Dumazet2011-05-24
* timers: Posix interface for alarm-timersJohn Stultz2011-04-26
* posix clocks: Introduce dynamic clocksRichard Cochran2011-02-02
* posix-timers: Cleanup namespaceThomas Gleixner2011-02-02
* posix-timers: Add support for fd based clocksRichard Cochran2011-02-02
* posix-timers: Introduce a syscall for clock tuning.Richard Cochran2011-02-02
* posix-timers: Make posix-cpu-timers functions staticThomas Gleixner2011-02-02
* posix-timers: Remove useless res field from k_clockThomas Gleixner2011-02-02
* posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner2011-02-02
* posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner2011-02-02
* posix-timers: Introduce clock_posix_cpuThomas Gleixner2011-02-02
* time: Correct the *settime* parametersRichard Cochran2011-02-02
* rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-16
* posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov2008-12-12
* posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov2008-09-24
* timers: fix itimer/many thread hangFrank Mayhar2008-09-14
* [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe2006-09-29
* [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk2006-02-01
* [PATCH] hrtimer: convert posix timers completelyThomas Gleixner2006-01-10
* [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2006-01-10
* [PATCH] hrtimer: coding style and white space cleanup 2Thomas Gleixner2006-01-10
* [PATCH] hrtimer: make clockid_t arguments constThomas Gleixner2006-01-10
* Linux-2.6.12-rc2Linus Torvalds2005-04-16