Age | Commit message (Expand) | Author |
2021-10-05 | fs/proc/uptime.c: Fix idle time reporting in /proc/uptime | Josh Don |
2020-01-14 | fs/proc: Respect boottime inside time namespace for /proc/uptime | Dmitry Safonov |
2018-08-22 | fs/proc/uptime.c: use ktime_get_boottime_ts64 | Arnd Bergmann |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-02-01 | sched/cputime: Convert kcpustat to nsecs | Frederic Weisbecker |
2014-03-13 | cputime: Default implementation of nsecs -> cputime conversion | Frederic Weisbecker |
2014-01-23 | fs/proc: don't use module_init for non-modular core code | Paul Gortmaker |
2013-07-03 | fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime() | Oleg Nesterov |
2011-12-19 | Merge 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_show | Martin Schwidefsky |
2011-12-15 | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky |
2011-12-06 | sched/accounting: Change cpustat fields to an array | Glauber Costa |
2009-09-24 | [PATCH] Fix idle time field in /proc/uptime | Michael Abbott |
2009-03-31 | Revert "proc: revert /proc/uptime to ->read_proc hook" | Alexey Dobriyan |
2008-10-27 | proc: revert /proc/uptime to ->read_proc hook | Alexey Dobriyan |
2008-10-23 | proc: switch /proc/uptime to seq_file | Alexey Dobriyan |