aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov2010-05-271-6/+6
* posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka2010-05-101-51/+29
* Merge branch 'linus' into timers/coreThomas Gleixner2010-05-101-3/+7
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-03-261-3/+7
| |\
| | * posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka2010-03-121-3/+7
* | | cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka2010-03-121-7/+7
* | | cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka2010-03-121-22/+6
* | | cpu-timers: Return correct previous timer reload valueStanislaw Gruszka2010-03-121-2/+3
* | | cpu-timers: Cleanup arm_timer()Stanislaw Gruszka2010-03-121-69/+35
* | | cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka2010-03-121-48/+27
|/ /
* | kernel core: use helpers for rlimitsJiri Slaby2010-03-061-4/+6
* | posix-cpu-timers: cleanup rlimits usageJiri Slaby2010-03-061-15/+17
|/
* posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka2009-11-181-3/+2
* itimers: Add tracepoints for itimerXiao Guangrong2009-08-291-1/+6
* Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-70/+80
|\
| * cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-3/+3
| * itimers: Simplify arm_timer() code a bitStanislaw Gruszka2009-08-031-21/+23
| * itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-031-3/+17
| * itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-031-52/+46
* | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-081-3/+4
|/
* kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten2009-04-301-4/+4
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-04-091-3/+4
|\
| * Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar2009-04-081-9/+117
| |\
| * | posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto2009-04-011-3/+4
* | | posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Oleg Nesterov2009-04-081-1/+1
| |/ |/|
* | posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov2009-03-231-1/+2
* | timers: more consistently use clock vs timerPeter Zijlstra2009-02-131-30/+30
* | timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra2009-02-111-0/+34
* | timers: split process wide cpu clocks/timers, fixPeter Zijlstra2009-02-111-28/+14
* | timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-051-4/+91
|/
* itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-071-70/+0
* Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-251-1/+1
|\
| * posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik2008-11-241-1/+1
* | thread_group_cputime: kill the bogus ->signal != NULL checkOleg Nesterov2008-11-171-5/+5
|/
* sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov2008-11-171-2/+5
* 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