1. 774bec3 objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READ by Arnaldo Carvalho de Melo · 8 years ago
  2. 2a00f02 tools: Fix up BITS_PER_LONG setting by Arnaldo Carvalho de Melo · 8 years ago
  3. 7b39caf tools: Work around BITS_PER_LONG related build failure in objtool by Ingo Molnar · 8 years ago
  4. 68cf16c Merge tag 'perf-core-for-mingo-20160712' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  5. 6d248fb tools lib traceevent: Add filter on task CPU id by Steven Rostedt · 8 years ago
  6. 9881d7d perf python: Add tracepoint example by Jiri Olsa · 8 years ago
  7. bae57e3 perf python: Add support to resolve tracepoint fields by Jiri Olsa · 8 years ago
  8. 377f698 perf python: Add struct evsel into struct pyrf_event by Jiri Olsa · 8 years ago
  9. 1075fbb perf python: Add perf.tracepoint method by Jiri Olsa · 8 years ago
  10. 85e37de perf python: Put perf.event objects into dictionary by Jiri Olsa · 8 years ago
  11. e8968e6 perf python: Fix pyrf_evlist__read_on_cpu event consuming by Jiri Olsa · 8 years ago
  12. ad4e3c04 perf python: Init perf_event_attr::size in perf.evsel constructor by Jiri Olsa · 8 years ago
  13. 71fe105 perf tools: Introduce trace_event__tp_format_id() by Jiri Olsa · 8 years ago
  14. 7cb5c5a perf evlist: Make event2evsel public by Jiri Olsa · 8 years ago
  15. cae15db perf symbols: Add Rust demangling by David Tolnay · 8 years ago
  16. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  17. c8a3f7d perf intel-pt-decoder: Avoid checking code drift on busibox's diff by Arnaldo Carvalho de Melo · 8 years ago
  18. 3c7752f perf tools: Don't add kernel directories to the header search path by Arnaldo Carvalho de Melo · 8 years ago
  19. 1d4489d perf tools: Add the tools/ stringify copy to the MANIFEST by Arnaldo Carvalho de Melo · 8 years ago
  20. bb97070 tools: Copy the bitsperlong.h files from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  21. 39f5486 perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0 by Arnaldo Carvalho de Melo · 8 years ago
  22. cc31078 perf symbols: Provide a GElf_Nhdr typedef by Arnaldo Carvalho de Melo · 8 years ago
  23. 6e6fec9 perf trace beauty seccomp: Remove seccomp.h include by Arnaldo Carvalho de Melo · 8 years ago
  24. e53e6bb perf trace beauty futex_op: Add missing defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  25. 9a3dc28 perf tools: Fallback to reading sysfs to get cacheline size by Arnaldo Carvalho de Melo · 8 years ago
  26. dd7bd10 tools: Copy the header files needed by perf tools by Arnaldo Carvalho de Melo · 8 years ago
  27. f2d3adf kvm arm/arm64: Remove trailing whitespace from headers by Arnaldo Carvalho de Melo · 8 years ago
  28. e3e1d7e perf trace: Remove unused sys/ptrace.h include by Arnaldo Carvalho de Melo · 8 years ago
  29. a395b35 perf tools: Remove unneeded magic.h include from util.h by Arnaldo Carvalho de Melo · 8 years ago
  30. c7007e9 perf tools: Introduce weak alternative to sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  31. 4998a12 tools: Copy uapi/linux/hw_breakpoint.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  32. 4ffde49 perf test bpf: Use epoll_wait() instead of epoll_pwait() by Arnaldo Carvalho de Melo · 8 years ago
  33. 12f0203 tools: Copy uapi/asm/perf_regs.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  34. 971e827 tools lib bpf: Copy bpf.h and bpf_common.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  35. 7d7d1bf perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks by Arnaldo Carvalho de Melo · 8 years ago
  36. c4b6014 tools: Add copy of perf_event.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 8 years ago
  37. e083a21 perf tools: event.h needs asm/perf_regs.h by Arnaldo Carvalho de Melo · 8 years ago
  38. 86695f5 perf bench futex: Add missing compiler.h header by Arnaldo Carvalho de Melo · 8 years ago
  39. 07eebcc tools lib subcmd: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  40. 61a6445 tools lib: Guard the strlcpy() header with __GLIBC__ by Arnaldo Carvalho de Melo · 8 years ago
  41. b31e3e3 tools lib api fs: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  42. c3cec9e tools lib traceevent: Use str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  43. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 8 years ago
  44. 5496bc0 perf evsel: Uninline the is_function_event method by Arnaldo Carvalho de Melo · 8 years ago
  45. 175729f perf tools: Remove needless includes from cache.h by Arnaldo Carvalho de Melo · 8 years ago
  46. 16b7c9b perf tools: Add missing header to color.c by Arnaldo Carvalho de Melo · 8 years ago
  47. 10ca87f perf tests x86 rdpmc: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  48. 16b91d5 perf test fdarray: Add missing poll.h header by Arnaldo Carvalho de Melo · 8 years ago
  49. 3ac55b1 perf tests cpumap: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  50. 380a71a perf quote: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  51. 7ed0958 perf strbuf: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  52. cec07f5 perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ by Arnaldo Carvalho de Melo · 8 years ago
  53. 9c304f6 perf bench: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  54. ab6526b perf tests openat-syscall-tp-fields: Add some conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  55. 48e1f91 perf trace: Add conditional define for AT_FDCWD by Arnaldo Carvalho de Melo · 8 years ago
  56. 1fbe7df perf tests: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  57. 8a15858 perf bench: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  58. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  59. ffe3a28 perf trace beauty open_flags: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  60. 4c7c224 perf trace beauty flock: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  61. 256763b perf trace beauty mmap: Add more conditional defines by Arnaldo Carvalho de Melo · 8 years ago
  62. 9d4a94c perf trace beauty open_flags: Add missing headers by Arnaldo Carvalho de Melo · 8 years ago
  63. f8e0187 perf trace beauty flock: Add missing fcntl.h include by Arnaldo Carvalho de Melo · 8 years ago
  64. 0e91e6b perf trace beauty msg_flags: Remove MSG_TRYHARD by Arnaldo Carvalho de Melo · 8 years ago
  65. 175b968 perf report: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  66. 53fe4ba perf annotate: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  67. c09615f perf ui stdio: Add way to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  68. a505197 perf hists: Introduce hists__add_entry_ops function by Jiri Olsa · 8 years ago
  69. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  70. 0a269a6 perf hists: Introduce hist_entry__init function by Jiri Olsa · 8 years ago
  71. 44530d5 Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" by Ingo Molnar · 8 years ago
  72. 46866b5 perf/x86/intel/uncore: Add support for the Intel Skylake client uncore PMU by Kan Liang · 8 years ago
  73. aefbc4d perf/x86/intel: Fix rdlbr_to() MSR reading typo by Peter Zijlstra · 8 years ago
  74. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  75. 2c81a64 perf/core: Fix pmu::filter_match for SW-led groups by Mark Rutland · 8 years ago
  76. 175a20c x86/perf/intel/rapl: Fix module name collision with powercap intel-rapl by Ville Syrjälä · 8 years ago
  77. c50f624 Merge tag 'perf-core-for-mingo-20160704' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  78. f3d082c perf tools: Sync copy of syscall_64.tbl with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  79. 3d03761 perf tools: Update android build documentation by Chris Phlipot · 8 years ago
  80. fd01d06 tools lib subcmd: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  81. b983d54 tools lib api: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  82. 203d1ca tools lib bpf: Add license header by Wang Nan · 8 years ago
  83. 6c50258 perf unwind: Call unwind__prepare_access for forked thread by Jiri Olsa · 8 years ago
  84. a287332 perf unwind: Add initialized arg into unwind__prepare_access by Jiri Olsa · 8 years ago
  85. 347ca87 perf tests: Fix hist accumulation test by Jiri Olsa · 8 years ago
  86. c60da22a perf header: Transform nodes string info to struct by Jiri Olsa · 8 years ago
  87. 6430a94 perf buildid-cache: Scan and import user SDT events to probe cache by Masami Hiramatsu · 8 years ago
  88. 8d993d9 perf probe: Add group name support by Masami Hiramatsu · 8 years ago
  89. 060fa0c perf sdt: ELF support for SDT by Hemant Kumar · 8 years ago
  90. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 8 years ago
  91. fc18822 perf/x86: Fix 32-bit perf user callgraph collection by Josh Poimboeuf · 8 years ago
  92. 9010ae4 perf/x86/intel: Update event constraints when HT is off by Stephane Eranian · 8 years ago
  93. 4f30292 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  94. 70bd68d Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  95. 99b0f54 Merge tag 'drm-fixes-for-v4.7-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  96. 467ce76 Merge tag 'spi-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  97. a2b0db5 Merge tag 'regulator-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 8 years ago
  98. 4438512 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  99. 88c0871 Merge tag 'drm-intel-fixes-2016-06-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  100. 40793e8 Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago