aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/posix-timers.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker1-5/+11
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker1-0/+2
2013-04-17posix timers: Allocate timer id per process (v2)Pavel Emelyanov1-0/+1
2011-08-10alarmtimers: Remove period from alarm structureJohn Stultz1-1/+4
2011-05-24posix-timers: RCU conversionEric Dumazet1-0/+1
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-0/+2
2011-02-02posix clocks: Introduce dynamic clocksRichard Cochran1-1/+5
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner1-1/+1
2011-02-02posix-timers: Add support for fd based clocksRichard Cochran1-0/+13
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran1-0/+2
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner1-12/+0
2011-02-02posix-timers: Remove useless res field from k_clockThomas Gleixner1-1/+0
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner1-3/+0
2011-02-02posix-timers: Convert clock_nanosleep to clockid_to_kclock()Thomas Gleixner1-2/+0
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner1-0/+2
2011-02-02time: Correct the *settime* parametersRichard Cochran1-2/+3
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-1/+1
2008-12-12posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov1-1/+5
2008-09-24posix-timers: kill ->it_sigev_signo and ->it_sigev_valueOleg Nesterov1-2/+0
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-0/+2
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility modeToyo Abe1-0/+4
2006-02-01[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()Adrian Bunk1-1/+0
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-35/+2
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner1-3/+4
2006-01-10[PATCH] hrtimer: coding style and white space cleanup 2Thomas Gleixner1-36/+44
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner1-11/+11
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+139