1. 1a4a2bc Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 35f4d9b perf/x86: Convert perf_callchain_kernel() to use the new unwinder by Josh Poimboeuf · 8 years ago
  3. cb76c93 x86/dumpstack: Add get_stack_info() interface by Josh Poimboeuf · 8 years ago
  4. 019e579 perf/x86: Check perf_callchain_store() error by Josh Poimboeuf · 8 years ago
  5. 68f7082 perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}() by Peter Zijlstra · 8 years ago
  6. db82627 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 005bd00 perf/x86: Modify error message in virtualized environment by Juergen Gross · 8 years ago
  9. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 7e4dc77 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. eb008eb x86: Audit and remove any remaining unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  12. 95ca792 perf/x86: Convert the core to the hotplug state machine by Thomas Gleixner · 8 years ago
  13. eb01950 perf/x86: Fix bogus kernel printk, again by Vegard Nossum · 8 years ago
  14. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  15. fc18822 perf/x86: Fix 32-bit perf user callgraph collection by Josh Poimboeuf · 8 years ago
  16. fc07e9f perf/x86: Support sysfs files depending on SMT status by Andi Kleen · 8 years ago
  17. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  18. 3b1fff0 perf core: Add a 'nr' field to perf_event_callchain_context by Arnaldo Carvalho de Melo · 8 years ago
  19. cfbcf46 perf core: Pass max stack as a perf_callchain_entry context by Arnaldo Carvalho de Melo · 8 years ago
  20. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. ccbebba perf/x86/intel/pt: Bypass PT vs. LBR exclusivity if the core supports it by Alexander Shishkin · 8 years ago
  23. c5dfd78 perf core: Allow setting up max frame stack depth via sysctl by Arnaldo Carvalho de Melo · 8 years ago
  24. f454bfd perf/core, sched: Don't use clock function pointer to determine clock by Alexander Shishkin · 8 years ago
  25. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  26. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  27. c7ab62b perf/x86/amd/power: Add AMD accumulated power reporting mechanism by Huang Rui · 9 years ago
  28. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  29. c3d266c perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi by Kan Liang · 9 years ago
  30. 27f6d22 perf/x86: Move perf_event.h to its new home by Borislav Petkov · 9 years ago
  31. fa9cbf3 perf/x86: Move perf_event.c ............... => x86/events/core.c by Borislav Petkov · 9 years ago[Renamed (99%) from arch/x86/kernel/cpu/perf_event.c]
  32. 1b74dde x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) by Chen Yucong · 9 years ago
  33. 61b87ca perf/x86: Fix filter_events() bug with event mappings by Stephane Eranian · 9 years ago
  34. 7246976 perf/x86: Use INST_RETIRED.PREC_DIST for cycles: ppp by Andi Kleen · 9 years ago
  35. 75925e1 perf/x86: Optimize stack walk user accesses by Andi Kleen · 9 years ago
  36. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  37. 8f3e568 perf/core: Drop PERF_EVENT_TXN by Sukadev Bhattiprolu · 9 years ago
  38. fbbe070 perf/core: Add a 'flags' parameter to the PMU transactional interfaces by Sukadev Bhattiprolu · 9 years ago
  39. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 40a2ea1 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes by Ingo Molnar · 9 years ago
  41. 47732d8 perf/x86: Make merge_attr() global to use from perf_event_intel by Andi Kleen · 9 years ago
  42. a5b9e5a x86/ldt: Make modify_ldt() optional by Andy Lutomirski · 9 years ago
  43. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  44. 37868fe x86/ldt: Make modify_ldt synchronous by Andy Lutomirski · 9 years ago
  45. 10ed349 x86/compat, x86/perf: Don't build perf_callchain_user32() on x32 by Brian Gerst · 9 years ago
  46. 93472af perf/x86: Fix 'active_events' imbalance by Peter Zijlstra · 9 years ago
  47. 6bc4c3a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  48. 1b7b938 perf/x86/intel: Fix PMI handling for Intel PT by Alexander Shishkin · 9 years ago
  49. 6b099d9 perf/x86/intel/bts: Fix DS area sharing with x86_pmu events by Alexander Shishkin · 9 years ago
  50. 851559e perf/x86/intel: Use the PEBS auto reload mechanism when possible by Yan, Zheng · 9 years ago
  51. 8736e54 perf/x86: Simplify the x86_schedule_events() logic by Peter Zijlstra · 9 years ago
  52. 43ef205 perf/x86/intel: Remove intel_excl_states::init_state by Peter Zijlstra · 9 years ago
  53. 68ab747 perf/x86: Tweak broken BIOS rules during check_hw_exists() by Don Zickus · 9 years ago
  54. cc1790c perf/x86: Improve HT workaround GP counter constraint by Peter Zijlstra · 9 years ago
  55. b371b59 perf/x86: Fix event/group validation by Peter Zijlstra · 9 years ago
  56. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. 15fde11 perf/x86: Only dump PEBS register when PEBS has been detected by Andi Kleen · 10 years ago
  58. da3e606 perf/x86: Dump DEBUGCTL in PMU dump by Andi Kleen · 10 years ago
  59. e979121 perf/x86/intel: Implement cross-HT corruption bug workaround by Maria Dimakopoulou · 10 years ago
  60. 79cba82 perf/x86: Add 'index' param to get_event_constraint() callback by Stephane Eranian · 10 years ago
  61. c5362c0 perf/x86: Add 3 new scheduling callbacks by Maria Dimakopoulou · 10 years ago
  62. 9041346 perf/x86: Vectorize cpuc->kfree_on_online by Stephane Eranian · 10 years ago
  63. 4807034 perf/x86: Mark Intel PT and LBR/BTS as mutually exclusive by Alexander Shishkin · 10 years ago
  64. 55474c4 x86/asm/entry: Remove user_mode_ignore_vm86() by Ingo Molnar · 9 years ago
  65. 34f4392 perf: Add per event clockid support by Peter Zijlstra · 10 years ago
  66. 9332d25 perf/x86: Remove redundant calls to perf_pmu_{dis|en}able() by David Ahern · 10 years ago
  67. 294fe0f perf/x86/intel: Add INST_RETIRED.ALL workarounds by Andi Kleen · 10 years ago
  68. 383f3af x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base() by Andy Lutomirski · 10 years ago
  69. c56716a x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base() by Andy Lutomirski · 10 years ago
  70. 4b85490 perf/x86/intel: Re-organize code that implicitly enables LBR/PEBS by Yan, Zheng · 10 years ago
  71. e18bf52 perf/x86/intel: Allocate space for storing LBR stack by Yan, Zheng · 10 years ago
  72. 2a0ad3b perf/x86/intel: Use context switch callback to flush LBR stack by Yan, Zheng · 10 years ago
  73. ba53250 perf: Introduce pmu context switch callback by Yan, Zheng · 10 years ago
  74. a667342 perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks by Andy Lutomirski · 10 years ago
  75. 7911d3f perf/x86: Only allow rdpmc if a perf_event is mapped by Andy Lutomirski · 10 years ago
  76. c1317ec perf: Pass the event to arch_perf_update_userpage() by Andy Lutomirski · 10 years ago
  77. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  78. 1776b10 perf/x86/intel: Revert incomplete and undocumented Broadwell client support by Ingo Molnar · 10 years ago
  79. 65d71fe perf: Fix bogus kernel printk by Peter Zijlstra (Intel) · 10 years ago
  80. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  81. cc6cd47 perf/x86: Tone down kernel messages when the PMU check fails in a virtual environment by Wei Huang · 10 years ago
  82. c46e665 perf/x86: Add INST_RETIRED.ALL workarounds by Andi Kleen · 10 years ago
  83. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  84. 03de874 perf/x86: Fix :pp without LBR by Andi Kleen · 10 years ago
  85. 338b522 perf/x86/intel: Protect LBR and extra_regs against KVM lying by Kan Liang · 10 years ago
  86. c184c98 perf/x86: Use common PMU interrupt disabled code by Vince Weaver · 10 years ago
  87. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 10 years ago
  88. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 10 years ago
  89. 4a3dc12 perf/x86: Export perf_assign_events() by Yan, Zheng · 11 years ago
  90. c347a2f perf/x86: Add a few more comments by Peter Zijlstra · 11 years ago
  91. 26e61e8 perf/x86: Fix event scheduling by Peter Zijlstra · 11 years ago
  92. 0e9f220 perf/x86: Fix Userspace RDPMC switch by Peter Zijlstra · 11 years ago
  93. e97df76 perf/x86/intel/p6: Add userspace RDPMC quirk for PPro by Peter Zijlstra · 11 years ago
  94. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  95. 20d1c86 sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs by Peter Zijlstra · 11 years ago
  96. 0a19684 perf: Fix arch_perf_out_copy_user default by Peter Zijlstra · 11 years ago
  97. e8a923c perf/x86: Fix NMI measurements by Peter Zijlstra · 11 years ago
  98. d8b11a0 perf/x86: Clean up cap_user_time* setting by Peter Zijlstra · 11 years ago
  99. 8a3da6c7 perf/x86: Fix PMU detection printout when no PMU is detected by Ingo Molnar · 11 years ago
  100. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago