1. 4b6e257 x86/perf/intel/rapl: Make the Intel RAPL PMU driver modular by Kan Liang · 9 years ago
  2. e633c65 x86/perf/intel/uncore: Make the Intel uncore PMU driver modular by Kan Liang · 9 years ago
  3. 84c48d8 Merge branch 'perf/urgent' into perf/core, to fix up fixes before queueing up new changes by Ingo Molnar · 9 years ago
  4. 85dc600 perf/x86/amd/ibs: Fix pmu::stop() nesting by Peter Zijlstra · 9 years ago
  5. 201c2f8 perf/core: Don't leak event in the syscall error path by Alexander Shishkin · 9 years ago
  6. 8fdc653 perf/core: Fix time tracking bug with multiplexing by Peter Zijlstra · 9 years ago
  7. 643cb15 Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  8. c932cf0 Merge tag 'perf-urgent-for-mingo-20160330' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  9. 9f56c09 perf jit: genelf makes assumptions about endian by Anton Blanchard · 9 years ago
  10. 9098903 perf hists: Fix determination of a callchain node's childlessness by Andres Freund · 9 years ago
  11. d1706b3 perf tools: Add support for skipping itrace instructions by Andi Kleen · 9 years ago
  12. f7380c1 perf script perl: Perl scripts now get a backtrace, like the python ones by Dima Kogan · 9 years ago
  13. 37194f4 perf config: Rename 'v' to 'home' in set_buildid_dir() by Taeung Song · 9 years ago
  14. 9cb5987 perf config: Rework buildid_dir_command_config to perf_buildid_config by Taeung Song · 9 years ago
  15. 58cb9d6 perf config: Remove duplicated set_buildid_dir calls by Taeung Song · 9 years ago
  16. b31d660 perf tests: Add test to check for event times by Jiri Olsa · 9 years ago
  17. e0be62c perf tools: Make -f/--force option documentation consistent across tools by Jiri Olsa · 9 years ago
  18. 592dac6 perf tools: Make hists__collapse_insert_entry static by Jiri Olsa · 9 years ago
  19. ad16511 perf mem: Add -U/-K (--all-user/--all-kernel) options by Jiri Olsa · 9 years ago
  20. f6343be Merge tag 'perf-urgent-for-mingo-20160329' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  21. 3ea223a perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples by Arnaldo Carvalho de Melo · 9 years ago
  22. 5dc1037 Merge tag 'perf-urgent-for-mingo-20160328' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  23. 379649c perf tools: Fix build break on powerpc by Sukadev Bhattiprolu · 9 years ago
  24. a49ac9f perf/x86: Move events_sysfs_show() outside CPU_SUP_INTEL by Huang Rui · 9 years ago
  25. 8059476 Merge tag 'perf-urgent-for-mingo-20160324' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  26. 6a1a77b perf bench: Fix detached tarball building due to missing 'perf bench memcpy' headers by Arnaldo Carvalho de Melo · 9 years ago
  27. cde8835 perf tests: Fix tarpkg build test error output redirection by Arnaldo Carvalho de Melo · 9 years ago
  28. 05f5ece Merge tag 'perf-core-for-mingo-20160323' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  29. 7626714 perf llvm: Use strerror_r instead of the thread unsafe strerror one by Arnaldo Carvalho de Melo · 9 years ago
  30. 7847826 perf llvm: Use realpath to canonicalize paths by Arnaldo Carvalho de Melo · 9 years ago
  31. 0741208 perf tools: Unexport some methods unused outside strbuf.c by Arnaldo Carvalho de Melo · 9 years ago
  32. 88fd633 perf probe: No need to use formatting strbuf method by Arnaldo Carvalho de Melo · 9 years ago
  33. a610f5c perf help: Use asprintf instead of adhoc equivalents by Arnaldo Carvalho de Melo · 9 years ago
  34. cf47a8a perf tools: Remove unused perf_pathdup, xstrdup functions by Arnaldo Carvalho de Melo · 9 years ago
  35. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  36. 737ef7d tools include: Copy linux/stringify.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  37. 4f3c8876 tools lib traceevent: Remove redundant CPU output by Steven Rostedt · 9 years ago
  38. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 9 years ago
  39. e476343 perf tools: Simplify die() mechanism by Arnaldo Carvalho de Melo · 9 years ago
  40. 236f71e perf tools: Remove unused DIE_IF macro by Arnaldo Carvalho de Melo · 9 years ago
  41. a3dff30 perf script: Remove lots of unused arguments by Arnaldo Carvalho de Melo · 9 years ago
  42. c2740a8 perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve by Arnaldo Carvalho de Melo · 9 years ago
  43. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  44. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  45. eb9f032 perf tests: Forward the perf_sample in the dwarf unwind test by Arnaldo Carvalho de Melo · 9 years ago
  46. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  47. 4ca0d81 perf list: Fix documentation of :ppp by Andi Kleen · 9 years ago
  48. 3c52b65 perf bench numa: Fix assertion for nodes bitfield by Jakub Jelen · 9 years ago
  49. 7b0fd56 perf/x86/intel/rapl: Add missing Broadwell models by Srinivas Pandruvada · 9 years ago
  50. cb22525 perf/x86/intel/uncore: Remove ev_sel_ext bit support for PCU by Kan Liang · 9 years ago
  51. c7ab62b perf/x86/amd/power: Add AMD accumulated power reporting mechanism by Huang Rui · 9 years ago
  52. 01fe03f x86/cpufeature, perf/x86: Add AMD Accumulated Power Mechanism feature flag by Huang Rui · 9 years ago
  53. 1dcaac1 perf/core: Document some hotplug bits by Peter Zijlstra · 9 years ago
  54. f851915 perf/x86/amd: Add support for new IOMMU performance events by Suravee Suthikulpanit · 9 years ago
  55. 8dfeae0 perf/x86/amd: Move nodes_per_socket into bsp_init_amd() by Huang Rui · 9 years ago
  56. 27348f38 perf/x86/cqm: Factor out some common code by Peter Zijlstra · 9 years ago
  57. e7ee3e8 perf/x86/mbm: Add support for MBM counter overflow handling by Vikas Shivappa · 9 years ago
  58. 2d4de83 perf/x86/mbm: Implement RMID recycling by Vikas Shivappa · 9 years ago
  59. 87f01cc perf/x86/mbm: Add memory bandwidth monitoring event management by Tony Luck · 9 years ago
  60. 33c3cc7 perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init by Vikas Shivappa · 9 years ago
  61. ada2f63 perf/x86/cqm: Fix CQM memory leak and notifier leak by Vikas Shivappa · 9 years ago
  62. a223c1c perf/x86/cqm: Fix CQM handling of grouping events into a cache_group by Vikas Shivappa · 9 years ago
  63. 8184059 perf/core: Fix Undefined behaviour in rb_alloc() by Peter Zijlstra · 9 years ago
  64. e8d8a90 perf/x86/BTS: Fix RCU usage by Peter Zijlstra · 9 years ago
  65. 91a612e perf/core: Fix dynamic interrupt throttle by Peter Zijlstra · 9 years ago
  66. c2872d3 perf/x86/ibs: Add IBS interrupt to the dynamic throttle by Peter Zijlstra · 9 years ago
  67. 5a50f52 perf/x86/ibs: Fix race with IBS_STARTING state by Peter Zijlstra · 9 years ago
  68. 0158b83 perf/x86/ibs: Fix IBS throttle by Peter Zijlstra · 9 years ago
  69. 1e02cd4 perf/core: Fix the unthrottle logic by Peter Zijlstra · 9 years ago
  70. 57d335c x86/oprofile/nmi: Add missing hotplug FROZEN handling by Thomas Gleixner · 9 years ago
  71. f80be5e x86/hpet: Use proper mask to modify hotplug action by Thomas Gleixner · 9 years ago
  72. f47ab81 x86/apic/uv: Fix the hotplug notifier by Thomas Gleixner · 9 years ago
  73. a38f987 x86/apb/timer: Use proper mask to modify hotplug action by Thomas Gleixner · 9 years ago
  74. 3e8db22 x86/topology: Use total_cpus not nr_cpu_ids for logical packages by Thomas Gleixner · 9 years ago
  75. 63d1e99 x86/topology: Fix Intel HT disable by Peter Zijlstra · 9 years ago
  76. b5d5f27 x86/topology: Fix logical package mapping by Peter Zijlstra · 9 years ago
  77. 73cdf0c perf symbols: Record text offset in dso to calculate objdump address by Wang Nan · 9 years ago
  78. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 9 years ago
  79. 551adc6 x86/irq: Cure live lock in fixup_irqs() by Thomas Gleixner · 9 years ago
  80. f508a5b x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() by Thomas Gleixner · 9 years ago
  81. 7834c10 x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt() by Dave Jones · 9 years ago
  82. c29016c x86/iopl: Fix iopl capability check on Xen PV by Andy Lutomirski · 9 years ago
  83. b7a58459 x86/iopl/64: Properly context-switch IOPL on Xen PV by Andy Lutomirski · 9 years ago
  84. b089830 selftests/x86: Add an iopl test by Andy Lutomirski · 9 years ago
  85. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  86. cbf8b5a x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() by Tony Luck · 9 years ago
  87. ba4e06d Merge branch 'linus' into x86/urgent, to pick up dependencies for a fix by Ingo Molnar · 9 years ago
  88. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. df2e37c Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. 8a284c0 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  91. 208de21 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  92. ae465be Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  93. 8ab84ef Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. 9cf8d63 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. fa53c48 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. 42576be Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  99. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. 743146db x86/video: Don't assume all FB devices are PCI devices by Vitaly Kuznetsov · 9 years ago