aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-80/+52
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2011-10-18cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra1-2/+3
2011-09-13locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner1-6/+6
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-02posix-timers: Cleanup namespaceThomas Gleixner1-2/+2
2011-02-02posix-timers: Make posix-cpu-timers functions staticThomas Gleixner1-12/+15
2011-02-02posix-timers: Convert clock_settime to clockid_to_kclock()Thomas Gleixner1-2/+0
2011-02-02posix-cpu-timers: Remove the stub nanosleep functionsThomas Gleixner1-11/+0
2011-02-02posix-timers: Cleanup restart_block usageThomas Gleixner1-23/+15
2011-02-02posix-timers: Introduce clock_posix_cpuThomas Gleixner1-0/+12
2011-02-02posix-timers: Cleanup struct initializersThomas Gleixner1-12/+12
2010-11-10posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid callSergey Senozhatsky1-6/+6
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-4/+4
2010-07-16rlimits: add task_struct to update_rlimit_cpuJiri Slaby1-4/+4
2010-06-18sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()Oleg Nesterov1-1/+4
2010-06-18sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()Oleg Nesterov1-6/+4
2010-06-18sched: thread_group_cputime: Simplify, document the "alive" checkOleg Nesterov1-14/+7
2010-05-27posix-cpu-timers: avoid "task->signal != NULL" checksOleg Nesterov1-6/+6
2010-05-10posix-cpu-timers: Optimize run_posix_cpu_timers()Stanislaw Gruszka1-51/+29
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner1-3/+7
2010-03-26Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+7
2010-03-12cpu-timers: Avoid iterating over all threads in fastpath_timer_check()Stanislaw Gruszka1-7/+7
2010-03-12cpu-timers: Change SIGEV_NONE timer implementationStanislaw Gruszka1-22/+6
2010-03-12cpu-timers: Return correct previous timer reload valueStanislaw Gruszka1-2/+3
2010-03-12cpu-timers: Cleanup arm_timer()Stanislaw Gruszka1-69/+35
2010-03-12cpu-timers: Simplify RLIMIT_CPU handlingStanislaw Gruszka1-48/+27
2010-03-12posix-cpu-timers: Reset expire cache when no timer is runningStanislaw Gruszka1-3/+7
2010-03-06kernel core: use helpers for rlimitsJiri Slaby1-4/+6
2010-03-06posix-cpu-timers: cleanup rlimits usageJiri Slaby1-15/+17
2009-11-18posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka1-3/+2
2009-08-29itimers: Add tracepoints for itimerXiao Guangrong1-1/+6
2009-08-29Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner1-70/+80
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka1-3/+4
2009-08-03cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka1-3/+3
2009-08-03itimers: Simplify arm_timer() code a bitStanislaw Gruszka1-21/+23
2009-08-03itimers: Fix periodic tics precisionStanislaw Gruszka1-3/+17
2009-08-03itimers: Merge ITIMER_VIRT and ITIMER_PROFStanislaw Gruszka1-52/+46
2009-04-30kernel/posix-cpu-timers.c: fix sparse warningH Hartley Sweeten1-4/+4
2009-04-09Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2009-04-08posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF)Oleg Nesterov1-1/+1
2009-04-08Merge commit 'v2.6.30-rc1' into sched/urgentIngo Molnar1-9/+117
2009-04-01posixtimers, sched: Fix posix clock monotonicityHidetoshi Seto1-3/+4
2009-03-23posix timers: fix RLIMIT_CPU && fork()Oleg Nesterov1-1/+2
2009-02-13timers: more consistently use clock vs timerPeter Zijlstra1-30/+30
2009-02-11timers: fix TIMER_ABSTIME for process wide cpu timersPeter Zijlstra1-0/+34
2009-02-11timers: split process wide cpu clocks/timers, fixPeter Zijlstra1-28/+14
2009-02-05timers: split process wide cpu clocks/timersPeter Zijlstra1-4/+91