1. 897e81b 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
  2. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. 96fa2b50 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. 7a797cd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  5. bb2166c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  6. 0bf7969 Merge branch 'core-softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  7. 69f061e Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. 60778176 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  9. d0b093a Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. 3e72b81 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  11. 9b269d4 Merge branch 'core-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  12. c08f782 mutex: Fix missing conditions to build mutex_spin_on_owner() by Frederic Weisbecker · 15 years ago
  13. c022602 mutex: Better control mutex adaptive spinning config by Frederic Weisbecker · 15 years ago
  14. d9a3da0 rcu: Add expedited grace-period support for preemptible RCU by Paul E. McKenney · 15 years ago
  15. cf244dc rcu: Enable fourth level of TREE_RCU hierarchy by Paul E. McKenney · 15 years ago
  16. d3f6bad rcu: Rename "quiet" functions by Paul E. McKenney · 15 years ago
  17. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  18. 35dead4 modules: don't export section names of empty sections via sysfs by Helge Deller · 15 years ago
  19. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  20. d99ca3b sched, cputime: Cleanups related to task_times() by Hidetoshi Seto · 15 years ago
  21. bdddd29 sched: Fix isolcpus boot option by Rusty Russell · 15 years ago
  22. 8592e64 sched: Revert 498657a478c60be092208422fefa9c7b248729c2 by Tejun Heo · 15 years ago
  23. ec70ccd perf: Don't free perf_mmap_data until work has been done by Kristian Høgsberg · 15 years ago
  24. 7be077f trace_syscalls: Remove unused syscall_name_to_nr() by Lai Jiangshan · 15 years ago
  25. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 15 years ago
  26. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 15 years ago
  27. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 15 years ago
  28. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 15 years ago
  29. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 15 years ago
  30. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 15 years ago
  31. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  32. fa1dae4 SLOW_WORK: Fix the CONFIG_MODULES=n case by David Howells · 15 years ago
  33. 59d069e perf_event: Initialize data.period in perf_swevent_hrtimer() by Xiao Guangrong · 15 years ago
  34. ba8665d trace_kprobes: Fix a memory leak bug and check kstrdup() return value by Masami Hiramatsu · 15 years ago
  35. 52a11f3 trace_kprobes: Don't output zero offset by Lai Jiangshan · 15 years ago
  36. 3d9b2e1 trace_kprobes: Always show group name by Lai Jiangshan · 15 years ago
  37. abab9d3 trace_kprobes: Fix memory leak by Lai Jiangshan · 15 years ago
  38. 0f1ef51 trace_syscalls: Add syscall nr field by Lai Jiangshan · 15 years ago
  39. dd1853c hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints by Frederic Weisbecker · 15 years ago
  40. 5fa10b2 hw-breakpoints: Use struct perf_event_attr to define user breakpoints by Frederic Weisbecker · 15 years ago
  41. e5af022 softlockup: Fix hung_task_check_count sysctl by Anton Blanchard · 15 years ago
  42. b2e74a2 perf_events: Fix read() bogus counts when in error state by Stephane Eranian · 15 years ago
  43. b7b20df9 sched, time: Define nsecs_to_jiffies() by Hidetoshi Seto · 15 years ago
  44. d5b7c78 sched: Remove task_{u,s,g}time() by Hidetoshi Seto · 15 years ago
  45. d180c5b sched: Introduce task_times() to replace task_{u,s}time() pair by Hidetoshi Seto · 15 years ago
  46. ba005e1 tracepoint: Add signal loss events by Masami Hiramatsu · 15 years ago
  47. f9d4257 tracepoint: Add signal deliver event by Masami Hiramatsu · 15 years ago
  48. d1eb650 tracepoint: Move signal sending tracepoint to events/signal.h by Masami Hiramatsu · 15 years ago
  49. 16bc67e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  50. 80bbf6b hw-breakpoints: Fix unused function in off-case by Frederic Weisbecker · 15 years ago
  51. f663011 sched: Limit the number of scheduler debug messages by Mike Travis · 15 years ago
  52. 11e6635 kernel/hw_breakpoint.c: Fix local/global shadowing by Andrew Morton · 15 years ago
  53. 605bfae hw-breakpoints: Simplify error handling in breakpoint creation requests by Frederic Weisbecker · 15 years ago
  54. c6567f6 hw-breakpoints: Improve in-kernel event creation error granularity by Frederic Weisbecker · 15 years ago
  55. d99be40 ksym_tracer: Fix breakpoint removal after modification by Frederic Weisbecker · 15 years ago
  56. 7ac0743 ring-buffer-benchmark: Add parameters to set produce/consumer priorities by Steven Rostedt · 15 years ago
  57. 93335a2 sched.c: Call debug_show_all_locks() when dumping all tasks by Shmulik Ladkani · 15 years ago
  58. 99df5a6 trace/syscalls: Change ret param in struct syscall_trace_exit to long by Tom Zanussi · 15 years ago
  59. fe61267 perf_events: Fix bad software/trace event recursion counting by Frederic Weisbecker · 15 years ago
  60. 710390d sched: Optimize branch hint in context_switch() by Tim Blechmann · 15 years ago
  61. 36ace27 sched: Optimize branch hint in pick_next_task_fair() by Tim Blechmann · 15 years ago
  62. 184d3da perf_events: Fix bogus copy_to_user() in perf_event_read_group() by Stephane Eranian · 15 years ago
  63. b3a222e remove CONFIG_SECURITY_FILE_CAPABILITIES compile option by Serge E. Hallyn · 15 years ago
  64. c4a5af5 Silence the existing API for capability version compatibility check. by Andrew G. Morgan · 15 years ago
  65. 4299472 sched_feat_write(): Update ppos instead of file->f_pos by Jan Blunck · 15 years ago
  66. f5ffe02 perf: Add kernel side syscall events support for breakpoints by Frederic Weisbecker · 15 years ago
  67. fdf6bc9 hw-breakpoints: Check the breakpoint params from perf tools by Frederic Weisbecker · 15 years ago
  68. ba6909b hw-breakpoint: Attribute authorship of hw-breakpoint related files by K.Prasad · 15 years ago
  69. acd1d7c perf_events: Restore sanity to scaling land by Peter Zijlstra · 15 years ago
  70. 4ed7c92 perf_events: Undo some recursion damage by Peter Zijlstra · 15 years ago
  71. f67218c perf_events: Fix __perf_event_exit_task() vs. update_event_times() locking by Peter Zijlstra · 15 years ago
  72. 5e942bb perf_events: Update the context time on exit by Peter Zijlstra · 15 years ago
  73. 2e2af50 perf_events: Disable events when we detach them by Peter Zijlstra · 15 years ago
  74. 6c2bfcb perf_events: Fix style nits by Peter Zijlstra · 15 years ago
  75. a66a305 perf_events: Undo copy/paste damage by Peter Zijlstra · 15 years ago
  76. a4234bf perf_events: Optimize the swcounter hotpath by Ingo Molnar · 15 years ago
  77. 457dc92 tracing, function tracer: Clean up strstrip() usage by Ingo Molnar · 15 years ago
  78. 6e3d833 perf events: Do not generate function trace entries in perf code by Ingo Molnar · 15 years ago
  79. 98e4833 ring-buffer benchmark: Run producer/consumer threads at nice +19 by Ingo Molnar · 15 years ago
  80. 6ebb237 rcu: Re-arrange code to reduce #ifdef pain by Paul E. McKenney · 15 years ago
  81. 9f680ab rcu: Eliminate unneeded function wrapping by Paul E. McKenney · 15 years ago
  82. b668c9c rcu: Fix grace-period-stall bug on large systems with CPU hotplug by Paul E. McKenney · 15 years ago
  83. 645e8cc perf_events: Fix modular build by Ingo Molnar · 15 years ago
  84. 96b02d7 perf_event: Remove redundant zero fill by Márton Németh · 15 years ago
  85. b3a7554 hw-breakpoints: Remove x86 specific headers from core file by Frederic Weisbecker · 15 years ago
  86. 28889bf tracing: Forget about the NMI buffer for syscall events by Frederic Weisbecker · 15 years ago
  87. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 15 years ago
  88. 8904b18 perf_events: Fix default watermark calculation by Stephane Eranian · 15 years ago
  89. 6f10581 perf: Fix locking for PERF_FORMAT_GROUP by Peter Zijlstra · 15 years ago
  90. 59ed446 perf: Fix event scaling for inherited counters by Peter Zijlstra · 15 years ago
  91. 2b8988c perf: Fix time locking by Peter Zijlstra · 15 years ago
  92. 58e5ad1 perf: Simplify __perf_event_read by Peter Zijlstra · 15 years ago
  93. 3dbebf1 perf: Simplify __perf_event_sync_stat by Peter Zijlstra · 15 years ago
  94. f6f8378 perf: Optimize __perf_event_read() by Peter Zijlstra · 15 years ago
  95. 02ffdbc perf: Optimize perf_event_task_sched_out by Peter Zijlstra · 15 years ago
  96. abf4868 perf: Fix PERF_FORMAT_GROUP scale info by Peter Zijlstra · 15 years ago
  97. f6d9dd2 perf: Optimize perf_event_mmap_ctx() by Peter Zijlstra · 15 years ago
  98. f6595f3 perf: Optimize perf_event_comm_ctx() by Peter Zijlstra · 15 years ago
  99. d6ff86c perf: Optimize perf_event_task_ctx() by Peter Zijlstra · 15 years ago
  100. 8152018 perf: Optimize perf_swevent_ctx_event() by Peter Zijlstra · 15 years ago