summaryrefslogtreecommitdiffstats
path: root/fs/proc/uptime.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03proc: mark more files as permanentAlexey Dobriyan1-1/+5
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeJosh Don1-5/+9
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov1-0/+3
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann1-2/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker1-5/+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-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov1-2/+1
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky1-2/+2
2011-12-15[S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-2/+2
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-2/+2
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott1-1/+6
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan1-20/+18
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan1-18/+20
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan1-0/+43