aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/uptime.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-03proc: mark more files as permanentGravatar Alexey Dobriyan 1-1/+5
2021-10-05fs/proc/uptime.c: Fix idle time reporting in /proc/uptimeGravatar Josh Don 1-5/+9
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeGravatar Dmitry Safonov 1-0/+3
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Gravatar Arnd Bergmann 1-2/+2
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-13/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-02-01sched/cputime: Convert kcpustat to nsecsGravatar Frederic Weisbecker 1-5/+2
2014-03-13cputime: Default implementation of nsecs -> cputime conversionGravatar Frederic Weisbecker 1-1/+1
2014-01-23fs/proc: don't use module_init for non-modular core codeGravatar Paul Gortmaker 1-1/+1
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Gravatar Oleg Nesterov 1-2/+1
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Martin Schwidefsky 1-2/+2
2011-12-15[S390] fix cputime overflow in uptime_proc_showGravatar Martin Schwidefsky 1-2/+7
2011-12-15[S390] cputime: add sparse checking and cleanupGravatar Martin Schwidefsky 1-2/+2
2011-12-06sched/accounting: Change cpustat fields to an arrayGravatar Glauber Costa 1-2/+2
2009-09-24[PATCH] Fix idle time field in /proc/uptimeGravatar Michael Abbott 1-1/+6
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Gravatar Alexey Dobriyan 1-20/+18
2008-10-27proc: revert /proc/uptime to ->read_proc hookGravatar Alexey Dobriyan 1-18/+20
2008-10-23proc: switch /proc/uptime to seq_fileGravatar Alexey Dobriyan 1-0/+43