summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-03taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong1-1/+5
2016-04-24taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel1-32/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg51-158/+203
2014-11-19kill f_dentry usesAl Viro19-37/+31
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter7-23/+23
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-14genetlink: make all genl_ops users constJohannes Berg17-21/+21
2013-11-14taskstats: use genl_register_family_with_ops()Johannes Berg1-25/+14
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang1-3/+5
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang1-2/+6
2012-10-05taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl1-0/+1
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds142-2877/+2915
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds967-21732/+42560
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-18userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman4-14/+30
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman75-728/+728
2012-07-31taskstats: check nla_reserve() returnAlan Cox1-0/+5
2011-09-20Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-08-04taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov1-1/+1
2011-08-04taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov1-9/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-06-28taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12
2011-03-24taskstats: use appropriate printk priority levelMandeep Singh Baines1-1/+1
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney1-1/+1
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds62-275/+703
2010-12-23taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney3-14/+47
2010-12-17taskstats: Use this_cpu_opsChristoph Lameter1-3/+2
2010-10-28taskstats: split fill_pid functionMichael Holzheu1-29/+21
2010-10-28taskstats: separate taskstats commandsMichael Holzheu1-40/+78
2010-10-28delayacct: 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 imp...Tejun Heo4208-717/+3717
2010-02-18const: struct nla_policyAlexey Dobriyan10-33/+22
2009-07-12genetlink: make netns awareJohannes Berg9-63/+223
2008-12-31cpumask: convert rest of files in kernel/Rusty Russell5-27/+34
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell19-59/+86
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum1-1/+1
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis8-34/+34
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov1-3/+3
2007-11-15kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk1-18/+18
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day89-117/+117
2007-10-19Add cgroupstatsBalbir Singh7-0/+241
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl7-7/+0
2007-07-16taskstats: add context-switch countersMaxim Uvarov5-3/+41
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter9-32/+23
2007-04-26[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo15-18/+23
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 Nesterov3-26/+25
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov3-47/+19
[next]