aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)Author
2010-11-10posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby
2010-06-18sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov
2010-06-18sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Oleg Nesterov
2010-06-18sched: thread_group_cputime: Simplify, document the "alive" checkOleg Nesterov
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov
2010-05-10posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-03-12cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka
2010-03-12cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka
2010-03-12cpu-timers: Return correct previous timer reload valueStanislaw Gruszka
2010-03-12cpu-timers: Cleanup arm_timer()Stanislaw Gruszka
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka
2010-03-06kernel core: use helpers for rlimitsJiri Slaby
2010-03-06posix-cpu-timers: cleanup rlimits usageJiri Slaby
2009-11-18posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka
2009-08-03itimers: Simplify arm_timer() code a bitStanislaw Gruszka
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten
2009-04-09Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-04-08posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Oleg Nesterov
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar
2009-04-01posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto
2009-03-23posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov
2009-02-13timers: more consistently use clock vs timerPeter Zijlstra
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra
2009-01-07itimers: remove the per-cpu-ish-nessPeter Zijlstra
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik
2008-11-17thread_group_cputime: kill the bogus ->signal != NULL checkOleg Nesterov
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar
2008-09-14timers: fix itimer/many thread hang, cleanupsIngo Molnar
2008-09-14timers: fix itimer/many thread hangFrank Mayhar
2008-05-24posix-timers: print RT watchdog messageHiroshi Shimamoto
2008-05-01remove div_long_long_remRoman Zippel
2008-04-17posix-timers: fix shadowed variablesWANG Cong
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra