index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
tsacct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Make task->start_time nanoseconds based
Thomas Gleixner
2014-07-23
1
-10
/
+9
*
tsacct: Use ktime_get_ts()
Thomas Gleixner
2014-06-12
1
-1
/
+1
*
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
2013-01-27
1
-10
/
+34
*
userns: Convert taskstats to handle the user and pid namespaces.
Eric W. Biederman
2012-09-18
1
-5
/
+7
*
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
2011-12-15
1
-1
/
+1
*
Make taskstats round statistics down to nearest 1k bytes/events
Linus Torvalds
2011-09-19
1
-7
/
+8
*
taskstats: use real microsecond granularity for CPU times
Michael Holzheu
2010-10-27
1
-6
/
+4
*
mm: clean up mm_counter
KAMEZAWA Hiroyuki
2010-03-06
1
-0
/
+1
*
Fix fixpoint divide exception in acct_update_integrals
Heiko Carstens
2009-03-09
1
-1
/
+5
*
mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accounting
Oleg Nesterov
2009-01-06
1
-2
/
+2
*
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
2008-11-14
1
-2
/
+4
*
CRED: Separate task security context from task_struct
David Howells
2008-11-14
1
-2
/
+2
*
task IO accounting: move all IO statistics in struct task_io_accounting
Andrea Righi
2008-07-27
1
-7
/
+7
*
task IO accounting: improve code readability
Andrea Righi
2008-07-27
1
-7
/
+7
*
tsacct: fix bacct_add_tsk()'s use of do_div()
David Howells
2008-07-25
1
-2
/
+2
*
accounting: account for user time when updating memory integrals
Jonathan Lim
2008-07-25
1
-7
/
+14
*
Add scaled time to taskstats based process accounting
Michael Neuling
2007-10-18
1
-0
/
+4
*
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
john stultz
2007-07-25
1
-1
/
+1
*
[PATCH] time: x86_64: split x86_64/kernel/time.c up
john stultz
2007-02-16
1
-2
/
+0
*
[PATCH] io-accounting: via taskstats
Andrew Morton
2006-12-10
1
-0
/
+9
*
[PATCH] xacct_add_tsk: fix pure theoretical ->mm use-after-free
Oleg Nesterov
2006-10-30
1
-3
/
+7
*
[PATCH] bacct_add_tsk: fix unsafe and wrong parent/group_leader dereference
Oleg Nesterov
2006-10-28
1
-2
/
+5
*
[PATCH] csa accounting taskstats update
Jay Lan
2006-10-01
1
-11
/
+14
*
[PATCH] csa: convert CONFIG tag for extended accounting routines
Jay Lan
2006-10-01
1
-0
/
+30
*
[PATCH] csa: Extended system accounting over taskstats
Jay Lan
2006-10-01
1
-0
/
+19
*
[PATCH] csa: basic accounting over taskstats
Jay Lan
2006-10-01
1
-0
/
+72