1. b9cacc7 perf_counter: more elaborate write API by Peter Zijlstra · 17 years ago
  2. c7138f3 perf_counter: fix perf_poll() by Peter Zijlstra · 17 years ago
  3. 7b732a7 perf_counter: new output ABI - part 1 by Peter Zijlstra · 17 years ago
  4. b09d250 mutex: drop "inline" from mutex_lock() inside kernel/mutex.c by H. Peter Anvin · 17 years ago
  5. 37d8182 perf_counter: add an mmap method to allow userspace to read hardware counters by Paul Mackerras · 17 years ago
  6. 96f6d44 perf_counter: avoid recursion by Peter Zijlstra · 17 years ago
  7. f4a2deb perf_counter: remove the event config bitfields by Peter Zijlstra · 17 years ago
  8. 0322cd6 perf_counter: unify irq output code by Peter Zijlstra · 17 years ago
  9. b8e8351 perf_counter: revamp syscall input ABI by Peter Zijlstra · 17 years ago
  10. e077df4 perf_counter: hook up the tracepoint events by Peter Zijlstra · 17 years ago
  11. f160095 perf_counter: fix up counter free paths by Peter Zijlstra · 17 years ago
  12. 4a0deca perf_counter: generic context switch event by Peter Zijlstra · 17 years ago
  13. 01ef09d perf_counter: fix uninitialized usage of event_list by Peter Zijlstra · 17 years ago
  14. b6c5a71d perf_counter: abstract wakeup flag setting in core to fix powerpc build by Paul Mackerras · 17 years ago
  15. 4e193bd perf_counter: include missing header by Tim Blechmann · 17 years ago
  16. 039fc91 perf_counter: fix hrtimer sampling by Peter Zijlstra · 17 years ago
  17. 592903c perf_counter: add an event_list by Peter Zijlstra · 17 years ago
  18. d6d020e perf_counter: hrtimer based sampling for software time events by Peter Zijlstra · 17 years ago
  19. ac17dc8 perf_counter: provide major/minor page fault software events by Peter Zijlstra · 17 years ago
  20. 7dd1fcc perf_counter: provide pagefault software events by Peter Zijlstra · 17 years ago
  21. 15dbf27 perf_counter: software counter event infrastructure by Peter Zijlstra · 17 years ago
  22. 7556423 perf_counter: use list_move_tail() by Peter Zijlstra · 17 years ago
  23. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 17 years ago
  24. 0221c81 Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  25. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  26. def5754 Audit: remove spaces from audit_log_d_path by Eric Paris · 17 years ago
  27. 679173b audit: audit_set_auditable defined but not used by Eric Paris · 17 years ago
  28. 318b6d3 audit: incorrect ref counting in audit tree tag_chunk by Eric Paris · 17 years ago
  29. 6d208da audit: Fix possible return value truncation in audit_get_context() by Paul Moore · 17 years ago
  30. 55ad2f8 audit: ignore terminating NUL in AUDIT_USER_TTY messages by Miloslav Trmac · 17 years ago
  31. b3897f5 Audit: fix handling of 'strings' with NULL characters by Miloslav Trmac · 17 years ago
  32. c28bb7d make the e->rule.xxx shorter in kernel auditfilter.c by Zhenwen Xu · 17 years ago
  33. 6b96255 auditsc: fix kernel-doc notation by Randy Dunlap · 17 years ago
  34. ca96a89 audit: EXECVE record - removed bogus newline by Jiri Pirko · 17 years ago
  35. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 17 years ago
  36. cab4e4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param by Linus Torvalds · 17 years ago
  37. e4c393f Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  38. 09f38dc Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  39. 30a39e0 Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  40. c7edad5 Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  41. b1dbb67 Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  42. 492f59f Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  43. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 17 years ago
  44. 8f0aa2f Document the slow work thread pool by David Howells · 17 years ago
  45. 12e22c5 Make the slow work pool configurable by David Howells · 17 years ago
  46. 109d927 Make slow-work thread pool actually dynamic by David Howells · 17 years ago
  47. 07fe7cb Create a dynamically sized pool of threads for doing very slow work items by David Howells · 17 years ago
  48. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  49. f5f7eac Allow rwlocks to re-enable interrupts by Robin Holt · 17 years ago
  50. e8c158b Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS by Robin Holt · 17 years ago
  51. 2c53d91 relay: fix for possible loss/corruption of produced subbufs by Aravind Srinivasan · 17 years ago
  52. edb79a2 kexec: vmcoreinfo_data[] can become static by Dmitri Vorobiev · 17 years ago
  53. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 17 years ago
  54. 1b0f7ff pids: kill signal_struct-> __pgrp/__session and friends by Oleg Nesterov · 17 years ago
  55. 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 17 years ago
  56. 2ae448e pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() by Oleg Nesterov · 17 years ago
  57. 8e654fb sysctl: fix suid_dumpable and lease-break-time sysctls by Matthew Wilcox · 17 years ago
  58. 11dea19 proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers by Serge E. Hallyn · 17 years ago
  59. 2355b70 workqueue: avoid recursion in run_workqueue() by Lai Jiangshan · 17 years ago
  60. 1ee1184 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check by Oleg Nesterov · 17 years ago
  61. 95a3540 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic by Oleg Nesterov · 17 years ago
  62. 5dfc80b forget_original_parent: do not abuse child->ptrace_entry by Oleg Nesterov · 17 years ago
  63. 39c626a forget_original_parent: split out the un-ptrace part by Oleg Nesterov · 17 years ago
  64. 7f5d365 reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD by Oleg Nesterov · 17 years ago
  65. b1442b0 reparent_thread: fix the "is it traced" check by Oleg Nesterov · 17 years ago
  66. 0a967a0 reparent_thread: don't call kill_orphaned_pgrp() if task_detached() by Oleg Nesterov · 17 years ago
  67. 4576145 ptrace: fix possible zombie leak on PTRACE_DETACH by Oleg Nesterov · 17 years ago
  68. b1b4c67 ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() by Oleg Nesterov · 17 years ago
  69. 6d69cb8 ptrace: simplify ptrace_exit()->ignoring_children() path by Oleg Nesterov · 17 years ago
  70. 95c3eb7 ptrace: kill __ptrace_detach(), fix ->exit_state check by Oleg Nesterov · 17 years ago
  71. 6588c1e signals: SI_USER: Masquerade si_pid when crossing pid ns boundary by Sukadev Bhattiprolu · 17 years ago
  72. b3bfa0c signals: protect cinit from blocked fatal signals by Sukadev Bhattiprolu · 17 years ago
  73. e4da026 signals: zap_pid_ns_process() should use force_sig() by Sukadev Bhattiprolu · 17 years ago
  74. 921cf9f signals: protect cinit from unblocked SIG_DFL signals by Sukadev Bhattiprolu · 17 years ago
  75. 7978b56 signals: add from_ancestor_ns parameter to send_signal() by Sukadev Bhattiprolu · 17 years ago
  76. f008faf signals: protect init from unwanted signals more by Oleg Nesterov · 17 years ago
  77. 43918f2 signals: remove 'handler' parameter to tracehook functions by Oleg Nesterov · 17 years ago
  78. 90bc8d8 do_wait: fix waiting for the group stop with the dead leader by Oleg Nesterov · 17 years ago
  79. 6d7b2f5 cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets by David Rientjes · 17 years ago
  80. db7f47c cpusets: allow cpusets to be configured/built on non-SMP systems by Paul Menage · 17 years ago
  81. a1bc5a4 cpusets: replace zone allowed functions with node allowed by David Rientjes · 17 years ago
  82. 7f81b1a cpuset: remove struct cpuset_hotplug_scanner by Li Zefan · 17 years ago
  83. 010cfac cpuset: avoid changing cpuset's mems when errno returned by Li Zefan · 17 years ago
  84. 3b6766f cpuset: rewrite update_tasks_nodemask() by Li Zefan · 17 years ago
  85. 0b4217b cpuset: fix possible races in cpu/memory hotplug by Li Zefan · 17 years ago
  86. 0b7f569 memcg: fix OOM killer under memcg by KAMEZAWA Hiroyuki · 17 years ago
  87. d969fbe debug cgroup: remove unneeded cgroup_lock by Li Zefan · 17 years ago
  88. 0670e08 cgroups: don't change release_agent when remount failed by Li Zefan · 17 years ago
  89. 099fca3 cgroups: show correct file mode by Li Zefan · 17 years ago
  90. 66bdc9c kernel/cgroup.c: kfree(NULL) is legal by Jesper Juhl · 17 years ago
  91. ec64f51 cgroup: fix frequent -EBUSY at rmdir by KAMEZAWA Hiroyuki · 17 years ago
  92. 38460b4 cgroup: CSS ID support by KAMEZAWA Hiroyuki · 17 years ago
  93. 313e924 cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups by Grzegorz Nosek · 17 years ago
  94. 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 17 years ago
  95. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 17 years ago
  96. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 17 years ago
  97. 4ede816 epoll keyed wakeups: add __wake_up_locked_key() and __wake_up_sync_key() by Davide Libenzi · 17 years ago
  98. a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 17 years ago
  99. 704503d mm: fix proc_dointvec_userhz_jiffies "breakage" by Alexey Dobriyan · 17 years ago
  100. ee99c71 mm: introduce for_each_populated_zone() macro by KOSAKI Motohiro · 17 years ago