1. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 15 years ago
  2. dcace06 ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() by Oleg Nesterov · 15 years ago
  3. 961c467 has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/ by Oleg Nesterov · 15 years ago
  4. 479bf98 ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/ by Oleg Nesterov · 15 years ago
  5. bb3696d ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented() by Oleg Nesterov · 15 years ago
  6. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 15 years ago
  7. e550f14 kill task_detached() by Oleg Nesterov · 15 years ago
  8. 0976a03 reparent_leader: check EXIT_DEAD instead of task_detached() by Oleg Nesterov · 15 years ago
  9. 8677347 make do_notify_parent() __must_check, update the callers by Oleg Nesterov · 15 years ago
  10. 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 15 years ago
  11. 45cdf5c kill tracehook_notify_death() by Oleg Nesterov · 15 years ago
  12. 53c8f9f make do_notify_parent() return bool by Oleg Nesterov · 15 years ago
  13. 4b9d33e ptrace: kill clone/exec tracehooks by Tejun Heo · 15 years ago
  14. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 15 years ago
  15. d21142e ptrace: kill task_ptrace() by Tejun Heo · 15 years ago
  16. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 15 years ago
  17. fb1d910 ptrace: implement TRAP_NOTIFY and use it for group stop events by Tejun Heo · 15 years ago
  18. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 15 years ago
  19. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 15 years ago
  20. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 15 years ago
  21. dd1d677 signal: remove three noop tracehooks by Tejun Heo · 15 years ago
  22. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 15 years ago
  23. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 15 years ago
  24. 6dfca32 job control: make task_clear_jobctl_pending() clear TRAPPING automatically by Tejun Heo · 15 years ago
  25. 3759a0d job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() by Tejun Heo · 15 years ago
  26. 81be24b ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop() by Tejun Heo · 15 years ago
  27. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 15 years ago
  28. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 15 years ago
  29. 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 15 years ago
  30. d72bce0 rcu: Cure load woes by Peter Zijlstra · 15 years ago
  31. 6345d24 mm: Fix boot crash in mm_alloc() by Linus Torvalds · 15 years ago
  32. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 15 years ago
  33. 333c5ae idle governor: Avoid lock acquisition to read pm_qos before entering idle by Tim Chen · 15 years ago
  34. 08a8b79 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 1ba4b8c Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  36. c4a227d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. cc3ce51 rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state by Paul E. McKenney · 15 years ago
  38. 08bca60 rcu: Remove waitqueue usage for cpu, node, and boost kthreads by Peter Zijlstra · 15 years ago
  39. 8826f3b rcu: Avoid acquiring rcu_node locks in timer functions by Paul E. McKenney · 15 years ago
  40. 29f742f Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent by Ingo Molnar · 15 years ago
  41. f506b3d perf: Fix SIGIO handling by Peter Zijlstra · 15 years ago
  42. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 15 years ago
  43. 1e87623 sched: Fix ->min_vruntime calculation in dequeue_entity() by Peter Zijlstra · 15 years ago
  44. d6aa8f8 sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 15 years ago
  45. cd4ae6a sched: More sched_domain iterations fixes by Xiaotian Feng · 15 years ago
  46. f23a5e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  47. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 15 years ago
  48. d6a72fe Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 15 years ago
  49. 6f7bd76 kernel/profile.c: remove some duplicate code from profile_hits() by Rakib Mullick · 15 years ago
  50. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 15 years ago
  51. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 15 years ago
  52. d846687 cgroups: use flex_array in attach_proc by Ben Blum · 15 years ago
  53. 74a1166 cgroups: make procs file writable by Ben Blum · 15 years ago
  54. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 15 years ago
  55. 4714d1d cgroups: read-write lock CLONE_THREAD forking per threadgroup by Ben Blum · 15 years ago
  56. 0775a60 PM: Fix PM QOS's user mode interface to work with ASCII input by Rafael J. Wysocki · 15 years ago
  57. 23b5c8f rcu: Decrease memory-barrier usage based on semi-formal proof by Paul E. McKenney · 16 years ago
  58. 4305ce7 rcu: Make rcu_enter_nohz() pay attention to nesting by Paul E. McKenney · 15 years ago
  59. b590409 rcu: Don't do reschedule unless in irq by Paul E. McKenney · 15 years ago
  60. 1135633 rcu: Remove old memory barriers from rcu_process_callbacks() by Paul E. McKenney · 15 years ago
  61. 0bbcc52 rcu: Add memory barriers by Paul E. McKenney · 15 years ago
  62. 1102c66 Merge branch 'linus' into perf/urgent by Ingo Molnar · 15 years ago
  63. def945e irq: Remove smp_affinity_list when unregister irq proc by Yinghai Lu · 15 years ago
  64. b1cff0a ftrace: Add internal recursive checks by Steven Rostedt · 15 years ago
  65. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 15 years ago
  66. 3b6cfdb ftrace: Set ops->flag to enabled even on static function tracing by Steven Rostedt · 15 years ago
  67. 17bb615 tracing: Have event with function tracer check error return by Steven Rostedt · 15 years ago
  68. a1cd617 ftrace: Have ftrace_startup() return failure code by Steven Rostedt · 15 years ago
  69. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 15 years ago
  70. 7cbc5b8 jump_label: Check entries limit in __jump_label_update by Jiri Olsa · 15 years ago
  71. 9720d75 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 15 years ago
  72. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 15 years ago
  73. 90ff1f3 hrtimers: Fix typo causing erratic timers by Thomas Gleixner · 15 years ago
  74. d92fcf0 signal: sys_pause() should check signal_pending() by Oleg Nesterov · 15 years ago
  75. 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 15 years ago
  76. 19426a8 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  77. 162a7e7 printk: allocate kernel log buffer earlier by Mike Travis · 15 years ago
  78. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 15 years ago
  79. de03c72 mm: convert mm->cpu_vm_cpumask into cpumask_var_t by KOSAKI Motohiro · 15 years ago
  80. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 15 years ago
  81. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 15 years ago
  82. e4c70a6 lockdep, mutex: provide mutex_lock_nest_lock by Peter Zijlstra · 15 years ago
  83. f42a981 PM / Hibernate: Update kerneldoc comments in hibernate.c by Rafael J. Wysocki · 15 years ago
  84. 3542580 PM / Hibernate: Remove arch_prepare_suspend() by Rafael J. Wysocki · 15 years ago
  85. b0ca118 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  86. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  87. 434d42c Merge branch 'next' into for-linus by James Morris · 15 years ago
  88. 8af0887 posix-timers: RCU conversion by Eric Dumazet · 15 years ago
  89. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 15 years ago
  90. 5214638 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  91. 5f2e8e2 kernel/watchdog.c: Use proper ANSI C prototypes by Linus Torvalds · 15 years ago
  92. 6e9101a watchdog: Fix non-standard prototype of get_softlockup_thresh() by Ingo Molnar · 15 years ago
  93. 4e2d949 PM / Hibernate: Update some comments in core hibernate code by Rafael J. Wysocki · 15 years ago
  94. 15a3d11 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  95. 1f3a8e0 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  96. 30cb6d5 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  97. 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  98. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  99. 8ce2616 Merge commit '559fa6e76b27' into perf/urgent by Ingo Molnar · 15 years ago
  100. 68fa61c hrtimers: Reorder clock bases by Thomas Gleixner · 15 years ago