aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov1-1/+1
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov1-9/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines1-1/+1
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+2
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney1-13/+44
2010-12-17taskstats: Use this_cpu_opsChristoph Lameter1-3/+2
2010-10-27taskstats: split fill_pid functionMichael Holzheu1-29/+21
2010-10-27taskstats: separate taskstats commandsMichael Holzheu1-40/+78
2010-10-27delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney1-1/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18const: struct nla_policyAlexey Dobriyan1-4/+2
2009-07-12genetlink: make netns awareJohannes Berg1-5/+5
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell1-15/+24
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-1/+1
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum1-1/+1
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis1-2/+2
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov1-3/+3
2007-11-14kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk1-18/+18
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-19Add cgroupstatsBalbir Singh1-0/+67
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl1-1/+0
2007-07-16taskstats: add context-switch countersMaxim Uvarov1-0/+4
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-3/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-2/+2
2006-12-07[PATCH] taskstats: cleanup reply assemblingOleg Nesterov1-22/+16
2006-12-07[PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov1-42/+44
2006-12-07[PATCH] taskstats: factor out reply assemblingOleg Nesterov1-27/+28
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov1-1/+25
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov1-26/+15
2006-12-07[PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov1-13/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-6/+2
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf1-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-2/+1
2006-10-31[PATCH] taskstats: fix sub-threads accountingOleg Nesterov1-7/+10
2006-10-29[PATCH] taskstats: fix sk_buff size calculationOleg Nesterov1-1/+2
2006-10-29[PATCH] taskstats: fix sk_buff leakOleg Nesterov1-2/+1
2006-10-28[PATCH] fill_tgid: cleanup delays accountingOleg Nesterov1-1/+1
2006-10-28[PATCH] taskstats: don't use tasklist_lockOleg Nesterov1-35/+24
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov1-10/+6
2006-10-28[PATCH] fill_tgid: fix task_struct leak and possible oopsOleg Nesterov1-6/+9
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan1-0/+4
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan1-0/+4
2006-10-01[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh1-1/+1
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-1/+1
2006-07-31[PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar1-13/+11