1. 431bf99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  2. 5a791ea Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  3. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 15 years ago
  4. 951cc93 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 15 years ago
  5. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  6. f5caadb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  7. 8a35241 ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction by Oleg Nesterov · 15 years ago
  8. cf6ace1 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
  9. d1e9ae4 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
  10. a841796 signal: align __lock_task_sighand() irq disabling and RCU by Paul E. McKenney · 15 years ago
  11. ec433f0 softirq,rcu: Inform RCU of irq_exit() activity by Peter Zijlstra · 15 years ago
  12. c5d753a sched: Add irq_{enter,exit}() to scheduler_ipi() by Peter Zijlstra · 15 years ago
  13. 10f39bb rcu: protect __rcu_read_unlock() against scheduler-using irq handlers by Paul E. McKenney · 15 years ago
  14. d110235 sched: Avoid creating superfluous NUMA domains on non-NUMA systems by Peter Zijlstra · 15 years ago
  15. e3589f6 sched: Allow for overlapping sched_domain spans by Peter Zijlstra · 15 years ago
  16. 9c3f75c sched: Break out cpu_power from the sched_group structure by Peter Zijlstra · 15 years ago
  17. be0e1e2 rcu: Streamline code produced by __rcu_read_unlock() by Paul E. McKenney · 15 years ago
  18. 7765be2 rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special by Paul E. McKenney · 15 years ago
  19. 131906b rcu: decrease rcu_report_exp_rnp coupling with scheduler by Paul E. McKenney · 15 years ago
  20. f701e5b connector: add an event for monitoring process tracers by Vladimir Zapolskiy · 15 years ago
  21. dcace06 ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() by Oleg Nesterov · 15 years ago
  22. 961c467 has_stopped_jobs: s/task_is_stopped/SIGNAL_STOP_STOPPED/ by Oleg Nesterov · 15 years ago
  23. ba1389d Merge branch 'pm-domains' into for-linus by Rafael J. Wysocki · 15 years ago
  24. f0c077a PM: Improve error code of pm_notifier_call_chain() by Akinobu Mita · 15 years ago
  25. a5e4fd8 PM / Suspend: Export suspend_set_ops, suspend_valid_only_mem by Kevin Hilman · 15 years ago
  26. 3b5fe85 PM / Suspend: Add .suspend_again() callback to suspend_ops by MyungJoo Ham · 15 years ago
  27. df8d6fe Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu by Linus Torvalds · 15 years ago
  28. c64be78 sched: Fix 32bit race by Peter Zijlstra · 15 years ago
  29. b0d3041 rcu: Prevent RCU callbacks from executing before scheduler initialized by Paul E. McKenney · 15 years ago
  30. d93a881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 15 years ago
  31. 31cb852 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  32. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and '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
  33. 659fb32 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) by Simon Guinot · 15 years ago
  34. 4d4cf23 PM / Hibernate: Fix free_unnecessary_pages() by Rafael J. Wysocki · 15 years ago
  35. 23c570a resource: ability to resize an allocated resource by Ram Pai · 15 years ago
  36. b7b9592 PM: Allow the clocks management code to be used during system suspend by Rafael J. Wysocki · 15 years ago
  37. f721889 PM / Domains: Support for generic I/O PM domains (v8) by Rafael J. Wysocki · 15 years ago
  38. cd62287 sched, cgroups: Fix MIN_SHARES on 64-bit boxen by Mike Galbraith · 15 years ago
  39. 131ad62 netfilter: add SELinux context support to AUDIT target by Mr Dash Four · 15 years ago
  40. 140fe3b jump_label: Fix jump_label update for modules by Xiao Guangrong · 15 years ago
  41. 26c4cae taskstats: don't allow duplicate entries in listener mode by Vasiliy Kulikov · 15 years ago
  42. 479bf98 ptrace: wait_consider_task: s/same_thread_group/ptrace_reparented/ by Oleg Nesterov · 15 years ago
  43. bb3696d ptrace: kill real_parent_is_ptracer() in in favor of ptrace_reparented() by Oleg Nesterov · 15 years ago
  44. d4f7c51 do not change dead_task->exit_signal by Oleg Nesterov · 15 years ago
  45. e550f14 kill task_detached() by Oleg Nesterov · 15 years ago
  46. 0976a03 reparent_leader: check EXIT_DEAD instead of task_detached() by Oleg Nesterov · 15 years ago
  47. 8677347 make do_notify_parent() __must_check, update the callers by Oleg Nesterov · 15 years ago
  48. 9843a1e __ptrace_detach: avoid task_detached(), check do_notify_parent() by Oleg Nesterov · 15 years ago
  49. 45cdf5c kill tracehook_notify_death() by Oleg Nesterov · 15 years ago
  50. 53c8f9f make do_notify_parent() return bool by Oleg Nesterov · 15 years ago
  51. 8abf558 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 4b9d33e ptrace: kill clone/exec tracehooks by Tejun Heo · 15 years ago
  53. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 15 years ago
  54. d21142e ptrace: kill task_ptrace() by Tejun Heo · 15 years ago
  55. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 15 years ago
  56. c008ba5 alarmtimers: Handle late rtc module loading by John Stultz · 15 years ago
  57. 8440f4b PM: Free memory bitmaps if opening /dev/snapshot fails by Michal Kubecek · 15 years ago
  58. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. 357ed6b 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
  60. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 15 years ago
  61. d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 15 years ago
  62. f8b7fc6 rcu: Move RCU_BOOST #ifdefs to header file by Paul E. McKenney · 15 years ago
  63. 544b2c9 ptrace: implement PTRACE_LISTEN by Tejun Heo · 15 years ago
  64. fb1d910 ptrace: implement TRAP_NOTIFY and use it for group stop events by Tejun Heo · 15 years ago
  65. fca26f2 ptrace: implement PTRACE_INTERRUPT by Tejun Heo · 15 years ago
  66. 3544d72 ptrace: implement PTRACE_SEIZE by Tejun Heo · 15 years ago
  67. 73ddff2 job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap by Tejun Heo · 15 years ago
  68. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 15 years ago
  69. a46e089 rcu: use softirq instead of kthreads except when RCU_BOOST=y by Paul E. McKenney · 15 years ago
  70. a1b6ae8e 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
  71. d2c3225 gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL by Josh Triplett · 15 years ago
  72. 733eda7 memcg: clear mm->owner when last possible owner leaves by KAMEZAWA Hiroyuki · 15 years ago
  73. 0da938c sched: Check if lowest_mask is initialized in find_lowest_rq() by Steven Rostedt · 15 years ago
  74. 8dd0de8 sched: Fix need_resched() when checking peempt by Hillf Danton · 15 years ago
  75. ada9c93 signal.c: fix kernel-doc notation by Randy Dunlap · 15 years ago
  76. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 15 years ago
  77. 9a43273 rcu: Simplify curing of load woes by Paul E. McKenney · 15 years ago
  78. c78a9b9 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
  79. 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 15 years ago
  80. db5e7ec tracing: Fix regression in printk_formats file by Steven Rostedt · 15 years ago
  81. 33726bf 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
  82. cb0a02e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. 6715a52 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
  84. a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 15 years ago
  85. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 15 years ago
  86. 6c6c54e sched: Fix/clarify set_task_cpu() locking rules by Peter Zijlstra · 15 years ago
  87. f2513cd lockdep: Fix lock_is_held() on recursion by Peter Zijlstra · 15 years ago
  88. 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 15 years ago
  89. dd1d677 signal: remove three noop tracehooks by Tejun Heo · 15 years ago
  90. 62c124f ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit by Tejun Heo · 15 years ago
  91. 7dd3db5 job control: introduce task_set_jobctl_pending() by Tejun Heo · 15 years ago
  92. 6dfca32 job control: make task_clear_jobctl_pending() clear TRAPPING automatically by Tejun Heo · 15 years ago
  93. 3759a0d job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() by Tejun Heo · 15 years ago
  94. 81be24b ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop() by Tejun Heo · 15 years ago
  95. 755e276 ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments by Tejun Heo · 15 years ago
  96. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 15 years ago
  97. 0b1007c ptrace: remove silly wait_trap variable from ptrace_attach() by Tejun Heo · 15 years ago
  98. aa4a221 perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI by Vince Weaver · 15 years ago
  99. 710054b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 15 years ago
  100. 1c3cc116 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 15 years ago