index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
taskstats.c
Age
Commit message (
Expand
)
Author
2010-02-18
const: struct nla_policy
Alexey Dobriyan
2009-07-12
genetlink: make netns aware
Johannes Berg
2009-01-01
cpumask: convert rest of files in kernel/
Rusty Russell
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
2008-07-25
taskstats: remove initialization of static per-cpu variable
Vegard Nossum
2008-05-23
core: use performance variant for_each_cpu_mask_nr
Mike Travis
2008-04-30
Use find_task_by_vpid in taskstats
Pavel Emelyanov
2007-11-14
kernel/taskstats.c: fix bogus nlmsg_free()
Adrian Bunk
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
2007-10-19
Add cgroupstats
Balbir Singh
2007-10-17
Clean up duplicate includes in kernel/
Jesper Juhl
2007-07-16
taskstats: add context-switch counters
Maxim Uvarov
2007-05-07
KMEM_CACHE(): simplify slab cache creation
Christoph Lameter
2007-04-25
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
2006-12-07
[PATCH] taskstats: cleanup reply assembling
Oleg Nesterov
2006-12-07
[PATCH] taskstats: use nla_reserve() for reply assembling
Oleg Nesterov
2006-12-07
[PATCH] taskstats: factor out reply assembling
Oleg Nesterov
2006-12-07
[PATCH] taskstats: cleanup ->signal->stats allocation
Oleg Nesterov
2006-12-07
[PATCH] taskstats: cleanup do_exit() path
Oleg Nesterov
2006-12-07
[PATCH] taskstats_exit_alloc: optimize/simplify
Oleg Nesterov
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-02
[GENL]: Add genlmsg_put_reply() to simplify building reply headers
Thomas Graf
2006-12-02
[GENL]: Add genlmsg_new() to allocate generic netlink messages
Thomas Graf
2006-12-02
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
2006-10-31
[PATCH] taskstats: fix sub-threads accounting
Oleg Nesterov
2006-10-29
[PATCH] taskstats: fix sk_buff size calculation
Oleg Nesterov
2006-10-29
[PATCH] taskstats: fix sk_buff leak
Oleg Nesterov
2006-10-28
[PATCH] fill_tgid: cleanup delays accounting
Oleg Nesterov
2006-10-28
[PATCH] taskstats: don't use tasklist_lock
Oleg Nesterov
2006-10-28
[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock
Oleg Nesterov
2006-10-28
[PATCH] fill_tgid: fix task_struct leak and possible oops
Oleg Nesterov
2006-10-01
[PATCH] csa: Extended system accounting over taskstats
Jay Lan
2006-10-01
[PATCH] csa: basic accounting over taskstats
Jay Lan
2006-10-01
[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)
Balbir Singh
2006-09-22
[NETLINK]: Extend netlink messaging interface
Thomas Graf
2006-07-31
[PATCH] taskstats: free skb, avoid returns in send_cpu_listeners
Shailabh Nagar
2006-07-31
[PATCH] make taskstats sending completely independent of delay accounting on/...
Shailabh Nagar
2006-07-14
[PATCH] Remove down_write() from taskstats code invoked on the exit() path
Shailabh Nagar
2006-07-14
[PATCH] per-task delay accounting taskstats interface: control exit data thro...
Shailabh Nagar
2006-07-14
[PATCH] delay accounting taskstats interface send tgid once
Shailabh Nagar
2006-07-14
[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface
Shailabh Nagar
2006-07-14
[PATCH] per-task-delay-accounting: taskstats interface
Shailabh Nagar
[prev]