1. fdf5563 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  2. 629b3df Merge branch 'x86/cpu' into perf/core, to resolve conflict by Ingo Molnar · 4 years, 9 months ago
  3. ef37219 x86/perf/events: Convert to new CPU match macros by Thomas Gleixner · 4 years, 10 months ago
  4. 3442a9e perf/x86/intel/uncore: Factor out __snr_uncore_mmio_init_box by Kan Liang · 4 years, 10 months ago
  5. bc88a2f perf/x86/intel/uncore: Add box_offsets for free-running counters by Kan Liang · 4 years, 10 months ago
  6. 409e1a3 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 10 months ago
  7. e48667b perf/amd/uncore: Add support for Family 19h L3 PMU by Kim Phillips · 4 years, 10 months ago
  8. 9689dbb perf/amd/uncore: Make L3 thread mask code more readable by Kim Phillips · 4 years, 10 months ago
  9. 4dcc3df perf/amd/uncore: Prepare L3 thread mask code for Family 19h by Kim Phillips · 4 years, 10 months ago
  10. f967140 perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag by Kim Phillips · 4 years, 10 months ago
  11. c8e3dd8 x86 user stack frame reads: switch to explicit __get_user() by Al Viro · 4 years, 11 months ago
  12. fdb6482 perf/x86: Add Intel Tiger Lake uncore support by Kan Liang · 5 years ago
  13. db278b9 perf/x86/intel: Output LBR TOS information correctly by Kan Liang · 5 years ago
  14. bbfd5e4 perf/core: Add new branch sample type for HW index of raw branch records by Kan Liang · 5 years ago
  15. 6c1c07b perf/x86/intel: Avoid unnecessary PEBS_ENABLE MSR access in PMI by Kan Liang · 5 years ago
  16. f861854 perf/x86/intel: Fix inaccurate period in context switch for auto-reload by Kan Liang · 5 years ago
  17. 25d3872 perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map by Kim Phillips · 5 years ago
  18. 0aa0e0d perf/x86/msr: Add Tremont support by Kan Liang · 5 years ago
  19. ecf71fb perf/x86/cstate: Add Tremont support by Kan Liang · 5 years ago
  20. eda23b3 perf/x86/intel: Add Elkhart Lake support by Kan Liang · 5 years ago
  21. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  22. 9f2a430 Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  23. cb6c82d Merge tag 'v5.5-rc7' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  24. 2167f16 perf/x86/intel/uncore: Remove PCIe3 unit for SNR by Kan Liang · 5 years ago
  25. fa694ae5 perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_events by Kan Liang · 5 years ago
  26. e743830 perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family by Kan Liang · 5 years ago
  27. 5738891 perf/x86/amd: Add support for Large Increment per Cycle Events by Kim Phillips · 5 years ago
  28. 471af00 perf/x86/amd: Constrain Large Increment per Cycle events by Kim Phillips · 5 years ago
  29. 1e0f177 perf/x86/intel/rapl: Add Comet Lake support by Harry Pan · 5 years ago
  30. 92ca7da perf/x86/intel: Fix PT PMI handling by Alexander Shishkin · 5 years ago
  31. ff61541c perf/x86/intel/bts: Fix the use of page_private() by Alexander Shishkin · 5 years ago
  32. 1e69a0e perf/x86: Fix potential out-of-bounds access by Peter Zijlstra · 5 years ago
  33. 59e9f58 perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys() by Sean Christopherson · 5 years ago
  34. 405b453 perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0 by Anthony Steinhauser · 5 years ago
  35. 3f59dbc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  36. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  37. 74c504a x86: retpolines: eliminate retpoline from msr event handlers by Andrea Arcangeli · 5 years ago
  38. 295c52e perf/x86/intel/pt: Prevent redundant WRMSRs by Alexander Shishkin · 5 years ago
  39. 6706384 perf/x86/intel/pt: Opportunistically use single range output mode by Alexander Shishkin · 5 years ago
  40. 25e8920 perf/x86/intel/pt: Add sampling support by Alexander Shishkin · 5 years ago
  41. 8e105a1 perf/x86/intel/pt: Factor out pt_config_start() by Alexander Shishkin · 5 years ago
  42. 8f05c1f perf/x86/amd: Remove set but not used variable 'active' by Zheng Yongjun · 5 years ago
  43. c2b98a8 perf/x86: Synchronize PMU task contexts on optimized context switches by Alexey Budankov · 5 years ago
  44. 421ca86 perf/x86/intel: Implement LBR callstack context synchronization by Alexey Budankov · 5 years ago
  45. a443997 perf/x86: Install platform specific ->swap_task_ctx() adapter by Alexey Budankov · 5 years ago
  46. fc1adfe perf/core, perf/x86: Introduce swap_task_ctx() method at 'struct pmu' by Alexey Budankov · 5 years ago
  47. 6513303 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  48. 75be6f7 perf/x86/uncore: Fix event group support by Kan Liang · 5 years ago
  49. e431e79 perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) by Kim Phillips · 5 years ago
  50. 317b96b perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validity by Kim Phillips · 5 years ago
  51. aa7a7b7 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  52. 13301c6 perf/x86/intel/pt: Fix base for single entry topa by Jiri Olsa · 5 years ago
  53. da97e18 perf_event: Add support for LSM and SELinux checks by Joel Fernandes (Google) · 5 years ago
  54. 52e92f4 perf/x86/cstate: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  55. 0917b950 perf/x86/msr: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  56. 23645a7 perf/x86/intel: Add Tiger Lake CPU support by Kan Liang · 5 years ago
  57. f1857a2 perf/x86/cstate: Update C-state counters for Ice Lake by Kan Liang · 5 years ago
  58. 1a5da78 perf/x86/msr: Add new CPU model numbers for Ice Lake by Kan Liang · 5 years ago
  59. 1ffa6c0 perf/x86/cstate: Add Comet Lake CPU support by Kan Liang · 5 years ago
  60. 9674b1c perf/x86/msr: Add Comet Lake CPU support by Kan Liang · 5 years ago
  61. 9066288 perf/x86/intel: Add Comet Lake CPU support by Kan Liang · 5 years ago
  62. df4d297 perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp by Tom Lendacky · 5 years ago
  63. ac51667 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  64. 22331f8 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  65. ae1ad26 Merge tag 'v5.3-rc7' into x86/mm, to pick up fixes by Ingo Molnar · 5 years ago
  66. d9f3b45 perf/x86: Make more stuff static by Valdis Klētnieks · 5 years ago
  67. e98db89 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  68. 77e5517 Merge branch 'linus' into x86/cpu, to resolve conflicts by Ingo Molnar · 5 years ago
  69. 0f4cd76 perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops by Kim Phillips · 5 years ago
  70. 44d3bbb perf/x86/intel: Restrict period on Nehalem by Josh Hunt · 5 years ago
  71. 42880f7 perf/x86/intel: Support PEBS output to PT by Alexander Shishkin · 5 years ago
  72. 5ebb34e x86/intel: Aggregate microserver naming by Peter Zijlstra · 5 years ago
  73. 5e74140 x86/intel: Aggregate big core graphics naming by Peter Zijlstra · 5 years ago
  74. af239c4 x86/intel: Aggregate big core mobile naming by Peter Zijlstra · 5 years ago
  75. c66f78a x86/intel: Aggregate big core client naming by Peter Zijlstra · 5 years ago
  76. 39152ee perf/x86/intel/pt: Get rid of reverse lookup table for ToPA by Alexander Shishkin · 5 years ago
  77. 91feca5 perf/x86/intel/pt: Free up space in a ToPA descriptor by Alexander Shishkin · 5 years ago
  78. 38bb8d7 perf/x86/intel/pt: Split ToPA metadata and page layout by Alexander Shishkin · 5 years ago
  79. 539f7c2 perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculation by Alexander Shishkin · 5 years ago
  80. fffec50 perf/x86/intel/pt: Use helpers to obtain ToPA entry size by Alexander Shishkin · 5 years ago
  81. 90583af perf/x86/intel/pt: Clean up ToPA allocation path by Alexander Shishkin · 5 years ago
  82. 77d7603 perf/x86: Fix typo in comment by Su Yanjun · 5 years ago
  83. 289a2d2 perf/x86/intel: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  84. 5ea3f6f perf/x86: Apply more accurate check on hypervisor platform by Zhenzhong Duan · 5 years ago
  85. 3b238a6 perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x register by Yunying Sun · 5 years ago
  86. 3d0c395 perf/x86/intel: Fix SLOTS PEBS event constraint by Kan Liang · 5 years ago
  87. 21e450d x86/mm: Avoid redundant interrupt disable in load_mm_cr4() by Jan Kiszka · 6 years ago
  88. e4557c1 perf/x86/intel: Fix spurious NMI on fixed counter by Kan Liang · 6 years ago
  89. 2f217d5 perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs by Kim Phillips · 6 years ago
  90. 16f4641 perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs by Kim Phillips · 6 years ago
  91. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  92. 222a21d Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  93. da17702 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  94. e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  95. 13324c4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  96. 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  97. 7282545 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  98. 57103eb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  99. 83f44ae perf/x86: Always store regs->ip in perf_callchain_kernel() by Song Liu · 6 years ago
  100. 637d97b perf/x86/rapl: Get quirk state from new probe framework by Jiri Olsa · 6 years ago