summaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c
Commit message (Expand)AuthorAgeFilesLines
* taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov2023-10-041-3/+2
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* kernel: make taskstats available from all net namespacesxu xin2022-04-291-0/+1
* taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-291-0/+23
* taskstats: remove unneeded dead assignmentLukas Bulwahn2022-03-231-2/+3
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* taskstats: move specifying netlink policy back to opsJakub Kicinski2020-10-021-36/+10
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* taskstats: fix data-raceChristian Brauner2019-12-041-11/+19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+3
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* genetlink: make policy common to familyJohannes Berg2019-03-221-3/+25
* pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-061-5/+1
* taskstats: add e/u/stime for TGID commandZhang Xiao2017-05-081-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+5
|\
| * taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong2016-11-031-1/+5
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-6/+11
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/
* taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel2016-04-231-32/+5
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-11/+2
* kill f_dentry usesAl Viro2014-11-191-1/+1
* scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* taskstats: use genl_register_family_with_ops()Johannes Berg2013-11-141-25/+14
* kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang2013-11-131-3/+5
* kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang2013-11-131-2/+6
* taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-061-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-6/+5
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-261-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-2/+2
|\ \
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-2/+2
| |/
* / userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman2012-09-181-6/+17
|/
* taskstats: check nla_reserve() returnAlan Cox2012-07-301-0/+5
* Make TASKSTATS require root accessLinus Torvalds2011-09-191-0/+1
* taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov2011-08-031-1/+1
* taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov2011-08-031-9/+7
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov2011-06-271-3/+12
* taskstats: use appropriate printk priority levelMandeep Singh Baines2011-03-231-1/+1
* taskstats: use better ifdef for alignmentJeff Mahoney2011-01-131-1/+1
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-3/+2
|\
| * taskstats: Use this_cpu_opsChristoph Lameter2010-12-171-3/+2
* | taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney2010-12-221-13/+44
|/
* taskstats: split fill_pid functionMichael Holzheu2010-10-271-29/+21
* taskstats: separate taskstats commandsMichael Holzheu2010-10-271-40/+78
* delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-271-1/+7