index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
taskstats.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-24
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-08
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
1
-3
/
+2
2010-12-23
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-28
taskstats: split fill_pid function
Michael Holzheu
1
-29
/
+21
2010-10-28
taskstats: separate taskstats commands
Michael Holzheu
1
-40
/
+78
2010-10-28
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-19
const: struct nla_policy
Alexey Dobriyan
1
-4
/
+2
2009-07-13
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-15
kernel/taskstats.c: fix bogus nlmsg_free()
Adrian Bunk
1
-18
/
+18
2007-10-20
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
2007-04-26
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
1
-2
/
+2
2006-12-07
[PATCH] taskstats: cleanup reply assembling
Oleg Nesterov
1
-22
/
+16
2006-12-07
[PATCH] taskstats: use nla_reserve() for reply assembling
Oleg Nesterov
1
-42
/
+44
2006-12-07
[PATCH] taskstats: factor out reply assembling
Oleg Nesterov
1
-27
/
+28
2006-12-07
[PATCH] taskstats: cleanup ->signal->stats allocation
Oleg Nesterov
1
-1
/
+25
2006-12-07
[PATCH] taskstats: cleanup do_exit() path
Oleg Nesterov
1
-26
/
+15
2006-12-07
[PATCH] taskstats_exit_alloc: optimize/simplify
Oleg Nesterov
1
-13
/
+4
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-1
/
+1
2006-12-03
[GENL]: Add genlmsg_put_reply() to simplify building reply headers
Thomas Graf
1
-6
/
+2
2006-12-03
[GENL]: Add genlmsg_new() to allocate generic netlink messages
Thomas Graf
1
-1
/
+1
2006-12-03
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
1
-2
/
+1
2006-10-31
[PATCH] taskstats: fix sub-threads accounting
Oleg Nesterov
1
-7
/
+10
2006-10-29
[PATCH] taskstats: fix sk_buff size calculation
Oleg Nesterov
1
-1
/
+2
2006-10-29
[PATCH] taskstats: fix sk_buff leak
Oleg Nesterov
1
-2
/
+1
2006-10-28
[PATCH] fill_tgid: cleanup delays accounting
Oleg Nesterov
1
-1
/
+1
2006-10-28
[PATCH] taskstats: don't use tasklist_lock
Oleg Nesterov
1
-35
/
+24
2006-10-28
[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock
Oleg Nesterov
1
-10
/
+6
2006-10-28
[PATCH] fill_tgid: fix task_struct leak and possible oops
Oleg Nesterov
1
-6
/
+9
2006-10-01
[PATCH] csa: Extended system accounting over taskstats
Jay Lan
1
-0
/
+4
2006-10-01
[PATCH] csa: basic accounting over taskstats
Jay Lan
1
-0
/
+4
2006-10-01
[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)
Balbir Singh
1
-1
/
+1
2006-09-23
[NETLINK]: Extend netlink messaging interface
Thomas Graf
1
-1
/
+1
2006-08-01
[PATCH] taskstats: free skb, avoid returns in send_cpu_listeners
Shailabh Nagar
1
-13
/
+11
2006-08-01
[PATCH] make taskstats sending completely independent of delay accounting on/...
Shailabh Nagar
1
-5
/
+3
2006-07-15
[PATCH] Remove down_write() from taskstats code invoked on the exit() path
Shailabh Nagar
1
-5
/
+19
2006-07-15
[PATCH] per-task delay accounting taskstats interface: control exit data thro...
Shailabh Nagar
1
-11
/
+189
2006-07-15
[PATCH] delay accounting taskstats interface send tgid once
Shailabh Nagar
1
-32
/
+66
[next]