1. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  2. bca13ce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. 718c0dd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 6de75a3 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  5. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 810ac7b7 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  7. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 8 years ago
  8. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  9. 108a7c1 perf tools: Explicitly document that --children is enabled by default by Yannick Brosseau · 8 years ago
  10. b336352 perf sched timehist: Cleanup idle_max_cpu handling by Namhyung Kim · 8 years ago
  11. 5d92d96 perf sched timehist: Handle zero sample->tid properly by Namhyung Kim · 8 years ago
  12. 571f1eb perf callchain: Introduce callchain_cursor__copy() by Namhyung Kim · 8 years ago
  13. 6fa9425 perf sched: Cleanup option processing by Namhyung Kim · 8 years ago
  14. f45bf8d perf sched timehist: Improve error message when analyzing wrong file by David Ahern · 8 years ago
  15. a7de92d tools/testing/nvdimm: unit test acpi_nfit_ctl() by Dan Williams · 8 years ago
  16. 8ac1eb7 perf tools: Move perf build related variables under non fixdep leg by Jiri Olsa · 8 years ago
  17. abb2621 perf tools: Force fixdep compilation at the start of the build by Jiri Olsa · 8 years ago
  18. 16e2ef4 perf tools: Move PERF-VERSION-FILE target into rules area by Jiri Olsa · 8 years ago
  19. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  20. 3f731d8 bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_* by Thomas Graf · 8 years ago
  21. fd7aabb tools: hv: Enable network manager for bonding scripts on RHEL by Haiyang Zhang · 8 years ago
  22. 69042bf objtool: Fix bytes check of lea's rex_prefix by Jiri Slaby · 8 years ago
  23. bec60e5 perf annotate: Show raw form for jump instruction with indirect target by Ravi Bangoria · 8 years ago
  24. d4dcade perf tools: Add non config targets by Jiri Olsa · 8 years ago
  25. 207da47 perf tools: Cleanup build directory before each test by Jiri Olsa · 8 years ago
  26. 0b4d4b0 perf tools: Move python/perf.so target into rules area by Jiri Olsa · 8 years ago
  27. 5c319a6 perf tools: Move install-gtk target into rules area by Jiri Olsa · 8 years ago
  28. 2fedf79 tools build: Move tabs to spaces where suitable by Jiri Olsa · 8 years ago
  29. a5ba0a1 tools build: Make the .cmd file more readable by Jiri Olsa · 8 years ago
  30. edd695b perf clang: Compile BPF script using builtin clang support by Wang Nan · 8 years ago
  31. 5e08a76 perf clang: Support compile IR to BPF object and add testcase by Wang Nan · 8 years ago
  32. e67d52d perf clang: Update test case to use real BPF script by Wang Nan · 8 years ago
  33. a9495fe perf clang: Allow passing CFLAGS to builtin clang by Wang Nan · 8 years ago
  34. 77dfa84 perf clang: Use real file system for #include by Wang Nan · 8 years ago
  35. 00b8669 perf clang: Add builtin clang support ant test case by Wang Nan · 8 years ago
  36. d58ac0b perf build: Add clang and llvm compile and linking support by Wang Nan · 8 years ago
  37. c7fb4f6 tools build: Add feature detection for clang by Wang Nan · 8 years ago
  38. cb40d55 tools build: Add feature detection for LLVM by Wang Nan · 8 years ago
  39. 2bd42de perf llvm: Extract helpers in llvm-utils.c by Wang Nan · 8 years ago
  40. 8ad85e9 perf tools: Pass context to perf hook functions by Wang Nan · 8 years ago
  41. baa1973 tools build: Fix objtool build with clang by Peter Foley · 8 years ago
  42. 1cd6472 tools build: Make fixdep parsing wait for last target by Jiri Olsa · 8 years ago
  43. 3c839744 bpf: Preserve const register type on const OR alu ops by Gianluca Borello · 8 years ago
  44. 0fcb1da perf annotate: AArch64 support by Kim Phillips · 8 years ago
  45. 859afa6 perf annotate: Use arch->objdump.comment_char in dec__parse() by Kim Phillips · 8 years ago
  46. 46690a8 perf report: Add option to specify time window of interest by David Ahern · 8 years ago
  47. 2a865bd perf kmem: Add option to specify time window of interest by David Ahern · 8 years ago
  48. 853b740 perf sched timehist: Add option to specify time window of interest by David Ahern · 8 years ago
  49. a91f4c4 perf script: Add option to specify time window of interest by David Ahern · 8 years ago
  50. c284d66 perf tools: Move parse_nsec_time to time-utils.c by David Ahern · 8 years ago
  51. fdf9dc4 perf tools: Add time-based utility functions by David Ahern · 8 years ago
  52. e954890 bpf: add test for the verifier equal logic bug by Josef Bacik · 8 years ago
  53. 64eff7d perf script: Add option to stop printing callchain by David Ahern · 8 years ago
  54. aa58e9a perf kmem stat: Track memory freed by David Ahern · 8 years ago
  55. 030910c perf test: Remove "test" and similar strings from test descriptions by Arnaldo Carvalho de Melo · 8 years ago
  56. a074865 perf tools: Introduce perf hooks by Wang Nan · 8 years ago
  57. 5a6acad tools lib bpf: Retrive bpf_map through offset of bpf_map_def by Wang Nan · 8 years ago
  58. 10931d2 tools lib bpf: Add private field for bpf_object by Wang Nan · 8 years ago
  59. 9742da0 tools lib bpf: Add missing BPF functions by Wang Nan · 8 years ago
  60. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
  61. aa07df6 perf trace: Update tid/pid filtering option to leverage symbol_conf by David Ahern · 8 years ago
  62. 350f54f perf sched timehist: Handle cpu migration events by David Ahern · 8 years ago
  63. 5252b1a perf annotate: Show invalid jump offset in error message by Arnaldo Carvalho de Melo · 8 years ago
  64. 9484b86 perf ui helpline: Provide a printf variant by Arnaldo Carvalho de Melo · 8 years ago
  65. 4708bbd tools lib bpf: Fix maps resolution by Eric Leblond · 8 years ago
  66. d6be167 perf tools: Add missing struct definition in probe_event.h by Wang Nan · 8 years ago
  67. 3dbe46c perf record: Fix segfault when running with suid and kptr_restrict is 1 by Wang Nan · 8 years ago
  68. d18acd1 perf tools: Fix kernel version error in ubuntu by Wang Nan · 8 years ago
  69. 8388deb perf sched timehist: Enlarge max stack depth by 2 by Namhyung Kim · 8 years ago
  70. cdeb01b perf sched timehist: Mark schedule function in callchains by Namhyung Kim · 8 years ago
  71. 2d9bbf6 perf callchain: Add option to skip ignore symbol when printing callchains by Namhyung Kim · 8 years ago
  72. dbdebdc perf annotate: Initial PowerPC support by Ravi Bangoria · 8 years ago
  73. acc9bfb perf annotate: Improve support for ARM by Arnaldo Carvalho de Melo · 8 years ago
  74. 0781ea9 perf annotate: Allow arches to have a init routine and a priv area by Arnaldo Carvalho de Melo · 8 years ago
  75. 2a1ff81 perf annotate: Introduce alternative method of keeping instructions table by Arnaldo Carvalho de Melo · 8 years ago
  76. 75b4920 perf annotate: Remove duplicate 'name' field from disasm_line by Arnaldo Carvalho de Melo · 8 years ago
  77. 4741442 Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  78. 69e6cdd Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  79. a407b06 perf sched timehist: Add -V/--cpu-visual option by David Ahern · 8 years ago
  80. 6c973c9 perf sched timehist: Add call graph options by David Ahern · 8 years ago
  81. fc1469f perf sched timehist: Add -w/--wakeups option by David Ahern · 8 years ago
  82. 52df138 perf sched timehist: Add summary options by David Ahern · 8 years ago
  83. 49394a2 perf sched timehist: Introduce timehist command by David Ahern · 8 years ago
  84. 69b7e48 perf evsel: Support printing callchains with arrows by Namhyung Kim · 8 years ago
  85. a876344 perf symbols: Print symbol offsets conditionally by Namhyung Kim · 8 years ago
  86. 3a5bfab perf c2c: Support cascading options by Jiri Olsa · 8 years ago
  87. d940bac perf c2c report: Display total HITMs on default by Jiri Olsa · 8 years ago
  88. dba8ab9 perf c2c report: Add struct c2c_stats::tot_hitm field by Jiri Olsa · 8 years ago
  89. b7ac4f9 perf c2c report: Add -f/--force option by Jiri Olsa · 8 years ago
  90. e8c5fe1 perf c2c report: Setup browser after opening perf.data by Jiri Olsa · 8 years ago
  91. 7b4b82bc perf tools: Show event fd in debug output by Jiri Olsa · 8 years ago
  92. c52d9e4 tools lib traceevent: Add retrieval of preempt count and latency flags by Steven Rostedt · 8 years ago
  93. bb5a731 tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number by Steven Rostedt · 8 years ago
  94. af91a81 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
  95. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. 20afa6e Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  97. 763d896 perf annotate: Add per arch instructions annotate handlers by Arnaldo Carvalho de Melo · 8 years ago
  98. 9c2fb45 perf annotate: Allow arches to specify functions to skip by Arnaldo Carvalho de Melo · 8 years ago
  99. 786c1b5 perf annotate: Start supporting cross arch annotation by Arnaldo Carvalho de Melo · 8 years ago
  100. d5a4b1a tools/power/acpi: Remove direct kernel source include reference by Lv Zheng · 8 years ago