summaryrefslogtreecommitdiff
path: root/fs/proc/stat.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker2017-02-01
* sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2017-02-01
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-07
* procfs: avoid 32-bit time_t in /proc/*/statArnd Bergmann2016-08-02
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-13
* /proc/stat: convert to single_open_size()Heiko Carstens2014-07-03
* cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker2014-03-13
* fs/proc: don't use module_init for non-modular core codePaul Gortmaker2014-01-23
* stat: Use size_t for sizes instead of unsignedChristoph Lameter2013-02-01
* nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko2012-10-10
* proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky2012-03-30
* procfs: add num_to_str() to speed up /proc/statKAMEZAWA Hiroyuki2012-03-23
* proc: speed up /proc/stat handlingEric Dumazet2012-03-23
* sched/accounting, proc: Fix /proc/stat interrupts sumRussell King2012-01-16
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-06
|\
| * Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-15
| |\
| * | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-06
* | | procfs: do not confuse jiffies with cputime64_tAndreas Schwab2011-12-29
| |/ |/|
* | procfs: do not overflow get_{idle,iowait}_time for nohzMichal Hocko2011-12-09
|/
* proc: Consider NO_HZ when printing idle and iowait timesMichal Hocko2011-09-08
* proc/stat: use defined macro KMALLOC_MAX_SIZEYuanhan Liu2011-05-26
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-13
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-27
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* sched, cpuacct: Fix niced guest time accountingRyota Ozaki2009-10-25
* proc: export statistics for softirq to /procKeika Kobayashi2009-06-18
* [S390] /proc/stat idle field for idle cpusMartin Schwidefsky2009-04-23
* proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-26
* proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro2008-12-16
* sparseirq: fix Alpha build failureYinghai Lu2008-12-09
* sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
* proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan2008-10-23