aboutsummaryrefslogtreecommitdiff
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-03cputime: Optimize jiffies_to_cputime(1)Gravatar Stanislaw Gruszka 1-3/+3
2009-08-03itimers: Simplify arm_timer() code a bitGravatar Stanislaw Gruszka 1-21/+23
2009-08-03itimers: Fix periodic tics precisionGravatar Stanislaw Gruszka 1-3/+17
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFGravatar Stanislaw Gruszka 1-52/+46
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningGravatar H Hartley Sweeten 1-4/+4
2009-04-09Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+4
2009-04-08posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Gravatar Oleg Nesterov 1-1/+1
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentGravatar Ingo Molnar 1-9/+117
2009-04-01posixtimers, sched: Fix posix clock monotonicityGravatar Hidetoshi Seto 1-3/+4
2009-03-23posix timers: fix RLIMIT_CPU && fork()Gravatar Oleg Nesterov 1-1/+2
2009-02-13timers: more consistently use clock vs timerGravatar Peter Zijlstra 1-30/+30
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersGravatar Peter Zijlstra 1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixGravatar Peter Zijlstra 1-28/+14
2009-02-05timers: split process wide cpu clocks/timersGravatar Peter Zijlstra 1-4/+91
2009-01-07itimers: remove the per-cpu-ish-nessGravatar Peter Zijlstra 1-70/+0