summaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c
Commit message (Expand)AuthorAgeFilesLines
* taskstats: split fill_pid functionMichael Holzheu2010-10-271-29/+21
* taskstats: separate taskstats commandsMichael Holzheu2010-10-271-40/+78
* delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-271-1/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: struct nla_policyAlexey Dobriyan2010-02-181-4/+2
* genetlink: make netns awareJohannes Berg2009-07-121-5/+5
* cpumask: convert rest of files in kernel/Rusty Russell2009-01-011-15/+24
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* taskstats: remove initialization of static per-cpu variableVegard Nossum2008-07-251-1/+1
* core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* Use find_task_by_vpid in taskstatsPavel Emelyanov2008-04-301-3/+3
* kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk2007-11-141-18/+18
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Add cgroupstatsBalbir Singh2007-10-191-0/+67
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* taskstats: add context-switch countersMaxim Uvarov2007-07-161-0/+4
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-071-3/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-2/+2
* [PATCH] taskstats: cleanup reply assemblingOleg Nesterov2006-12-071-22/+16
* [PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov2006-12-071-42/+44
* [PATCH] taskstats: factor out reply assemblingOleg Nesterov2006-12-071-27/+28
* [PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov2006-12-071-1/+25
* [PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2006-12-071-26/+15
* [PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov2006-12-071-13/+4
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-6/+2
* [GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2006-12-021-1/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-2/+1
* [PATCH] taskstats: fix sub-threads accountingOleg Nesterov2006-10-311-7/+10
* [PATCH] taskstats: fix sk_buff size calculationOleg Nesterov2006-10-291-1/+2
* [PATCH] taskstats: fix sk_buff leakOleg Nesterov2006-10-291-2/+1
* [PATCH] fill_tgid: cleanup delays accountingOleg Nesterov2006-10-281-1/+1
* [PATCH] taskstats: don't use tasklist_lockOleg Nesterov2006-10-281-35/+24
* [PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov2006-10-281-10/+6
* [PATCH] fill_tgid: fix task_struct leak and possible oopsOleg Nesterov2006-10-281-6/+9
* [PATCH] csa: Extended system accounting over taskstatsJay Lan2006-10-011-0/+4
* [PATCH] csa: basic accounting over taskstatsJay Lan2006-10-011-0/+4
* [PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh2006-10-011-1/+1
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-221-1/+1
* [PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar2006-07-311-13/+11
* [PATCH] make taskstats sending completely independent of delay accounting on/...Shailabh Nagar2006-07-311-5/+3
* [PATCH] Remove down_write() from taskstats code invoked on the exit() pathShailabh Nagar2006-07-141-5/+19
* [PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar2006-07-141-11/+189
* [PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar2006-07-141-32/+66
* [PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar2006-07-141-5/+11
* [PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar2006-07-141-0/+336
OpenPOWER on IntegriCloud