aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel_stat.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-0/+1
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-5/+0
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter1-2/+2
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker1-1/+1
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner1-8/+0
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner1-5/+7
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-34/+0
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker1-1/+1
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker1-0/+8
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker1-8/+1
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-0/+2
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-2/+2
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker1-0/+6
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-14/+22
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet1-10/+9
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-0/+4
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki1-2/+12
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki1-0/+1
2009-06-18softirq: introduce statistics for softirqKeika Kobayashi1-0/+12
2009-04-20perfcounters, sched: remove __task_delta_exec()Ingo Molnar1-1/+0
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra1-2/+0
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar1-5/+8
2009-01-22irq: clean up irq stat methodsYinghai Lu1-3/+6
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu1-3/+3
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar1-6/+21
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-1/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-4/+2
2008-12-23perfcounters: fix task clock counterIngo Molnar1-0/+8
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-1/+13
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+17
2008-10-16genirq: remove artifacts from sparseirq removalIngo Molnar1-1/+1
2008-10-16genirq: revert dynarrayThomas Gleixner1-10/+6
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu1-2/+8
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-7/+15
2008-10-16irq: make irqs in kernel stat use per_cpu_dyn_arrayYinghai Lu1-0/+4
2008-09-23timers: fix itimer/many thread hang, v2Frank Mayhar1-0/+1
2008-05-12x86: resize NR_IRQS for large machinesAlan Mayer1-1/+1
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling1-0/+2
2007-10-15sched: guest CPU accounting: add guest-CPU /proc/stat fieldLaurent Vivier1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki1-1/+1
2005-11-07[PATCH] small kernel_stat.h cleanupIngo Molnar1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+59