summaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c
AgeCommit message (Expand)AuthorLines
2024-11-03fdget(), more trivial conversionsAl Viro-12/+6
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2023-10-04taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov-3/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2022-04-29kernel: make taskstats available from all net namespacesxu xin-0/+1
2022-04-29taskstats: version 12 with thread group and exe infoDr. Thomas Orgis-0/+23
2022-03-23taskstats: remove unneeded dead assignmentLukas Bulwahn-2/+3
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel-1/+1
2020-10-02taskstats: move specifying netlink policy back to opsJakub Kicinski-36/+10
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2019-12-04taskstats: fix data-raceChristian Brauner-11/+19
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-11/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2019-03-22genetlink: make policy common to familyJohannes Berg-3/+25
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport-5/+1
2017-05-08taskstats: add e/u/stime for TGID commandZhang Xiao-0/+14
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2016-11-03taskstats: fix the length of cgroupstats_cmd_get_policyWANG Cong-1/+5
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg-6/+11
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-1/+0
2016-04-23taskstats: use the libnl API to align nlattr on 64-bitNicolas Dichtel-32/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-11/+2
2014-11-19kill f_dentry usesAl Viro-1/+1
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter-1/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-11-14taskstats: use genl_register_family_with_ops()Johannes Berg-25/+14
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang-3/+5
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang-2/+6
2012-10-06taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+5
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2012-09-26switch simple cases of fget_light to fdgetAl Viro-6/+5
2012-09-18userns: Convert taskstats to handle the user and pid namespaces.Eric W. Biederman-6/+17
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-2/+2
2012-07-30taskstats: check nla_reserve() returnAlan Cox-0/+5
2011-09-19Make TASKSTATS require root accessLinus Torvalds-0/+1
2011-08-03taskstats: add_del_listener() should ignore !valid listenersOleg Nesterov-1/+1
2011-08-03taskstats: add_del_listener() shouldn't use the wrong nodeOleg Nesterov-9/+7
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov-3/+12
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines-1/+1
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds-3/+2
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney-13/+44
2010-12-17taskstats: Use this_cpu_opsChristoph Lameter-3/+2
2010-10-27taskstats: split fill_pid functionMichael Holzheu-29/+21