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