summaryrefslogtreecommitdiff
path: root/kernel/taskstats.c
Commit message (Expand)AuthorAge
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-06
* taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong2016-11-03
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* | genetlink: statically initialize familiesJohannes Berg2016-10-27
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-27
|/
* taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel2016-04-23
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* kill f_dentry usesAl Viro2014-11-19
* scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-26
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* genetlink: make all genl_ops users constJohannes Berg2013-11-14
* taskstats: use genl_register_family_with_ops()Johannes Berg2013-11-14
* kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang2013-11-13
* kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang2013-11-13
* taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\ \
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
| |/
* | userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman2012-09-18
|/
* taskstats: check nla_reserve() returnAlan Cox2012-07-30
* Make TASKSTATS require root accessLinus Torvalds2011-09-19
* taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov2011-08-03
* taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov2011-08-03
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov2011-06-27
* taskstats: use appropriate printk priority levelMandeep Singh Baines2011-03-23
* taskstats: use better ifdef for alignmentJeff Mahoney2011-01-13
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\
| * taskstats: Use this_cpu_opsChristoph Lameter2010-12-17
* | taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney2010-12-22
|/
* taskstats: split fill_pid functionMichael Holzheu2010-10-27
* taskstats: separate taskstats commandsMichael Holzheu2010-10-27
* delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* const: struct nla_policyAlexey Dobriyan2010-02-18
* genetlink: make netns awareJohannes Berg2009-07-12
* cpumask: convert rest of files in kernel/Rusty Russell2009-01-01
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-13
* taskstats: remove initialization of static per-cpu variableVegard Nossum2008-07-25
* core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* Use find_task_by_vpid in taskstatsPavel Emelyanov2008-04-30
* kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk2007-11-14
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-19
* Add cgroupstatsBalbir Singh2007-10-19
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-17
* taskstats: add context-switch countersMaxim Uvarov2007-07-16
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07