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