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