aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/taskstats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] taskstats: cleanup reply assemblingOleg Nesterov1-22/+16
2006-12-07[PATCH] taskstats: use nla_reserve() for reply assemblingOleg Nesterov1-42/+44
2006-12-07[PATCH] taskstats: factor out reply assemblingOleg Nesterov1-27/+28
2006-12-07[PATCH] taskstats: cleanup ->signal->stats allocationOleg Nesterov1-1/+25
2006-12-07[PATCH] taskstats: cleanup do_exit() pathOleg Nesterov1-26/+15
2006-12-07[PATCH] taskstats_exit_alloc: optimize/simplifyOleg Nesterov1-13/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-02[GENL]: Add genlmsg_put_reply() to simplify building reply headersThomas Graf1-6/+2
2006-12-02[GENL]: Add genlmsg_new() to allocate generic netlink messagesThomas Graf1-1/+1
2006-12-02[NETLINK]: Do precise netlink message allocations where possibleThomas Graf1-2/+1
2006-10-31[PATCH] taskstats: fix sub-threads accountingOleg Nesterov1-7/+10
2006-10-29[PATCH] taskstats: fix sk_buff size calculationOleg Nesterov1-1/+2
2006-10-29[PATCH] taskstats: fix sk_buff leakOleg Nesterov1-2/+1
2006-10-28[PATCH] fill_tgid: cleanup delays accountingOleg Nesterov1-1/+1
2006-10-28[PATCH] taskstats: don't use tasklist_lockOleg Nesterov1-35/+24
2006-10-28[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov1-10/+6
2006-10-28[PATCH] fill_tgid: fix task_struct leak and possible oopsOleg Nesterov1-6/+9
2006-10-01[PATCH] csa: Extended system accounting over taskstatsJay Lan1-0/+4
2006-10-01[PATCH] csa: basic accounting over taskstatsJay Lan1-0/+4
2006-10-01[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)Balbir Singh1-1/+1
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-1/+1
2006-07-31[PATCH] taskstats: free skb, avoid returns in send_cpu_listenersShailabh Nagar1-13/+11
2006-07-31[PATCH] make taskstats sending completely independent of delay accounting on/off statusShailabh Nagar1-5/+3
2006-07-14[PATCH] Remove down_write() from taskstats code invoked on the exit() pathShailabh Nagar1-5/+19
2006-07-14[PATCH] per-task delay accounting taskstats interface: control exit data through cpumasksShailabh Nagar1-11/+189
2006-07-14[PATCH] delay accounting taskstats interface send tgid onceShailabh Nagar1-32/+66
2006-07-14[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interfaceShailabh Nagar1-5/+11
2006-07-14[PATCH] per-task-delay-accounting: taskstats interfaceShailabh Nagar1-0/+336