1. c09615f perf ui stdio: Add way to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  2. a505197 perf hists: Introduce hists__add_entry_ops function by Jiri Olsa · 8 years ago
  3. f542e76 perf hists: Introduce hist_entry_ops by Jiri Olsa · 8 years ago
  4. 0a269a6 perf hists: Introduce hist_entry__init function by Jiri Olsa · 8 years ago
  5. 85d3fa0 tools/testing/nvdimm: simulate multiple flush hints per-dimm by Dan Williams · 8 years ago
  6. 0ea5ad8 objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbols by Josh Poimboeuf · 8 years ago
  7. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 8 years ago
  8. 52e31f8 Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  9. f80fd3a selftests/x86: Add vDSO mremap() test by Dmitry Safonov · 8 years ago
  10. b28f08c tools/testing/nvdimm: remove __wrap_devm_memremap_pages placeholder by Dan Williams · 8 years ago
  11. ebf5926 tools/power turbostat: Replace MSR_NHM_TURBO_RATIO_LIMIT by Srinivas Pandruvada · 8 years ago
  12. bc5c0a0 selftests/powerpc: Use "Delta" rather than "Error" in normal output by Michael Ellerman · 8 years ago
  13. 4375088 selftests/powerpc: Test unaligned copy and paste by Chris Smart · 8 years ago
  14. 0c63e8b selftests/powerpc: Import Anton's mmap & futex micro benchmarks by Michael Ellerman · 8 years ago
  15. f2418ae selftests/powerpc: Fix generation of vector instructions/types in context_switch by Cyril Bur · 8 years ago
  16. 94fa56a selftests/powerpc: Fix usage message in context_switch by Cyril Bur · 8 years ago
  17. d4ecdff selftests/powerpc/pmu: Use signed long to read perf_event_paranoid by Cyril Bur · 8 years ago
  18. f3d082c perf tools: Sync copy of syscall_64.tbl with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  19. 3d03761 perf tools: Update android build documentation by Chris Phlipot · 8 years ago
  20. fd01d06 tools lib subcmd: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  21. b983d54 tools lib api: Respect WERROR=0 for build by Chris Phlipot · 8 years ago
  22. 203d1ca tools lib bpf: Add license header by Wang Nan · 8 years ago
  23. 6c50258 perf unwind: Call unwind__prepare_access for forked thread by Jiri Olsa · 8 years ago
  24. a287332 perf unwind: Add initialized arg into unwind__prepare_access by Jiri Olsa · 8 years ago
  25. 347ca87 perf tests: Fix hist accumulation test by Jiri Olsa · 8 years ago
  26. c60da22a perf header: Transform nodes string info to struct by Jiri Olsa · 8 years ago
  27. 6430a94 perf buildid-cache: Scan and import user SDT events to probe cache by Masami Hiramatsu · 8 years ago
  28. 8d993d9 perf probe: Add group name support by Masami Hiramatsu · 8 years ago
  29. 060fa0c perf sdt: ELF support for SDT by Hemant Kumar · 8 years ago
  30. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 8 years ago
  31. 7813029 Merge 4.7-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  32. 4a0f65c perf probe: Remove caches when --cache is given by Masami Hiramatsu · 8 years ago
  33. 1f3736c perf probe: Show all cached probes by Masami Hiramatsu · 8 years ago
  34. bc06223 perf probe: Use cache entry if possible by Masami Hiramatsu · 8 years ago
  35. 59e6ae5 ptr_ring: support resizing multiple queues by Michael S. Tsirkin · 8 years ago
  36. a24020e perf tools: Change cpu_map__fprintf output by Jiri Olsa · 8 years ago
  37. 7fa9b8f perf test: Add -F/--dont-fork option by Jiri Olsa · 8 years ago
  38. 8fbc38a perf tests: Fix thread map test for -F option by Jiri Olsa · 8 years ago
  39. f306924 perf tools: Allow to reset open files counter by Jiri Olsa · 8 years ago
  40. 3be2887 perf trace beauty eventfd: No need to include eventfd.h by Arnaldo Carvalho de Melo · 8 years ago
  41. a41af25 perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systems by Arnaldo Carvalho de Melo · 8 years ago
  42. 135cce1 perf annotate: Add number of samples to the header by Peter Zijlstra (Intel) · 8 years ago
  43. 53dd9b5 perf annotate: Simplify header dotted line sizing by Peter Zijlstra (Intel) · 8 years ago
  44. f4e47f9 perf evsel: Utility function to fetch arch by Ravi Bangoria · 8 years ago
  45. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  46. 54d5f16e Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  47. 3c9a679 Merge tag 'iio-for-4.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  48. de8a63b tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch" by Colin Ian King · 8 years ago
  49. d4897e1 perf tools: Add documentation for perf.data on disk format by Andi Kleen · 8 years ago
  50. ebccba3 perf data ctf: Generate fork and exit events to CTF output by Wang Nan · 8 years ago
  51. 9e1a7ea perf data ctf: Add '--all' option for 'perf data convert' by Wang Nan · 8 years ago
  52. f5a08ce perf data ctf: Generate comm event to CTF output by Wang Nan · 8 years ago
  53. 8ee4c46 perf data ctf: Prepare collect non-sample events by Wang Nan · 8 years ago
  54. f02a648 perf data ctf: Add 'all' option by Wang Nan · 8 years ago
  55. 3275f68 perf data ctf: Pass convert options through opts structure by Wang Nan · 8 years ago
  56. 069ee5c perf data ctf: Add value_set_string() helper by Wang Nan · 8 years ago
  57. ed7b630 perf symbols: Use proper dso name for is_regular_file by Jiri Olsa · 8 years ago
  58. ee667f9 perf record: Prepare picking perf_event_mmap_page from multiple evlists by Wang Nan · 8 years ago
  59. cb21686 perf record: Prepare reading from multiple evlists in record__mmap_read_all() by Wang Nan · 8 years ago
  60. cda57a8 perf record: Move mmap setup block to separate function by Wang Nan · 8 years ago
  61. f6c12a0 perf data convert: Include config.h header by Jiri Olsa · 8 years ago
  62. f5ce457 perf build: Add libbabeltrace to build-test by Wang Nan · 8 years ago
  63. ac485cb tools/turbostat: allow user to alter DESTDIR and PREFIX by Andy Shevchenko · 8 years ago
  64. cde07f4 selftests: media_tests - Add media_device_open to .gitignore by Shuah Khan · 8 years ago
  65. fe8777a selftests: add media controller regression test scripts and document by Shuah Khan · 8 years ago
  66. b96da0f selftests: add media_device_open test by Shuah Khan · 8 years ago
  67. e9c0d44 selftests: media_device_test change it to randomize loop count by Shuah Khan · 8 years ago
  68. bff1246 selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test by Yannick Brosseau · 8 years ago
  69. ee65735 selftests/vm: write strlen length instead of sizeof to nr_hugepages by Yannick Brosseau · 8 years ago
  70. 3aefd1f selftests/lib: set printf.sh executable by SeongJae Park · 8 years ago
  71. ee8520f tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc() by Dan Williams · 8 years ago
  72. 78f69b5 perf tools: Add more toolchain triplets by Ravi Bangoria · 8 years ago
  73. 6ef9492 perf annotate: Generalize handling of 'ret' instructions by Naveen N. Rao · 8 years ago
  74. 9f776ba perf tools: Update makefile message for installing slang devel package by Neeraj Badlani · 8 years ago
  75. f2f4fe4 perf annotate: Remove unused hist_entry__annotate function by Ravi Bangoria · 8 years ago
  76. 8114e90 Merge tag 'v4.7-rc5' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  77. 0a553cb rtc: rtctest: Change no IRQ detection for RTC_IRQP_SET by Andrey Smirnov · 8 years ago
  78. 519efa9 rtc: rtctest: Change no IRQ detection for RTC_IRQP_READ by Andrey Smirnov · 8 years ago
  79. cd26fca rtc: rtctest: Change alarm IRQ support detection by Andrey Smirnov · 8 years ago
  80. 7c5b723 tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences" by Colin Ian King · 8 years ago
  81. a7b50ab selftests/vm/compaction_test: fix write to restore nr_hugepages by Mike Kravetz · 8 years ago
  82. f295e53 libnvdimm, pmem: allow nfit_test to override pmem_direct_access() by Dan Williams · 8 years ago
  83. 4a35b34 perf config: Reimplement show_config() using config_set__for_each by Taeung Song · 8 years ago
  84. 8a0a9c7 perf config: Introduce new init() and exit() by Taeung Song · 8 years ago
  85. e216708 perf script: Add callindent option by Adrian Hunter · 8 years ago
  86. 50f73637 perf auxtrace: Add option to feed branches to the thread stack by Adrian Hunter · 8 years ago
  87. 055cd33 perf script: Print sample flags more nicely by Adrian Hunter · 8 years ago
  88. 10daf4d perf intlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  89. 98a9183 perf rb_resort: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  90. 602a1f4 perf tools: Rename strlist_for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  91. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  92. a3bcf2d tools/acpi: use CROSS_COMPILE to define prefix by Andy Shevchenko · 8 years ago
  93. 3bd03c9 perf unwind: Fix wrongly used regs for aarch64 unwind by He Kuang · 8 years ago
  94. 5dafea0 perf unwind: Fix wrongly used regs for x86_32 unwind by He Kuang · 8 years ago
  95. 78ff1d6 perf unwind: Change macro names of perf register by He Kuang · 8 years ago
  96. 76c588f perf tools: Find right DSO taking into account if binary is 32 or 64-bit by He Kuang · 8 years ago
  97. 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 8 years ago
  98. 5349910 tools/gpio: add install section by Andy Shevchenko · 8 years ago
  99. 8674cea tools/gpio: move to tools buildsystem by Andy Shevchenko · 8 years ago
  100. 48d8d5d perf tools: Let python use correct gcc for build_ext by He Kuang · 8 years ago