aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl2012-10-051-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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: struct nla_policyAlexey Dobriyan2010-02-181-4/+2
* genetlink: make netns awareJohannes Berg2009-07-121-5/+5
* cpumask: convert rest of files in kernel/Rusty Russell2008-12-311-15/+24
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* taskstats: remove initialization of static per-cpu variableVegard Nossum2008-07-251-1/+1
* core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* Use find_task_by_vpid in taskstatsPavel Emelyanov2008-04-301-3/+3
* kernel/taskstats.c: fix bogus nlmsg_free()Adrian Bunk2007-11-141-18/+18
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Add cgroupstatsBalbir Singh2007-10-191-0/+67
* Clean up duplicate includes in kernel/Jesper Juhl2007-10-171-1/+0
* taskstats: add context-switch countersMaxim Uvarov2007-07-161-0/+4
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-071-3/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-2/+2
* [PATCH] taskstats: cleanup reply assemblingOleg Nesterov2006-12-071-22/+16
* [PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov2006-12-071-42/+44
* [PATCH] taskstats: factor out reply assemblingOleg Nesterov2006-12-071-27/+28
* [PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov2006-12-071-1/+25
* [PATCH] taskstats: cleanup do_exit() pathOleg Nesterov2006-12-071-26/+15
* [PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov2006-12-071-13/+4
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf2006-12-021-6/+2
* [GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf2006-12-021-1/+1
* [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-021-2/+1
* [PATCH] taskstats: fix sub-threads accountingOleg Nesterov2006-10-311-7/+10
* [PATCH] taskstats: fix sk_buff size calculationOleg Nesterov2006-10-291-1/+2
* [PATCH] taskstats: fix sk_buff leakOleg Nesterov2006-10-291-2/+1
* [PATCH] fill_tgid: cleanup delays accountingOleg Nesterov2006-10-281-1/+1