summaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-18const: struct nla_policyAlexey Dobriyan-4/+2
2009-07-12genetlink: make netns awareJohannes Berg-5/+5
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell-15/+24
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell-1/+1
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum-1/+1
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis-2/+2
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov-3/+3
2007-11-14kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk-18/+18
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day-1/+1
2007-10-19Add cgroupstatsBalbir Singh-0/+67
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl-1/+0
2007-07-16taskstats: add context-switch countersMaxim Uvarov-0/+4
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter-3/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo-2/+2
2006-12-07[PATCH] taskstats: cleanup reply assemblingOleg Nesterov-22/+16
2006-12-07[PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov-42/+44
2006-12-07[PATCH] taskstats: factor out reply assemblingOleg Nesterov-27/+28
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov-1/+25
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov-26/+15
2006-12-07[PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov-13/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf-6/+2
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf-2/+1
2006-10-31[PATCH] taskstats: fix sub-threads accountingOleg Nesterov-7/+10
2006-10-29[PATCH] taskstats: fix sk_buff size calculationOleg Nesterov-1/+2
2006-10-29[PATCH] taskstats: fix sk_buff leakOleg Nesterov-2/+1
2006-10-28[PATCH] fill_tgid: cleanup delays accountingOleg Nesterov-1/+1
2006-10-28[PATCH] taskstats: don't use tasklist_lockOleg Nesterov-35/+24
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov-10/+6
2006-10-28[PATCH] fill_tgid: fix task_struct leak and possible oopsOleg Nesterov-6/+9
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan-0/+4
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan-0/+4
2006-10-01[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh-1/+1
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf-1/+1
2006-07-31[PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar-13/+11
2006-07-31[PATCH] make taskstats sending completely independent of delay accounting on/...Shailabh Nagar-5/+3
2006-07-14[PATCH] Remove down_write() from taskstats code invoked on the exit() pathShailabh Nagar-5/+19
2006-07-14[PATCH] per-task delay accounting taskstats interface: control exit data thro...Shailabh Nagar-11/+189
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar-32/+66
2006-07-14[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar-5/+11
2006-07-14[PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar-0/+336