Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9c5e37030d9e67f0d5260479a4ed2ab0251edf8
/
kernel
/
taskstats.c
36ed8b5
taskstats: fix data-race
by Christian Brauner
· 5 years ago
243d521
taskstats: fix the length of cgroupstats_cmd_get_policy
by WANG Cong
· 8 years ago
80df554
taskstats: use the libnl API to align nlattr on 64-bit
by Nicolas Dichtel
· 9 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
b583043
kill f_dentry uses
by Al Viro
· 10 years ago
4a32fea
scheduler: Replace __get_cpu_var with this_cpu_ptr
by Christoph Lameter
· 10 years ago
c53ed74
genetlink: only pass array to genl_register_family_with_ops()
by Johannes Berg
· 11 years ago
4534de8
genetlink: make all genl_ops users const
by Johannes Berg
· 11 years ago
88d36a9
taskstats: use genl_register_family_with_ops()
by Johannes Berg
· 11 years ago
0d20633
kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
by Chen Gang
· 11 years ago
3fa5826
kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end()
by Chen Gang
· 11 years ago
0324b5a
taskstats: cgroupstats_user_cmd() may leak on error
by Jesper Juhl
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
4bd6e32
userns: Convert taskstats to handle the user and pid namespaces.
by Eric W. Biederman
· 13 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
25353b3
taskstats: check nla_reserve() return
by Alan Cox
· 12 years ago
1a51410
Make TASKSTATS require root access
by Linus Torvalds
· 13 years ago
a729589
taskstats: add_del_listener() should ignore !valid listeners
by Oleg Nesterov
· 13 years ago
dfc428b
taskstats: add_del_listener() shouldn't use the wrong node
by Oleg Nesterov
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
26c4cae
taskstats: don't allow duplicate entries in listener mode
by Vasiliy Kulikov
· 13 years ago
f9b182e
taskstats: use appropriate printk priority level
by Mandeep Singh Baines
· 14 years ago
9ab020c
taskstats: use better ifdef for alignment
by Jeff Mahoney
· 14 years ago
72eb6a7
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
4be2c95
taskstats: pad taskstats netlink response for aligment issues on ia64
by Jeff Mahoney
· 14 years ago
cd85fc5
taskstats: Use this_cpu_ops
by Christoph Lameter
· 14 years ago
3d9e0cf
taskstats: split fill_pid function
by Michael Holzheu
· 14 years ago
9323312
taskstats: separate taskstats commands
by Michael Holzheu
· 14 years ago
85893120
delayacct: align to 8 byte boundary on 64-bit systems
by Jeff Mahoney
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b54452b
const: struct nla_policy
by Alexey Dobriyan
· 15 years ago
134e637
genetlink: make netns aware
by Johannes Berg
· 15 years ago
41c7bb9
cpumask: convert rest of files in kernel/
by Rusty Russell
· 16 years ago
29c0177
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
by Rusty Russell
· 16 years ago
b81f3ea
taskstats: remove initialization of static per-cpu variable
by Vegard Nossum
· 16 years ago
363ab6f
core: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 17 years ago
cb41d6d
Use find_task_by_vpid in taskstats
by Pavel Emelyanov
· 17 years ago
f961598
kernel/taskstats.c: fix bogus nlmsg_free()
by Adrian Bunk
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
846c7bb
Add cgroupstats
by Balbir Singh
· 17 years ago
a9022e9
Clean up duplicate includes in kernel/
by Jesper Juhl
· 17 years ago
b663a79
taskstats: add context-switch counters
by Maxim Uvarov
· 17 years ago
0a31bd5
KMEM_CACHE(): simplify slab cache creation
by Christoph Lameter
· 18 years ago
b529ccf
[NETLINK]: Introduce nlmsg_hdr() helper
by Arnaldo Carvalho de Melo
· 18 years ago
37167485
[PATCH] taskstats: cleanup reply assembling
by Oleg Nesterov
· 18 years ago
51de4d9
[PATCH] taskstats: use nla_reserve() for reply assembling
by Oleg Nesterov
· 18 years ago
68062b8
[PATCH] taskstats: factor out reply assembling
by Oleg Nesterov
· 18 years ago
34ec123
[PATCH] taskstats: cleanup ->signal->stats allocation
by Oleg Nesterov
· 18 years ago
115085e
[PATCH] taskstats: cleanup do_exit() path
by Oleg Nesterov
· 18 years ago
128fb95
[PATCH] taskstats_exit_alloc: optimize/simplify
by Oleg Nesterov
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
17c157c
[GENL]: Add genlmsg_put_reply() to simplify building reply headers
by Thomas Graf
· 18 years ago
3dabc71
[GENL]: Add genlmsg_new() to allocate generic netlink messages
by Thomas Graf
· 18 years ago
339bf98
[NETLINK]: Do precise netlink message allocations where possible
by Thomas Graf
· 18 years ago
4a279ff
[PATCH] taskstats: fix sub-threads accounting
by Oleg Nesterov
· 18 years ago
3d8334d
[PATCH] taskstats: fix sk_buff size calculation
by Oleg Nesterov
· 18 years ago
d46a3d0
[PATCH] taskstats: fix sk_buff leak
by Oleg Nesterov
· 18 years ago
d7c3f5f
[PATCH] fill_tgid: cleanup delays accounting
by Oleg Nesterov
· 18 years ago
a98b609
[PATCH] taskstats: don't use tasklist_lock
by Oleg Nesterov
· 18 years ago
b8534d7
[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock
by Oleg Nesterov
· 18 years ago
fca178c
[PATCH] fill_tgid: fix task_struct leak and possible oops
by Oleg Nesterov
· 18 years ago
9acc185
[PATCH] csa: Extended system accounting over taskstats
by Jay Lan
· 18 years ago
f3cef7a
[PATCH] csa: basic accounting over taskstats
by Jay Lan
· 18 years ago
0ae6468
[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)
by Balbir Singh
· 18 years ago
fe4944e
[NETLINK]: Extend netlink messaging interface
by Thomas Graf
· 18 years ago
d94a041
[PATCH] taskstats: free skb, avoid returns in send_cpu_listeners
by Shailabh Nagar
· 18 years ago
7d94ddd
[PATCH] make taskstats sending completely independent of delay accounting on/off status
by Shailabh Nagar
· 18 years ago
bb12999
[PATCH] Remove down_write() from taskstats code invoked on the exit() path
by Shailabh Nagar
· 18 years ago
f9fd891
[PATCH] per-task delay accounting taskstats interface: control exit data through cpumasks
by Shailabh Nagar
· 18 years ago
ad4ecbc
[PATCH] delay accounting taskstats interface send tgid once
by Shailabh Nagar
· 18 years ago
6f44993
[PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface
by Shailabh Nagar
· 18 years ago
c757249
[PATCH] per-task-delay-accounting: taskstats interface
by Shailabh Nagar
· 18 years ago