aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/posix-cpu-timers.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+21
2013-02-15posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-6/+22
2012-12-19Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2012-12-16random: Mix cputime from each thread that exits to the poolNick Kossifidis1-0/+3
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker1-24/+0
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/k...Linus 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/k...Linus 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/ke...Linus 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
2009-01-07itimers: remove the per-cpu-ish-nessPeter Zijlstra1-70/+0
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar1-1/+1
2008-11-24posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_IDPetr Tesarik1-1/+1
2008-11-17thread_group_cputime: kill the bogus ->signal != NULL checkOleg Nesterov1-5/+5
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov1-2/+5
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-89/+64
2008-09-14timers: fix itimer/many thread hang, cleanupsIngo Molnar1-3/+3
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-219/+252
2008-05-24posix-timers: print RT watchdog messageHiroshi Shimamoto1-0/+3
2008-05-01remove div_long_long_remRoman Zippel1-6/+5
2008-04-17posix-timers: fix shadowed variablesWANG Cong1-15/+15
2008-02-08Use find_task_by_vpid in posix timersPavel Emelyanov1-4/+4
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra1-1/+2
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra1-0/+29
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-6/+6
2007-07-09sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar1-17/+17
2007-05-08Introduce a handy list_first_entry macroPavel Emelianov1-7/+7
2007-02-16[PATCH] posix timers: RCU optimization for clock_gettime()Paul E. McKenney1-5/+10
2006-10-17[PATCH] posix-cpu-timers: prevent signal delivery starvationThomas Gleixner1-6/+21
2006-09-29[PATCH] posix-timers: Fix the flags handling in posix_cpu_nsleep()Toyo Abe1-26/+58
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe1-5/+12
2006-06-17[PATCH] arm_timer: remove a racy and obsolete PF_EXITING checkOleg Nesterov1-3/+0
2006-06-17[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON()Oleg Nesterov1-18/+18
2006-06-17[PATCH] check_process_timers: fix possible lockupOleg Nesterov1-5/+4
2006-01-10[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep APIThomas Gleixner1-9/+14
2006-01-10[PATCH] hrtimer: make clockid_t arguments constThomas Gleixner1-18/+22
2006-01-06[PATCH] Fix posix-cpu-timers sched_time accumulationDavid S. Miller1-12/+1
2005-11-28[PATCH] fix 32bit overflow in timespec_to_sample()Oleg Nesterov1-1/+1
2005-11-07[PATCH] posix-timers `unlikely' rejigAndrew Morton1-3/+3
2005-10-30[PATCH] posix-cpu-timers: fix overrun reportingRoland McGrath1-6/+10
2005-10-27[PATCH] Yet more posix-cpu-timer fixesRoland McGrath1-4/+7
2005-10-27Revert "remove false BUG_ON() from run_posix_cpu_timers()"Linus Torvalds1-18/+18
2005-10-26[PATCH] Fix cpu timers expiration timeOleg Nesterov1-3/+3
2005-10-26posix cpu timers: fix timer orderingLinus Torvalds1-6/+4
2005-10-24[PATCH] posix-timers: fix posix_cpu_timer_set() vs run_posix_cpu_timers() raceOleg Nesterov1-4/+8
2005-10-24[PATCH] posix-timers: exit path cleanupOleg Nesterov1-0/+6
2005-10-24[PATCH] posix-timers: remove false BUG_ON() from run_posix_cpu_timers()Oleg Nesterov1-18/+18
2005-10-24[PATCH] posix-timers: fix cleanup_timers() and run_posix_cpu_timers() racesOleg Nesterov1-19/+10
2005-10-23Posix timers: limit number of timers firing at onceLinus Torvalds1-6/+14
2005-10-21Revert "Fix cpu timers exit deadlock and races"Linus Torvalds1-11/+17
2005-10-19[PATCH] Fix cpu timers exit deadlock and racesRoland McGrath1-17/+11
2005-10-17[PATCH] posix-timers: fix task accountingOleg Nesterov1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1559