1. bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
  2. 95109b6 cgroup: unexport cgroup_css() by Tejun Heo · 11 years ago
  3. d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  4. 81eeaf0 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  5. 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  6. e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
  7. c59cd3d cgroup: make cgroup_task_iter remember the cgroup being iterated by Tejun Heo · 11 years ago
  8. 0942eee cgroup: rename cgroup_iter to cgroup_task_iter by Tejun Heo · 11 years ago
  9. d515876 cgroup: relocate cgroup_advance_iter() by Tejun Heo · 11 years ago
  10. 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  11. f48e392 cgroup: always use cgroup_next_child() to walk the children list by Tejun Heo · 11 years ago
  12. 3b287a5 cgroup: convert cgroup_next_sibling() to cgroup_next_child() by Tejun Heo · 11 years ago
  13. 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
  14. 67f4c36 cgroup: add cgroup->dummy_css by Tejun Heo · 11 years ago
  15. f7d5881 cgroup: pin cgroup_subsys_state when opening a cgroupfs file by Tejun Heo · 11 years ago
  16. 2bb566c cgroup: add subsys backlink pointer to cftype by Tejun Heo · 11 years ago
  17. eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
  18. 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
  19. a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
  20. 72c97e5 cgroup: add subsystem pointer to cgroup_subsys_state by Tejun Heo · 11 years ago
  21. c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
  22. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  23. 61584e3 cgroup: Merge branch 'for-3.11-fixes' into for-3.12 by Tejun Heo · 11 years ago
  24. b395890 cgroup: rename cgroup_pidlist->mutex by Li Zefan · 11 years ago
  25. 876ede8 cgroup: restructure the failure path in cgroup_write_event_control() by Li Zefan · 11 years ago
  26. 4e96ee8e cgroup: convert cgroup_ida to cgroup_idr by Li Zefan · 11 years ago
  27. 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
  28. e0798ce cgroup: remove struct cgroup_seqfile_state by Li Zefan · 11 years ago
  29. 2a4ac63 cgroup: remove sparse tags from offline_css() by Li Zefan · 11 years ago
  30. da0a12c cgroup: fix a leak when percpu_ref_init() fails by Li Zefan · 11 years ago
  31. 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
  32. 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
  33. a698b44 cgroup: remove gratuituous BUG_ON()s from rebind_subsystems() by Tejun Heo · 11 years ago
  34. 1d5be6b cgroup: move module ref handling into rebind_subsystems() by Tejun Heo · 11 years ago
  35. 913ffdb cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() by Tejun Heo · 11 years ago
  36. f172e67 cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount() by Tejun Heo · 11 years ago
  37. 3126121 cgroup: make rebind_subsystems() handle file additions and removals with proper error handling by Tejun Heo · 11 years ago
  38. b420ba7 cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  39. bee5509 cgroup: update error handling in cgroup_populate_dir() by Tejun Heo · 11 years ago
  40. 628f7cd cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir() by Tejun Heo · 11 years ago
  41. 9ccece8 cgroup: fix cgroup_add_cftypes() error handling by Tejun Heo · 11 years ago
  42. b1f28d3 cgroup: fix error path of cgroup_addrm_files() by Tejun Heo · 11 years ago
  43. 8f89140 cgroup: minor updates around cgroup_clear_directory() by Tejun Heo · 11 years ago
  44. c72bb31 Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  45. 75fcf64 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  46. db6e330 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  47. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  48. a9642fa Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  49. 8133633 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  50. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  51. 1b3a5d0 reboot: move arch/x86 reboot= handling to generic kernel by Robin Holt · 11 years ago
  52. 972ee83 reboot: checkpatch.pl the new kernel/reboot.c file by Robin Holt · 11 years ago
  53. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  54. 0efbee7 reboot: remove -stable friendly PF_THREAD_BOUND define by Robin Holt · 11 years ago
  55. fab840f ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child) by Oleg Nesterov · 11 years ago
  56. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
  57. dcb6b45 panic: add cpu/pid to warn_slowpath_common in WARNING printk()s by Alex Thorlton · 11 years ago
  58. b9ce54c audit: Fix decimal constant description by Michal Simek · 11 years ago
  59. 2f992ee kernel/auditfilter.c: fix leak in audit_add_rule() error path by Chen Gang · 11 years ago
  60. 6beb8a2 kernel/auditfilter.c: fixing build warning by Raphael S. Carvalho · 11 years ago
  61. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 11 years ago
  62. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  63. 2cb7b5a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  64. 73b0cd6 hrtimer: Remove unused variable by Thomas Gleixner · 11 years ago
  65. 5ec2481 hrtimers: Move SMP function call to thread context by Thomas Gleixner · 11 years ago
  66. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 11 years ago
  67. e530292 perf: Fix interrupt handler timing harness by Stephane Eranian · 11 years ago
  68. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  69. 80cc38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  70. fa18f7b posix-cpu-timers: don't account cpu timer after stopped thread runtime accounting by KOSAKI Motohiro · 11 years ago
  71. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  72. 0786f7b kernel/resource.c: remove the unneeded assignment in function __find_resource by Kevin Hao · 11 years ago
  73. 8f75af4 kernel/pid.c: move statement by Raphael S. Carvalho · 11 years ago
  74. 18c830d kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks by Oleg Nesterov · 11 years ago
  75. 8190773 kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists by Oleg Nesterov · 11 years ago
  76. 80628ca kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code by Oleg Nesterov · 11 years ago
  77. b57922b fork: reorder permissions when violating number of processes limits by Eric Paris · 11 years ago
  78. 81dabb4 exit.c: unexport __set_special_pids() by Oleg Nesterov · 11 years ago
  79. 7f57cfa usermodehelper: kill the sub_info->path[0] check by Oleg Nesterov · 11 years ago
  80. 29000ca ptrace: add ability to get/set signal-blocked mask by Andrey Vagin · 11 years ago
  81. 10fb46d kprobes: handle empty/invalid input to debugfs "enabled" file by Mathias Krause · 11 years ago
  82. 45c6494 kernel/sys.c:do_sysinfo(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
  83. 7ec75e1 kernel/sys.c: sys_reboot(): fix malformed panic message by liguang · 11 years ago
  84. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  85. 0ed5fd1 mm: use totalram_pages instead of num_physpages at runtime by Jiang Liu · 11 years ago
  86. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  87. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  88. a0b2062 posix_timers: fix racy timer delta caching on task exit by Frederic Weisbecker · 11 years ago
  89. 76cdcdd posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule() by Frederic Weisbecker · 11 years ago
  90. 2473f3e posix_cpu_timers: consolidate expired timers check by Frederic Weisbecker · 11 years ago
  91. 1a7fa51 posix_cpu_timers: consolidate timer list cleanups by Frederic Weisbecker · 11 years ago
  92. 55ccb61 posix_cpu_timer: consolidate expiry time type by Frederic Weisbecker · 11 years ago
  93. 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  94. b028161 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  95. f317ff9 Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  96. 9eb76d7 module: cleanup call chain. by Rusty Russell · 11 years ago
  97. 8d8022e module: do percpu allocation after uniqueness check. No, really! by Rusty Russell · 11 years ago
  98. dcc3022 tracing: Make tracing_open_generic_{tr,tc}() static by Steven Rostedt (Red Hat) · 11 years ago
  99. 8de1eb0 tracing: Remove ftrace() function by zhangwei(Jovi) · 11 years ago
  100. 4480361 tracing: Remove TRACE_EVENT_TYPE enum definition by zhangwei(Jovi) · 11 years ago