aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c
Commit message (Expand)AuthorAge
* Fix common misspellingsLucas De Marchi2011-03-31
* posix-timers: Cleanup namespaceThomas Gleixner2011-02-02
* posix-timers: Make posix-cpu-timers functions staticThomas Gleixner2011-02-02
* posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner2011-02-02
* posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner2011-02-02
* posix-timers: Cleanup restart_block usageThomas Gleixner2011-02-02
* posix-timers: Introduce clock_posix_cpuThomas Gleixner2011-02-02
* posix-timers: Cleanup struct initializersThomas Gleixner2011-02-02
* posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky2010-11-10
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-10
|\
| * rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-16
* | sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov2010-06-18
* | sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Oleg Nesterov2010-06-18
* | sched: thread_group_cputime: Simplify, document the "alive" checkOleg Nesterov2010-06-18
|/
* posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov2010-05-27
* posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka2010-05-10
* Merge branch 'linus' into timers/coreThomas Gleixner2010-05-10
|\
| * Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-03-26
| |\
| | * posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka2010-03-12
* | | cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka2010-03-12
* | | cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka2010-03-12
* | | cpu-timers: Return correct previous timer reload valueStanislaw Gruszka2010-03-12
* | | cpu-timers: Cleanup arm_timer()Stanislaw Gruszka2010-03-12
* | | cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka2010-03-12
|/ /
* | kernel core: use helpers for rlimitsJiri Slaby2010-03-06
* | posix-cpu-timers: cleanup rlimits usageJiri Slaby2010-03-06
|/
* posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka2009-11-18
* itimers: Add tracepoints for itimerXiao Guangrong2009-08-29
* Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-29
|\
| * cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-03
| * itimers: Simplify arm_timer() code a bitStanislaw Gruszka2009-08-03
| * itimers: Fix periodic tics precisionStanislaw Gruszka2009-08-03
| * itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka2009-08-03
* | posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka2009-08-08
|/
* kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten2009-04-30
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-04-09
|\
| * Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar2009-04-08
| |\
| * | posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto2009-04-01
* | | posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Oleg Nesterov2009-04-08
| |/ |/|
* | posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov2009-03-23
* | timers: more consistently use clock vs timerPeter Zijlstra2009-02-13
* | timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra2009-02-11
* | timers: split process wide cpu clocks/timers, fixPeter Zijlstra2009-02-11
* | timers: split process wide cpu clocks/timersPeter Zijlstra2009-02-05
|/
* itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-07
* Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-25
|\
| * posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik2008-11-24
* | thread_group_cputime: kill the bogus ->signal != NULL checkOleg Nesterov2008-11-17
|/
* sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov2008-11-17
* timers: fix itimer/many thread hang, v2Frank Mayhar2008-09-23