1. 3e76ac7 perf record: Add ability to record event period by Andrew Vagin · 13 years ago
  2. 124ba94 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 13 years ago
  3. 74eec26 perf tools: Add ability to synthesize event according to a sample by Andrew Vagin · 13 years ago
  4. 317df65 perf script: Implement option for system-wide profiling by Robert Richter · 13 years ago
  5. 38efb53 perf script: Fix mem leaks and NULL pointer checks around strdup()s by Robert Richter · 13 years ago
  6. dd3c467 oprofile, s390: Add event interface to the System z hardware sampling module by Andreas Krebbel · 13 years ago
  7. f8c8520 oprofile: Fix oprofile_timer_exit() breakage by Robert Richter · 13 years ago
  8. b3d9468 perf, x86: Expose perf capability to other modules by Gleb Natapov · 13 years ago
  9. c1d6f42 perf, x86: Implement arch event mask as quirk by Peter Zijlstra · 13 years ago
  10. ffb871b x86, perf: Disable non available architectural events by Gleb Natapov · 13 years ago
  11. ac99b86 jump_label: Provide jump_label_key initializers by Peter Zijlstra · 13 years ago
  12. 9cdbe1c jump_label, x86: Fix section mismatch by Peter Zijlstra · 13 years ago
  13. cc991b8 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 13 years ago
  14. b202952 perf, core: Rate limit perf_sched_events jump_label patching by Gleb Natapov · 13 years ago
  15. b79387e perf: Fix enable_on_exec for sibling events by Peter Zijlstra · 13 years ago
  16. 1d9b482 perf: Remove superfluous arguments by Peter Zijlstra · 13 years ago
  17. 4defea8 perf, x86: Prefer fixed-purpose counters when scheduling by Peter Zijlstra · 13 years ago
  18. bc1738f perf, x86: Fix event scheduler for constraints with overlapping counters by Robert Richter · 13 years ago
  19. 1e2ad28 perf, x86: Implement event scheduler helper functions by Robert Richter · 13 years ago
  20. 0f5a260 perf: Avoid a useless pmu_disable() in the perf-tick by Peter Zijlstra · 13 years ago
  21. d6c1c49 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
  22. ddf6e0e ftrace: Fix hash record accounting bug by Steven Rostedt · 13 years ago
  23. d06c27b perf: Fix parsing of __print_flags() in TP_printk() by Steven Rostedt · 13 years ago
  24. bbbf7af jump_label: jump_label_inc may return before the code is patched by Gleb Natapov · 13 years ago
  25. c7c6ec8 ftrace: Remove force undef config value left for testing by Steven Rostedt · 13 years ago
  26. 27b14b5 tracing: Restore system filter behavior by Li Zefan · 13 years ago
  27. cb59974 tracing: fix event_subsystem ref counting by Ilya Dryomov · 13 years ago
  28. 9dde9dc x86/tools: Add decoded instruction dump mode by Masami Hiramatsu · 13 years ago
  29. a9c373d x86: Update instruction decoder to support new AVX formats by Masami Hiramatsu · 13 years ago
  30. e70825f x86/tools: Fix insn_sanity message outputs by Masami Hiramatsu · 13 years ago
  31. bfbe901 x86/tools: Fix instruction decoder message output by Masami Hiramatsu · 13 years ago
  32. 130b78b x86: Fix instruction decoder to handle grouped AVX instructions by Masami Hiramatsu · 13 years ago
  33. 1056c3e x86/tools: Fix Makefile to build all test tools by Masami Hiramatsu · 13 years ago
  34. dc440d10 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 13 years ago
  35. 2c3757e Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent by Ingo Molnar · 13 years ago
  36. 10c6db1 perf: Fix loss of notification with multi-event by Peter Zijlstra · 13 years ago
  37. 16e5294 perf, x86: Force IBS LVT offset assignment for family 10h by Robert Richter · 13 years ago
  38. 6a600a8 perf, x86: Disable PEBS on SandyBridge chips by Peter Zijlstra · 13 years ago
  39. f71c49e perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test by Arnaldo Carvalho de Melo · 13 years ago
  40. 3e7c439 perf test: Validate PERF_RECORD_ events and perf_sample fields by Arnaldo Carvalho de Melo · 13 years ago
  41. 482ad89 perf event: Introduce perf_event__fprintf by Arnaldo Carvalho de Melo · 13 years ago
  42. d3d9acf trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 13 years ago
  43. e60770a perf test: Allow running just a subset of the available tests by Arnaldo Carvalho de Melo · 13 years ago
  44. 806fb63 perf evlist: Always do automatic allocation of pollfd and mmap structures by Arnaldo Carvalho de Melo · 13 years ago
  45. ee29be6 perf tools: Save some loops using perf_evlist__id2evsel by Arnaldo Carvalho de Melo · 13 years ago
  46. e7984b7 perf script: Add comm filtering option by David Ahern · 13 years ago
  47. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  48. 1758af1 perf top: Stop using globals for tool state by Arnaldo Carvalho de Melo · 13 years ago
  49. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  50. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  51. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  52. 7009cc3 perf annotate: Group options in a struct by Arnaldo Carvalho de Melo · 13 years ago
  53. fa372aa perf report: Group options in a struct by Arnaldo Carvalho de Melo · 13 years ago
  54. e3f4260 perf tools: Use evsel->attr.sample_type instead of session->sample_type by Arnaldo Carvalho de Melo · 13 years ago
  55. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  56. 10d0f08 perf event: perf_event_ops->attr() manipulates only an evlist by Arnaldo Carvalho de Melo · 13 years ago
  57. 81e36bf perf evlist: Introduce id_hdr_size method out of perf_session by Arnaldo Carvalho de Melo · 13 years ago
  58. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  59. 18b5523 perf ui progress: Fix divide by zero by Arnaldo Carvalho de Melo · 13 years ago
  60. ed80f58 perf record: Move 'group' to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  61. b424eba perf session: Move threads to struct machine by Arnaldo Carvalho de Melo · 13 years ago
  62. 01c2d99 perf record: Move mmap_pages to perf_record_opts by Arnaldo Carvalho de Melo · 13 years ago
  63. 50a682c perf evlist: Handle default value for 'pages' on mmap method by Arnaldo Carvalho de Melo · 13 years ago
  64. 35b9d88 perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' by Arnaldo Carvalho de Melo · 13 years ago
  65. 0f82ebc perf evsel: Introduce config attr method by Arnaldo Carvalho de Melo · 13 years ago
  66. a8c9ae1 perf evlist: Introduce add_tracepoints method by Arnaldo Carvalho de Melo · 13 years ago
  67. 50d08e4 perf evlist: Introduce perf_evlist__add_attrs by Arnaldo Carvalho de Melo · 13 years ago
  68. ebf294b perf tools: Simplify debugfs mountpoint handling code by Arnaldo Carvalho de Melo · 13 years ago
  69. c168fbf perf tools: Eliminate duplicate code and use PATH_MAX consistently by Arnaldo Carvalho de Melo · 13 years ago
  70. 39eaf7e tracing: Add entries in buffer and total entries to default output header by Steven Rostedt · 13 years ago
  71. 77271ce tracing: Add irq, preempt-count and need resched info to default trace output by Steven Rostedt · 13 years ago
  72. 47fbe53 perf session: Fix crash with invalid CPU list by David Ahern · 13 years ago
  73. 0e2a5f1 perf python: Fix undefined symbol problem by Arnaldo Carvalho de Melo · 13 years ago
  74. c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
  75. 4a1dba7 Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent by Ingo Molnar · 13 years ago
  76. 5d81e5c events: Don't divide events if it has field period by Andrew Vagin · 13 years ago
  77. 9251f90 perf: Carve out callchain functionality by Borislav Petkov · 13 years ago
  78. ed13ec5 perf/x86: Enable raw event access to Intel offcore events by Peter Zijlstra · 13 years ago
  79. aa2bc1a perf: Don't use -ENOSPC for out of PMU resources by Peter Zijlstra · 13 years ago
  80. 1d5f003 perf: Do not set task_ctx pointer in cpuctx if there are no events in the context by Gleb Natapov · 13 years ago
  81. 57d1c0c perf/x86: Fix PEBS instruction unwind by Peter Zijlstra · 13 years ago
  82. 7f80850 Merge branch 'rmobile-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  83. b93cd6a Merge branch 'sh-fixes-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  84. d291ffb Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  85. 72103bd virtio-pci: fix use after free by Michael S. Tsirkin · 13 years ago
  86. 52e4c2a Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  87. 3439a8d ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression) by Rafael J. Wysocki · 13 years ago
  88. a7c36fd drm/radeon/kms/combios: fix dynamic allocation of PM clock modes by Alex Deucher · 13 years ago
  89. 5b34b08 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  90. eb0b38a [CPUFREQ] db8500: fix build error due to undeclared i variable by Axel Lin · 13 years ago
  91. 8f042aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  92. e6f1227 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  93. 3455229 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  94. 732783f Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  95. 9f80d8b bma023: Add SFI translation for this device by William Douglas · 13 years ago
  96. 57e6319 vrtc: change its year offset from 1960 to 1972 by Feng Tang · 13 years ago
  97. f2ee442 ce4100: fix a build error by Zhang Rui · 13 years ago
  98. 87618e0 Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  99. c1f4246 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  100. fe10e6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago