index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
taskstats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-06
pids: introduce find_get_task_by_vpid() helper
Mike Rapoport
1
-5
/
+1
2017-05-08
taskstats: add e/u/stime for TGID command
Zhang Xiao
1
-0
/
+14
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2016-11-03
taskstats: fix the length of cgroupstats_cmd_get_policy
WANG Cong
1
-1
/
+5
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-6
/
+11
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-04-23
taskstats: use the libnl API to align nlattr on 64-bit
Nicolas Dichtel
1
-32
/
+5
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-11
/
+2
2014-11-19
kill f_dentry uses
Al Viro
1
-1
/
+1
2014-08-26
scheduler: Replace __get_cpu_var with this_cpu_ptr
Christoph Lameter
1
-1
/
+1
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
1
-2
/
+1
2013-11-14
genetlink: make all genl_ops users const
Johannes Berg
1
-1
/
+1
2013-11-14
taskstats: use genl_register_family_with_ops()
Johannes Berg
1
-25
/
+14
2013-11-13
kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()
Chen Gang
1
-3
/
+5
2013-11-13
kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...
Chen Gang
1
-2
/
+6
2012-10-06
taskstats: cgroupstats_user_cmd() may leak on error
Jesper Juhl
1
-0
/
+1
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-6
/
+5
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
1
-6
/
+5
2012-09-18
userns: Convert taskstats to handle the user and pid namespaces.
Eric W. Biederman
1
-6
/
+17
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-2
/
+2
2012-07-30
taskstats: check nla_reserve() return
Alan Cox
1
-0
/
+5
2011-09-19
Make TASKSTATS require root access
Linus Torvalds
1
-0
/
+1
2011-08-03
taskstats: add_del_listener() should ignore !valid listeners
Oleg Nesterov
1
-1
/
+1
2011-08-03
taskstats: add_del_listener() shouldn't use the wrong node
Oleg Nesterov
1
-9
/
+7
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-06-27
taskstats: don't allow duplicate entries in listener mode
Vasiliy Kulikov
1
-3
/
+12
2011-03-23
taskstats: use appropriate printk priority level
Mandeep Singh Baines
1
-1
/
+1
2011-01-13
taskstats: use better ifdef for alignment
Jeff Mahoney
1
-1
/
+1
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-3
/
+2
2010-12-22
taskstats: pad taskstats netlink response for aligment issues on ia64
Jeff Mahoney
1
-13
/
+44
2010-12-17
taskstats: Use this_cpu_ops
Christoph Lameter
1
-3
/
+2
2010-10-27
taskstats: split fill_pid function
Michael Holzheu
1
-29
/
+21
2010-10-27
taskstats: separate taskstats commands
Michael Holzheu
1
-40
/
+78
2010-10-27
delayacct: align to 8 byte boundary on 64-bit systems
Jeff Mahoney
1
-1
/
+7
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-18
const: struct nla_policy
Alexey Dobriyan
1
-4
/
+2
2009-07-12
genetlink: make netns aware
Johannes Berg
1
-5
/
+5
2009-01-01
cpumask: convert rest of files in kernel/
Rusty Russell
1
-15
/
+24
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-1
/
+1
2008-07-25
taskstats: remove initialization of static per-cpu variable
Vegard Nossum
1
-1
/
+1
2008-05-23
core: use performance variant for_each_cpu_mask_nr
Mike Travis
1
-2
/
+2
2008-04-30
Use find_task_by_vpid in taskstats
Pavel Emelyanov
1
-3
/
+3
2007-11-14
kernel/taskstats.c: fix bogus nlmsg_free()
Adrian Bunk
1
-18
/
+18
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
1
-1
/
+1
2007-10-19
Add cgroupstats
Balbir Singh
1
-0
/
+67
2007-10-17
Clean up duplicate includes in kernel/
Jesper Juhl
1
-1
/
+0
2007-07-16
taskstats: add context-switch counters
Maxim Uvarov
1
-0
/
+4
2007-05-07
KMEM_CACHE(): simplify slab cache creation
Christoph Lameter
1
-3
/
+1
[next]