aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-03posix_timers: fix racy timer delta caching on task exitGravatar Frederic Weisbecker 1-11/+11
2013-07-03posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()Gravatar Frederic Weisbecker 1-0/+1
2013-07-03posix_cpu_timers: consolidate expired timers checkGravatar Frederic Weisbecker 1-85/+33
2013-07-03posix_cpu_timers: consolidate timer list cleanupsGravatar Frederic Weisbecker 1-29/+19
2013-07-03posix_cpu_timer: consolidate expiry time typeGravatar Frederic Weisbecker 1-160/+106
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksGravatar Frederic Weisbecker 1-3/+3
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningGravatar Frederic Weisbecker 1-15/+26
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedGravatar Frederic Weisbecker 1-1/+34
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+21
2013-02-15posix-cpu-timers: Fix nanosleep task_struct leakGravatar Stanislaw Gruszka 1-2/+21
2013-01-27cputime: Use accessors to read task cputime statsGravatar Frederic Weisbecker 1-6/+22
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2012-12-16random: Mix cputime from each thread that exits to the poolGravatar Nick Kossifidis 1-0/+3
2012-11-28cputime: Move thread_group_cputime() to sched codeGravatar Frederic Weisbecker 1-24/+0
2011-12-15[S390] cputime: add sparse checking and cleanupGravatar Martin Schwidefsky 1-80/+52
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+7
2011-10-18cputimer: Cure lock inversionGravatar Peter Zijlstra 1-3/+4
2011-09-30posix-cpu-timers: Cure SMP wobblesGravatar Peter Zijlstra 1-2/+3
2011-09-13locking, sched: Annotate thread_group_cputimer as rawGravatar Thomas Gleixner 1-6/+6
2011-05-23hrtimers: Avoid touching inactive timer basesGravatar Thomas Gleixner 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-02posix-timers: Cleanup namespaceGravatar Thomas Gleixner 1-2/+2
2011-02-02posix-timers: Make posix-cpu-timers functions staticGravatar Thomas Gleixner 1-12/+15
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Gravatar Thomas Gleixner 1-2/+0
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsGravatar Thomas Gleixner 1-11/+0
2011-02-02posix-timers: Cleanup restart_block usageGravatar Thomas Gleixner 1-23/+15
2011-02-02posix-timers: Introduce clock_posix_cpuGravatar Thomas Gleixner 1-0/+12
2011-02-02posix-timers: Cleanup struct initializersGravatar Thomas Gleixner 1-12/+12
2010-11-10posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callGravatar Sergey Senozhatsky 1-6/+6
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxGravatar Linus Torvalds 1-4/+4
2010-07-16rlimits: add task_struct to update_rlimit_cpuGravatar Jiri Slaby 1-4/+4
2010-06-18sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Gravatar Oleg Nesterov 1-1/+4
2010-06-18sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Gravatar Oleg Nesterov 1-6/+4
2010-06-18sched: thread_group_cputime: Simplify, document the "alive" checkGravatar Oleg Nesterov 1-14/+7
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksGravatar Oleg Nesterov 1-6/+6
2010-05-10posix-cpu-timers: Optimize run_posix_cpu_timers()Gravatar Stanislaw Gruszka 1-51/+29
2010-05-10Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-3/+7
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+7
2010-03-12cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Gravatar Stanislaw Gruszka 1-7/+7
2010-03-12cpu-timers: Change SIGEV_NONE timer implementationGravatar Stanislaw Gruszka 1-22/+6
2010-03-12cpu-timers: Return correct previous timer reload valueGravatar Stanislaw Gruszka 1-2/+3
2010-03-12cpu-timers: Cleanup arm_timer()Gravatar Stanislaw Gruszka 1-69/+35
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingGravatar Stanislaw Gruszka 1-48/+27
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningGravatar Stanislaw Gruszka 1-3/+7
2010-03-06kernel core: use helpers for rlimitsGravatar Jiri Slaby 1-4/+6
2010-03-06posix-cpu-timers: cleanup rlimits usageGravatar Jiri Slaby 1-15/+17
2009-11-18posix-cpu-timers: optimize and document timer_create callbackGravatar Stanislaw Gruszka 1-3/+2
2009-08-29itimers: Add tracepoints for itimerGravatar Xiao Guangrong 1-1/+6
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingGravatar Thomas Gleixner 1-70/+80
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Gravatar Stanislaw Gruszka 1-3/+4