aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)Author
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksFrederic Weisbecker
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedFrederic Weisbecker
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-02-15posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-12-16random: Mix cputime from each thread that exits to the poolNick Kossifidis
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-18cputimer: Cure lock inversionPeter Zijlstra
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner
2011-02-02posix-timers: Cleanup restart_block usageThomas Gleixner
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner
2011-02-02posix-timers: Cleanup struct initializersThomas Gleixner
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