aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-28/+32
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan1-28/+32
2019-02-10proc/stat: Make the interrupt statistics more efficientThomas Gleixner1-3/+26
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker1-34/+34
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-25/+24
2016-08-02procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann1-6/+4
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2014-07-03/proc/stat: convert to single_open_size()Heiko Carstens1-20/+2
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker1-1/+1
2013-02-01stat: Use size_t for sizes instead of unsignedChristoph Lameter1-1/+1
2012-10-10nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko1-4/+10
2012-03-30proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky1-6/+28
2012-03-23procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki1-28/+27
2012-03-23proc: speed up /proc/stat handlingEric Dumazet1-2/+5
2012-01-16sched/accounting, proc: Fix /proc/stat interrupts sumRussell King1-0/+2
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-34/+29
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-2/+2
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar1-2/+2
2011-12-09procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko1-2/+2
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-34/+29
2011-09-08proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko1-7/+34
2011-05-26proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu1-3/+3
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan1-1/+1
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-8/+2
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki1-3/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-10-25sched, cpuacct: Fix niced guest time accountingRyota Ozaki1-6/+13
2009-06-18proc: export statistics for softirq to /procKeika Kobayashi1-0/+15
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky1-0/+5
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-10/+1
2008-12-16proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro1-5/+2
2008-12-09sparseirq: fix Alpha build failureYinghai Lu1-7/+13
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-6/+11
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan1-0/+153