aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/uptime.c
AgeCommit message (Expand)Author
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2014-03-13cputime: Default implementation of nsecs -> cputime conversionFrederic Weisbecker
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker
2013-07-03fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime()Oleg Nesterov
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky
2011-12-15[S390] fix cputime overflow in uptime_proc_showMartin Schwidefsky
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa
2009-09-24[PATCH] Fix idle time field in /proc/uptimeMichael Abbott
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan