summaryrefslogtreecommitdiffstats
path: root/fs/proc/stat.c
Commit message (Expand)AuthorAgeFilesLines
* proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky2012-03-301-6/+28
* procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-241-28/+27Star
* proc: speed up /proc/stat handlingEric Dumazet2012-03-241-2/+5
* sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-161-0/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-061-34/+29Star
|\
| * Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-151-2/+2
| |\
| * | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-34/+29Star
* | | procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-301-2/+2
| |/ |/|
* | procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko2011-12-091-2/+2
|/
* proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko2011-09-081-7/+34
* proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu2011-05-271-3/+3
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-1/+1
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-281-8/+2Star
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-281-3/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-251-6/+13
* proc: export statistics for softirq to /procKeika Kobayashi2009-06-181-0/+15
* [S390] /proc/stat idle field for idle cpusMartin Schwidefsky2009-04-231-0/+5
* proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-10/+1Star
* proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro2008-12-161-5/+2Star
* sparseirq: fix Alpha build failureYinghai Lu2008-12-091-7/+13
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-6/+11
* proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan2008-10-231-0/+153