aboutsummaryrefslogtreecommitdiff
path: root/kernel/taskstats.c
AgeCommit message (Expand)Author
2016-04-23taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-19kill f_dentry usesAl Viro
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-11-14taskstats: use genl_register_family_with_ops()Johannes Berg
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang
2012-10-06taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-09-18userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-07-30taskstats: check nla_reserve() returnAlan Cox
2011-09-19Make TASKSTATS require root accessLinus Torvalds
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney
2010-12-17taskstats: Use this_cpu_opsChristoph Lameter
2010-10-27taskstats: split fill_pid functionMichael Holzheu
2010-10-27taskstats: separate taskstats commandsMichael Holzheu
2010-10-27delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18const: struct nla_policyAlexey Dobriyan
2009-07-12genetlink: make netns awareJohannes Berg
2009-01-01cpumask: convert rest of files in kernel/Rusty Russell
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell
2008-07-25taskstats: remove initialization of static per-cpu variableVegard Nossum
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis
2008-04-30Use find_task_by_vpid in taskstatsPavel Emelyanov
2007-11-14kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19Add cgroupstatsBalbir Singh
2007-10-17Clean up duplicate includes in kernel/Jesper Juhl
2007-07-16taskstats: add context-switch countersMaxim Uvarov
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo
2006-12-07[PATCH] taskstats: cleanup reply assemblingOleg Nesterov
2006-12-07[PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov
2006-12-07[PATCH] taskstats: factor out reply assemblingOleg Nesterov
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov
2006-12-07[PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov