Age | Commit message (Expand) | Author |
2021-10-05 | fs/proc/uptime.c: Fix idle time reporting in /proc/uptime | Josh Don |
2020-12-15 | genirq: Make kstat_irqs() static | Thomas Gleixner |
2019-11-21 | sched/vtime: Bring up complete kcpustat accessor | Frederic Weisbecker |
2019-10-29 | sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM | Frederic Weisbecker |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-02-01 | sched/cputime: Push time to account_system_time() in nsecs | Frederic Weisbecker |
2017-02-01 | sched/cputime: Push time to account_idle_time() in nsecs | Frederic Weisbecker |
2017-02-01 | sched/cputime: Push time to account_steal_time() in nsecs | Frederic Weisbecker |
2017-02-01 | sched/cputime: Push time to account_user_time() in nsecs | Frederic Weisbecker |
2017-01-14 | sched/cputime: Rename vtime_account_user() to vtime_flush() | Frederic Weisbecker |
2017-01-14 | sched/cputime: Export account_guest_time() | Frederic Weisbecker |
2017-01-14 | sched/cputime: Allow accounting system time using cpustat index | Frederic Weisbecker |
2016-11-15 | sched/cputime, powerpc, s390: Make scaled cputime arch specific | Stanislaw Gruszka |
2016-07-06 | xen: add steal_clock support on x86 | Juergen Gross |
2014-12-13 | genirq: Prevent proc race against freeing of irq descriptors | Thomas Gleixner |
2014-11-16 | sched/cputime: Fix cpu_timer_sample_group() double accounting | Peter Zijlstra |
2014-08-26 | scheduler: Replace __get_cpu_var with this_cpu_ptr | Christoph Lameter |
2014-04-01 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-03-13 | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker |
2014-03-04 | genirq: Move kstat_incr_irqs_this_cpu() to core | Thomas Gleixner |
2014-03-04 | genirq: Add a kstat helper to increment irq stats | Thomas Gleixner |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky |
2013-01-27 | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker |
2012-11-19 | vtime: Explicitly account pending user time on process tick | Frederic Weisbecker |
2012-10-29 | vtime: Gather vtime declarations to their own header file | Frederic Weisbecker |
2012-09-25 | vtime: Consolidate system/idle context detection | Frederic Weisbecker |
2012-09-25 | cputime: Use a proper subsystem naming for vtime related APIs | Frederic Weisbecker |
2012-08-20 | cputime: Consolidate vtime handling on context switch | Frederic Weisbecker |
2011-12-06 | sched/accounting: Change cpustat fields to an array | Glauber Costa |
2011-01-13 | irq: use per_cpu kstat_irqs | Eric Dumazet |
2010-12-17 | core: 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 cpu | KAMEZAWA Hiroyuki |
2010-10-27 | /proc/stat: scalability of irq num per cpu | KAMEZAWA Hiroyuki |
2009-10-25 | sched, cpuacct: Fix niced guest time accounting | Ryota Ozaki |
2009-06-18 | softirq: introduce statistics for softirq | Keika Kobayashi |
2009-04-20 | perfcounters, sched: remove __task_delta_exec() | Ingo Molnar |
2009-04-07 | perf_counter: remove rq->lock usage | Peter Zijlstra |
2009-04-06 | Merge branch 'linus' into perfcounters/core-v2 | Ingo Molnar |
2009-01-22 | irq: clean up irq stat methods | Yinghai Lu |
2009-01-11 | sparseirq: make some func to be used with genirq | Yinghai Lu |
2009-01-11 | Merge commit 'v2.6.29-rc1' into perfcounters/core | Ingo Molnar |
2008-12-31 | [PATCH] idle cputime accounting | Martin Schwidefsky |
2008-12-31 | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky |
2008-12-23 | perfcounters: fix task clock counter | Ingo Molnar |
2008-12-08 | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu |
2008-10-20 | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2008-10-16 | genirq: remove artifacts from sparseirq removal | Ingo Molnar |
2008-10-16 | genirq: revert dynarray | Thomas Gleixner |
2008-10-16 | sparseirq: move kstat_irqs from kstat to irq_desc - fix | Yinghai Lu |
2008-10-16 | x86: move kstat_irqs from kstat to irq_desc | Yinghai Lu |