summaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c
Commit message (Expand)AuthorAgeFilesLines
* timers: fix itimer/many thread hang, v2Frank Mayhar2008-09-231-89/+64
* timers: fix itimer/many thread hang, cleanupsIngo Molnar2008-09-141-3/+3
* timers: fix itimer/many thread hangFrank Mayhar2008-09-141-219/+252
* posix-timers: print RT watchdog messageHiroshi Shimamoto2008-05-241-0/+3
* remove div_long_long_remRoman Zippel2008-05-011-6/+5
* posix-timers: fix shadowed variablesWANG Cong2008-04-171-15/+15
* Use find_task_by_vpid in posix timersPavel Emelyanov2008-02-081-4/+4
* sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra2008-01-251-1/+2
* sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-251-0/+29
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-6/+6
* sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar2007-07-091-17/+17
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-081-7/+7
* [PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney2007-02-161-5/+10
* [PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner2006-10-171-6/+21
* [PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe2006-09-291-26/+58
* [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe2006-09-291-5/+12
* [PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov2006-06-171-3/+0
* [PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov2006-06-171-18/+18
* [PATCH] check_process_timers: fix possible lockupOleg Nesterov2006-06-171-5/+4
* [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner2006-01-101-9/+14
* [PATCH] hrtimer: make clockid_t arguments constThomas Gleixner2006-01-101-18/+22
* [PATCH] Fix posix-cpu-timers sched_time accumulationDavid S. Miller2006-01-061-12/+1
* [PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov2005-11-281-1/+1
* [PATCH] posix-timers `unlikely' rejigAndrew Morton2005-11-071-3/+3
* [PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath2005-10-301-6/+10
* [PATCH] Yet more posix-cpu-timer fixesRoland McGrath2005-10-271-4/+7
* Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds2005-10-271-18/+18
* [PATCH] Fix cpu timers expiration timeOleg Nesterov2005-10-261-3/+3
* posix cpu timers: fix timer orderingLinus Torvalds2005-10-261-6/+4
* [PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov2005-10-241-4/+8
* [PATCH] posix-timers: exit path cleanupOleg Nesterov2005-10-241-0/+6
* [PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov2005-10-241-18/+18
* [PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov2005-10-241-19/+10
* Posix timers: limit number of timers firing at onceLinus Torvalds2005-10-231-6/+14
* Revert "Fix cpu timers exit deadlock and races"Linus Torvalds2005-10-211-11/+17
* [PATCH] Fix cpu timers exit deadlock and racesRoland McGrath2005-10-191-17/+11
* [PATCH] posix-timers: fix task accountingOleg Nesterov2005-10-171-0/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1559