summaryrefslogtreecommitdiff
path: root/include/linux/kernel_stat.h
AgeCommit message (Expand)Author
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don
2020-12-15genirq: Make kstat_irqs() staticThomas Gleixner
2019-11-21sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker
2019-10-29sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-01sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_steal_time() in nsecsFrederic Weisbecker
2017-02-01sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker
2017-01-14sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker
2017-01-14sched/cputime: Export account_guest_time()Frederic Weisbecker
2017-01-14sched/cputime: Allow accounting system time using cpustat indexFrederic Weisbecker
2016-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka
2016-07-06xen: add steal_clock support on x86Juergen Gross
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2014-04-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner
2014-03-04genirq: Add a kstat helper to increment irq statsThomas Gleixner
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker
2012-08-20cputime: Consolidate vtime handling on context switchFrederic Weisbecker
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki
2009-06-18softirq: introduce statistics for softirqKeika Kobayashi
2009-04-20perfcounters, sched: remove __task_delta_exec()Ingo Molnar
2009-04-07perf_counter: remove rq->lock usagePeter Zijlstra
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-01-22irq: clean up irq stat methodsYinghai Lu
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu
2009-01-11Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky
2008-12-23perfcounters: fix task clock counterIngo Molnar
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-16genirq: remove artifacts from sparseirq removalIngo Molnar
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16sparseirq: move kstat_irqs from kstat to irq_desc - fixYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu