summaryrefslogtreecommitdiffstats
path: root/kernel/tsacct.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tsacct: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-15/+12
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-3/+3
* time, acct: Drop irq save & restore from __acct_update_integrals()Rik van Riel2016-02-291-5/+4
* acct, time: Change indentation in __acct_update_integrals()Rik van Riel2016-02-291-25/+26
* sched, time: Remove non-power-of-two divides from __acct_update_integrals()Rik van Riel2016-02-291-10/+16
* sched: Make task->start_time nanoseconds basedThomas Gleixner2014-07-231-10/+9
* tsacct: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-10/+34
* userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman2012-09-181-5/+7
* [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-1/+1
* Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds2011-09-191-7/+8
* taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-6/+4
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-061-0/+1
* Fix fixpoint divide exception in acct_update_integralsHeiko Carstens2009-03-091-1/+5
* mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2009-01-061-2/+2
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-2/+4
* CRED: Separate task security context from task_structDavid Howells2008-11-141-2/+2
* task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-271-7/+7
* task IO accounting: improve code readabilityAndrea Righi2008-07-271-7/+7
* tsacct: fix bacct_add_tsk()'s use of do_div()David Howells2008-07-251-2/+2
* accounting: account for user time when updating memory integralsJonathan Lim2008-07-251-7/+14
* Add scaled time to taskstats based process accountingMichael Neuling2007-10-181-0/+4
* Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-251-1/+1
* [PATCH] time: x86_64: split x86_64/kernel/time.c upjohn stultz2007-02-161-2/+0
* [PATCH] io-accounting: via taskstatsAndrew Morton2006-12-101-0/+9
* [PATCH] xacct_add_tsk: fix pure theoretical ->mm use-after-freeOleg Nesterov2006-10-301-3/+7
* [PATCH] bacct_add_tsk: fix unsafe and wrong parent/group_leader dereferenceOleg Nesterov2006-10-281-2/+5
* [PATCH] csa accounting taskstats updateJay Lan2006-10-011-11/+14
* [PATCH] csa: convert CONFIG tag for extended accounting routinesJay Lan2006-10-011-0/+30
* [PATCH] csa: Extended system accounting over taskstatsJay Lan2006-10-011-0/+19
* [PATCH] csa: basic accounting over taskstatsJay Lan2006-10-011-0/+72
OpenPOWER on IntegriCloud