aboutsummaryrefslogtreecommitdiff
path: root/include/linux/posix-timers.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-1/+0
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsGravatar Al Viro 1-2/+0
2017-06-04posix-timers: Add active flag to k_itimerGravatar Thomas Gleixner 1-0/+2
2017-06-04posix-timers: Rename do_schedule_next_timerGravatar Thomas Gleixner 1-1/+1
2017-06-04posix-timers: Store k_clock pointer in k_itimerGravatar Thomas Gleixner 1-0/+2
2017-06-04posix-timers: Move interval out of the unionGravatar Thomas Gleixner 1-2/+2
2017-06-04posix-timers: Move posix-timer internals to coreGravatar Thomas Gleixner 1-30/+0
2017-06-04posix-timers: Cleanup struct k_itimerGravatar Thomas Gleixner 1-21/+40
2017-06-04posix-timers: Move the do_schedule_next_timer declarationGravatar Christoph Hellwig 1-0/+3
2017-05-27posix-timers: Remove mmtimer leftoversGravatar Dimitri Sivanich 1-6/+0
2017-05-27posix-timers: Make posix_clocks immutableGravatar Christoph Hellwig 1-4/+5
2017-04-14time: Change k_clock nsleep() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Gravatar Deepa Dinamani 1-6/+6
2017-04-14time: Change k_clock clock_set() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Gravatar Deepa Dinamani 1-1/+1
2017-02-01timers/itimer: Convert internal cputime_t units to nsecGravatar Frederic Weisbecker 1-1/+1
2017-02-01timers/posix-timers: Convert internals to use nsecsGravatar Frederic Weisbecker 1-11/+1
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelGravatar Frederic Weisbecker 1-3/+0
2013-07-03posix_cpu_timer: consolidate expiry time typeGravatar Frederic Weisbecker 1-5/+11
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningGravatar Frederic Weisbecker 1-0/+2
2013-04-17posix timers: Allocate timer id per process (v2)Gravatar Pavel Emelyanov 1-0/+1
2011-08-10alarmtimers: Remove period from alarm structureGravatar John Stultz 1-1/+4
2011-05-24posix-timers: RCU conversionGravatar Eric Dumazet 1-0/+1
2011-04-26timers: Posix interface for alarm-timersGravatar John Stultz 1-0/+2
2011-02-02posix clocks: Introduce dynamic clocksGravatar Richard Cochran 1-1/+5
2011-02-02posix-timers: Cleanup namespaceGravatar Thomas Gleixner 1-1/+1
2011-02-02posix-timers: Add support for fd based clocksGravatar Richard Cochran 1-0/+13
2011-02-02posix-timers: Introduce a syscall for clock tuning.Gravatar Richard Cochran 1-0/+2
2011-02-02posix-timers: Make posix-cpu-timers functions staticGravatar Thomas Gleixner 1-12/+0
2011-02-02posix-timers: Remove useless res field from k_clockGravatar Thomas Gleixner 1-1/+0
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Gravatar Thomas Gleixner 1-3/+0
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Gravatar Thomas Gleixner 1-2/+0
2011-02-02posix-timers: Introduce clock_posix_cpuGravatar Thomas Gleixner 1-0/+2
2011-02-02time: Correct the *settime* parametersGravatar Richard Cochran 1-2/+3
2010-07-16rlimits: add task_struct to update_rlimit_cpuGravatar Jiri Slaby 1-1/+1
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Gravatar Oleg Nesterov 1-1/+5
2008-09-24posix-timers: kill ->it_sigev_signo and ->it_sigev_valueGravatar Oleg Nesterov 1-2/+0
2008-09-14timers: fix itimer/many thread hangGravatar Frank Mayhar 1-0/+2
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Gravatar Toyo Abe 1-0/+4
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Gravatar Adrian Bunk 1-1/+0
2006-01-10[PATCH] hrtimer: convert posix timers completelyGravatar Thomas Gleixner 1-35/+2
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIGravatar Thomas Gleixner 1-3/+4
2006-01-10[PATCH] hrtimer: coding style and white space cleanup 2Gravatar Thomas Gleixner 1-36/+44
2006-01-10[PATCH] hrtimer: make clockid_t arguments constGravatar Thomas Gleixner 1-11/+11
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+139