1. b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 492f59f Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  4. 9756b15 irq: fix cpumask memory leak on offstack cpumask kernels by Yinghai Lu · 16 years ago
  5. 8f0aa2f Document the slow work thread pool by David Howells · 15 years ago
  6. 12e22c5 Make the slow work pool configurable by David Howells · 15 years ago
  7. 109d927 Make slow-work thread pool actually dynamic by David Howells · 15 years ago
  8. 07fe7cb Create a dynamically sized pool of threads for doing very slow work items by David Howells · 15 years ago
  9. e2494e1 blktrace: fix pdu_len when tracing packet command requests by Li Zefan · 15 years ago
  10. 7635b03 blktrace: small cleanup in blk_msg_write() by Li Zefan · 15 years ago
  11. a4b3ada blktrace: NUL-terminate user space messages by Carl Henrik Lunde · 15 years ago
  12. c826e3c kmemtrace: small cleanups by Ingo Molnar · 16 years ago
  13. 42af905 kmemtrace: restore original tracing data binary format, improve ABI by Eduard - Gabriel Munteanu · 16 years ago
  14. da2635a kmemtrace: kmemtrace_alloc() must fill type_id by Eduard - Gabriel Munteanu · 16 years ago
  15. ca2b84cb kmemtrace: use tracepoints by Eduard - Gabriel Munteanu · 16 years ago
  16. a979241 kmemtrace, rcu: fix rcupreempt.c data structure dependencies by Ingo Molnar · 16 years ago
  17. 6258c4f kmemtrace, rcu: fix rcu_tree_trace.c data structure dependencies by Ingo Molnar · 16 years ago
  18. b1f77b0 kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependencies by Ingo Molnar · 16 years ago
  19. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  20. f5f7eac Allow rwlocks to re-enable interrupts by Robin Holt · 15 years ago
  21. e8c158b Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS by Robin Holt · 15 years ago
  22. 2c53d91 relay: fix for possible loss/corruption of produced subbufs by Aravind Srinivasan · 15 years ago
  23. edb79a2 kexec: vmcoreinfo_data[] can become static by Dmitri Vorobiev · 15 years ago
  24. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 15 years ago
  25. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 15 years ago
  26. 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 15 years ago
  27. 2ae448e pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() by Oleg Nesterov · 15 years ago
  28. 8e654fb sysctl: fix suid_dumpable and lease-break-time sysctls by Matthew Wilcox · 15 years ago
  29. 11dea19 proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers by Serge E. Hallyn · 15 years ago
  30. 2355b70 workqueue: avoid recursion in run_workqueue() by Lai Jiangshan · 15 years ago
  31. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 15 years ago
  32. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 15 years ago
  33. 5dfc80b forget_original_parent: do not abuse child->ptrace_entry by Oleg Nesterov · 15 years ago
  34. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 15 years ago
  35. 7f5d365 reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD by Oleg Nesterov · 15 years ago
  36. b1442b0 reparent_thread: fix the "is it traced" check by Oleg Nesterov · 15 years ago
  37. 0a967a0 reparent_thread: don't call kill_orphaned_pgrp() if task_detached() by Oleg Nesterov · 15 years ago
  38. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 15 years ago
  39. b1b4c67 ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() by Oleg Nesterov · 15 years ago
  40. 6d69cb8 ptrace: simplify ptrace_exit()->ignoring_children() path by Oleg Nesterov · 15 years ago
  41. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 15 years ago
  42. 6588c1e signals: SI_USER: Masquerade si_pid when crossing pid ns boundary by Sukadev Bhattiprolu · 15 years ago
  43. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 15 years ago
  44. e4da026 signals: zap_pid_ns_process() should use force_sig() by Sukadev Bhattiprolu · 15 years ago
  45. 921cf9f signals: protect cinit from unblocked SIG_DFL signals by Sukadev Bhattiprolu · 15 years ago
  46. 7978b56 signals: add from_ancestor_ns parameter to send_signal() by Sukadev Bhattiprolu · 15 years ago
  47. f008faf signals: protect init from unwanted signals more by Oleg Nesterov · 15 years ago
  48. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 15 years ago
  49. 90bc8d8 do_wait: fix waiting for the group stop with the dead leader by Oleg Nesterov · 15 years ago
  50. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 15 years ago
  51. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 15 years ago
  52. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 15 years ago
  53. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 15 years ago
  54. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 15 years ago
  55. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 15 years ago
  56. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 15 years ago
  57. 0b7f569 memcg: fix OOM killer under memcg by KAMEZAWA Hiroyuki · 15 years ago
  58. d969fbe debug cgroup: remove unneeded cgroup_lock by Li Zefan · 15 years ago
  59. 0670e08 cgroups: don't change release_agent when remount failed by Li Zefan · 15 years ago
  60. 099fca3 cgroups: show correct file mode by Li Zefan · 15 years ago
  61. 66bdc9c kernel/cgroup.c: kfree(NULL) is legal by Jesper Juhl · 15 years ago
  62. ec64f51 cgroup: fix frequent -EBUSY at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  63. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 15 years ago
  64. 313e924 cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups by Grzegorz Nosek · 15 years ago
  65. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 15 years ago
  66. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 15 years ago
  67. cd84a42 futex: comment requeue key reference semantics by Darren Hart · 15 years ago
  68. 633fe79 timers: add missing kernel-doc by Randy Dunlap · 15 years ago
  69. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  70. 4ede816 epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key() by Davide Libenzi · 15 years ago
  71. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 15 years ago
  72. 704503d mm: fix proc_dointvec_userhz_jiffies "breakage" by Alexey Dobriyan · 15 years ago
  73. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 15 years ago
  74. 46e0bb9 sched: Print sched_group::__cpu_power in sched_domain_debug by Gautham R Shenoy · 16 years ago
  75. ef12fef cpuacct: add per-cgroup utime/stime statistics by Bharata B Rao · 16 years ago
  76. c5f8d99 posixtimers, sched: Fix posix clock monotonicity by Hidetoshi Seto · 16 years ago
  77. 2e57289 ring-buffer: do not remove reader page from list on ring buffer free by Steven Rostedt · 16 years ago
  78. 2aad1b7 function-graph: allow unregistering twice by Steven Rostedt · 16 years ago
  79. 13b8bd0 sched_rt: don't allocate cpumask in fastpath by Rusty Russell · 16 years ago
  80. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 16 years ago
  81. 498052b New locking/refcounting for fs_struct by Al Viro · 16 years ago
  82. 3e93cd6 Take fs_struct handling to new file (fs/fs_struct.c) by Al Viro · 16 years ago
  83. 11d06b2 Kill unsharing fs_struct in __set_personality() by Al Viro · 16 years ago
  84. a18b83b cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt is used -v2 by Bharata B Rao · 16 years ago
  85. 8b54e45 Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2 by Ingo Molnar · 16 years ago
  86. b14b70a trace: make argument 'mem' of trace_seq_putmem() const by Li Zefan · 16 years ago
  87. f285901 tracing: add missing 'extern' keywords to trace_output.h by Eduard - Gabriel Munteanu · 16 years ago
  88. bdd6df6 tracing: provide trace_seq_reserve() by Eduard - Gabriel Munteanu · 16 years ago
  89. 18cea45 blktrace: print out BLK_TN_MESSAGE properly by Li Zefan · 16 years ago
  90. b6a4b0c blktrace: extract duplidate code by Li Zefan · 16 years ago
  91. ad5dd54 blktrace: fix memory leak when freeing struct blk_io_trace by Li Zefan · 16 years ago
  92. 17ba97e blktrace: fix blk_probes_ref chaos by Li Zefan · 16 years ago
  93. 35ac51b blktrace: make classic output more classic by Li Zefan · 16 years ago
  94. eb08f8e blktrace: fix off-by-one bug by Li Zefan · 16 years ago
  95. 5554720 blktrace: fix the original blktrace by Li Zefan · 16 years ago
  96. b5230b5 blktrace: fix a race when creating blk_tree_root in debugfs by Li Zefan · 16 years ago
  97. 6c051ce blktrace: fix timestamp in binary output by Li Zefan · 16 years ago
  98. eedeeab lockdep: add stack dumps to asserts by Peter Zijlstra · 16 years ago
  99. 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 16 years ago
  100. 7bee946 Merge branch 'linus' into locking-for-linus by Ingo Molnar · 16 years ago