1. 6a31e1f ring-buffer: Check for valid buffer before changing size by Steven Rostedt · 14 years ago
  2. 6f5e357 Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  3. bb27f55 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 14 years ago
  4. 895b67f tracing: Remove kernel_lock annotations by Richard Weinberger · 15 years ago
  5. a591c73 tracing: Fix initial buffer_size_kb state by Vaibhav Nagarnaik · 14 years ago
  6. 05fdd70 ring-buffer: Merge separate resize loops by Vaibhav Nagarnaik · 14 years ago
  7. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 14 years ago
  8. b732d43 ftrace: Remove selecting FRAME_POINTER with FUNCTION_TRACER by Steven Rostedt · 14 years ago
  9. e4f5d54 ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code() by Steven Rostedt · 14 years ago
  10. 8ed3e2c ftrace: Make ftrace_modify_all_code() global for archs to use by Steven Rostedt · 14 years ago
  11. f0cf973 ftrace: Return record ip addr for ftrace_location() by Steven Rostedt · 14 years ago
  12. a650e02 ftrace: Consolidate ftrace_location() and ftrace_text_reserved() by Steven Rostedt · 14 years ago
  13. 9644302 ftrace: Speed up search by skipping pages by address by Steven Rostedt · 14 years ago
  14. 706c81f ftrace: Remove extra helper functions by Steven Rostedt · 14 years ago
  15. 9fd4932 ftrace: Sort all function addresses, not just per page by Steven Rostedt · 14 years ago
  16. 71babb2 tracing: change CPU ring buffer state from tracing_cpumask by Vaibhav Nagarnaik · 14 years ago
  17. 0a3d7ce tracing: Check return value of tracing_dentry_percpu() by Namhyung Kim · 14 years ago
  18. 308f7ee ring-buffer: Reset head page before running self test by Steven Rostedt · 14 years ago
  19. 659f451 ring-buffer: Add integrity check at end of iter read by Steven Rostedt · 14 years ago
  20. 5040b4b ring-buffer: Make addition of pages in ring buffer atomic by Vaibhav Nagarnaik · 14 years ago
  21. 83f4031 ring-buffer: Make removal of ring buffer pages atomic by Vaibhav Nagarnaik · 14 years ago
  22. 6edb2a8 tracing: Clean up tracing_mark_write() by Steven Rostedt · 14 years ago
  23. 9b63776 tracing: Do not enable function event with enable by Steven Rostedt · 14 years ago
  24. c4f400e Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  25. cb04ff9 sched, perf: Use a single callback into the scheduler by Peter Zijlstra · 14 years ago
  26. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 14 years ago
  27. 6817968 tracing: Remove ftrace_disable/enable_cpu() by Steven Rostedt · 14 years ago
  28. 50e18b9 tracing: Use seq_*_private interface for some seq files by Jiri Olsa · 14 years ago
  29. 19631cb Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  30. 6cfdd02 Merge tag 'pm-for-3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  31. 78e97a4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  32. daae677 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  33. 06fc5d3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  34. f607245 Merge branch 'for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  35. 33b07b8 perf: Use static variant of perf_event_overflow in core.c by Robert Richter · 14 years ago
  36. 724b6da perf: Fix perf_event_for_each() to use sibling by Michael Ellerman · 14 years ago
  37. fb2cf2c sched: Fix OOPS when build_sched_domains() percpu allocation fails by he, bo · 14 years ago
  38. eb95308 sched: Fix more load-balancing fallout by Peter Zijlstra · 14 years ago
  39. c716ef5 Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 14 years ago
  40. 4d8cd7e Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 14 years ago
  41. f8262d4 PM / Hibernate: fix the number of pages used for hibernate/thaw buffering by Bojan Smojver · 14 years ago
  42. 438ced1 ring-buffer: Add per_cpu ring buffer control files by Vaibhav Nagarnaik · 15 years ago
  43. 5a26c8f tracing: Remove an unneeded check in trace_seq_buffer() by Dan Carpenter · 14 years ago
  44. 07d777f tracing: Add percpu buffers for trace_printk() by Steven Rostedt · 15 years ago
  45. 9f3045e irq: hide debug macros so they don't collide with others. by Paul Gortmaker · 14 years ago
  46. db4c75c tracing: Fix stacktrace of latency tracers (irqsoff and friends) by Steven Rostedt · 14 years ago
  47. a6371f8 tick: Fix the spurious broadcast timer ticks after resume by Suresh Siddha · 14 years ago
  48. b9a6a235 tick: Ensure that the broadcast device is initialized by Thomas Gleixner · 14 years ago
  49. b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 14 years ago
  50. 92c3870 rcu: Permit call_rcu() from CPU_DYING notifiers by Paul E. McKenney · 14 years ago
  51. 348f0fc tracing: Fix regression with tracing_on by Steven Rostedt · 14 years ago
  52. 668ce0a Merge branch 'systemh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  53. 6e48b55 tracing: Fix build breakage without CONFIG_PERF_EVENTS (again) by Mark Brown · 14 years ago
  54. ef1f098 irq_work: fix compile failure on tile from missing include by Chris Metcalf · 14 years ago
  55. b3dfd76 Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  56. 5269a9a irq_domain: fix type mismatch in debugfs output format by Grant Likely · 14 years ago
  57. ccb1ec9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  58. ecca5c3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  59. 026ee1f panic: fix stack dump print on direct call to panic() by Jason Wessel · 14 years ago
  60. 7e06648 Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  61. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 15 years ago
  62. 79549c6 cred: copy_process() should clear child->replacement_session_keyring by Oleg Nesterov · 14 years ago
  63. 15e06bf irqdomain: Fix debugfs formatting by Grant Likely · 14 years ago
  64. ac5830a irq_domain: correct the debugfs file name by Mika Westerberg · 14 years ago
  65. 5b7526e irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from(). by David Daney · 14 years ago
  66. fa4da36 clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot() by Suresh Siddha · 14 years ago
  67. 9886f44 itimer: Use printk_once instead of WARN_ONCE by Thomas Gleixner · 14 years ago
  68. d6a624e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 14 years ago
  69. 6f10392 nohz: Fix stale jiffies update in tick_nohz_restart() by Neal Cardwell · 14 years ago
  70. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  71. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 14 years ago
  72. 620f6e8 sysctl: fix write access to dmesg_restrict/kptr_restrict by Kees Cook · 14 years ago
  73. 6c216ec Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 14 years ago
  74. 64ebe98 Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 14 years ago
  75. 9569412 Merge branch 'paul' (Fixups from Paul Gortmaker) by Linus Torvalds · 14 years ago
  76. 8f6b767 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  77. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 14 years ago
  78. 83e3fa6 irq_work: fix compile failure on MIPS from system.h split by Paul Gortmaker · 14 years ago
  79. f22e08a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  80. f187e9f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  81. 3872c48 tick: Document TICK_ONESHOT config option by Thomas Gleixner · 14 years ago
  82. e3831ed sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq() by Srivatsa S. Bhat · 14 years ago
  83. f558c27 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  84. 3a0d184 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  85. f5cb92a genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return value by Jiang Liu · 14 years ago
  86. aa2bf9b itimer: Schedule silent NULL pointer fixup in setitimer() for removal by Sasikantha babu · 14 years ago
  87. 1338631 Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  88. 8f12191 cgroup: cgroup_attach_task() could return -errno after success by Tejun Heo · 14 years ago
  89. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  90. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 14 years ago
  91. 98b54aa kgdb,debug_core: pass the breakpoint struct instead of address and memory by Jason Wessel · 14 years ago
  92. 78724b8 kdb: Fix smatch warning on dbg_io_ops->is_console by Jason Wessel · 14 years ago
  93. 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  94. 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  95. bcd5507 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  96. 092b2fb irqdomain: Remove powerpc dependency from debugfs file by Grant Likely · 14 years ago
  97. 9612090 padata: Fix cpu hotplug by Steffen Klassert · 14 years ago
  98. 13614e0 padata: Use the online cpumask as the default by Steffen Klassert · 14 years ago
  99. 107f8bd padata: Add a reference to the api documentation by Steffen Klassert · 14 years ago
  100. 1f56ee7 Merge branch 'sched/arch' into sched/urgent by Ingo Molnar · 14 years ago