aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/tsacct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-23sched: Make task->start_time nanoseconds basedThomas Gleixner1-10/+9
2014-06-12tsacct: Use ktime_get_ts()Thomas Gleixner1-1/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-10/+34
2012-09-18userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman1-5/+7
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-1/+1
2011-09-19Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds1-7/+8
2010-10-27taskstats: use real microsecond granularity for CPU timesMichael Holzheu1-6/+4
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-0/+1
2009-03-09Fix fixpoint divide exception in acct_update_integralsHeiko Carstens1-1/+5
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-2/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-2/+4
2008-11-14CRED: Separate task security context from task_structDavid Howells1-2/+2
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-7/+7
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-7/+7
2008-07-25tsacct: fix bacct_add_tsk()'s use of do_div()David Howells1-2/+2
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim1-7/+14
2007-10-18Add scaled time to taskstats based process accountingMichael Neuling1-0/+4
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2007-02-16[PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz1-2/+0
2006-12-10[PATCH] io-accounting: via taskstatsAndrew Morton1-0/+9
2006-10-30[PATCH] xacct_add_tsk: fix pure theoretical ->mm use-after-freeOleg Nesterov1-3/+7
2006-10-28[PATCH] bacct_add_tsk: fix unsafe and wrong parent/group_leader dereferenceOleg Nesterov1-2/+5
2006-10-01[PATCH] csa accounting taskstats updateJay Lan1-11/+14
2006-10-01[PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan1-0/+30
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan1-0/+19
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan1-0/+72