1. 8c1244d radix-tree: tidy up next_chunk by Matthew Wilcox · 8 years ago
  2. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 8 years ago
  3. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 8 years ago
  4. 0694f0c radix tree test suite: remove dependencies on height by Matthew Wilcox · 8 years ago
  5. 0796c58 radix-tree: fix radix_tree_dump() for multi-order entries by Ross Zwisler · 8 years ago
  6. 070c5ac radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries by Matthew Wilcox · 8 years ago
  7. eb73f7f radix-tree: add test for radix_tree_locate_item() by Ross Zwisler · 8 years ago
  8. 0a2efc6 radix-tree: rewrite radix_tree_locate_item by Matthew Wilcox · 8 years ago
  9. 8a14f4d radix-tree: fix radix_tree_create for sibling entries by Matthew Wilcox · 8 years ago
  10. 0fc9b8c radix-tree test suite: add multi-order tag test by Ross Zwisler · 8 years ago
  11. 643b57d radix tree test suite: multi-order iteration test by Ross Zwisler · 8 years ago
  12. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 8 years ago
  13. 7b60e9a radix-tree: fix multiorder BUG_ON in radix_tree_insert by Matthew Wilcox · 8 years ago
  14. afe0e39 radix-tree: fix several shrinking bugs with multiorder entries by Matthew Wilcox · 8 years ago
  15. 4f3755d radix tree test suite: start adding multiorder tests by Matthew Wilcox · 8 years ago
  16. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 8 years ago
  17. 7f30867 radix tree test suite: rebuild when headers change by Ross Zwisler · 8 years ago
  18. aa1d62d radix tree test suite: keep regression test runs short by Ross Zwisler · 8 years ago
  19. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 8 years ago
  20. d42cb1a radix tree test suite: add tests for radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  21. f518b16 radix tree test suite: fix build by Matthew Wilcox · 8 years ago
  22. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  23. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  24. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  25. 1eccc6e Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  26. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  27. 46c1345 Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  28. d57d394 Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  29. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  31. 36db171 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. 230e51f Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. a3871bd Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. fc72395 Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' by Rafael J. Wysocki · 8 years ago
  35. 0ce105b selftests/seccomp: add MIPS self-test support by Matt Redfearn · 8 years ago
  36. 42ef8a7 perf stat: Fallback to user only counters when perf_event_paranoid > 1 by Arnaldo Carvalho de Melo · 8 years ago
  37. 0809482 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() by Arnaldo Carvalho de Melo · 8 years ago
  38. 7d17391 perf evsel: Improve EPERM error handling in open_strerror() by Arnaldo Carvalho de Melo · 8 years ago
  39. 106b816 tools lib traceevent: Do not reassign parg after collapse_tree() by Steven Rostedt · 8 years ago
  40. 49247345 perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 8 years ago
  41. 62aa0e1 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 8 years ago
  42. 22a9f41 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  43. 7839b9f perf thread_map: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  44. 9a5f3bf perf script: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  45. 2515e61 perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  46. d65444d perf buildid-cache: Use lsdir() for looking up buildid caches by Masami Hiramatsu · 8 years ago
  47. c48903b perf symbols: Use lsdir() for the search in kcore cache directory by Masami Hiramatsu · 8 years ago
  48. b5d8bbe perf tools: Use SBUILD_ID_SIZE where applicable by Masami Hiramatsu · 8 years ago
  49. 357a54f perf tools: Fix lsdir to set errno correctly by Masami Hiramatsu · 8 years ago
  50. f5cd95e perf trace: Move seccomp args beautifiers to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  51. 8bf382c perf trace: Move flock op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  52. f9be7ee perf build: Add build-test for debug-frame on arm/arm64 by He Kuang · 8 years ago
  53. b1d9600 perf build: Add build-test for libunwind cross-platforms support by He Kuang · 8 years ago
  54. 83302e7 perf script: Fix export of callchains with recursion in db-export by Chris Phlipot · 8 years ago
  55. 7a2544c perf script: Fix callchain addresses in db-export by Chris Phlipot · 8 years ago
  56. bd0a51d perf script: Fix symbol insertion behavior in db-export by Chris Phlipot · 8 years ago
  57. ae93a6c perf symbols: Add dso__insert_symbol function by Chris Phlipot · 8 years ago
  58. 62665df perf scripting python: Use Py_FatalError instead of die() by Arnaldo Carvalho de Melo · 8 years ago
  59. 38f5d8b Merge tag 'perf-core-for-mingo-20160510' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  60. d295015 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  61. e9d848c perf diff: Fix duplicated output column by Namhyung Kim · 8 years ago
  62. 16aab32 selftests/powerpc: Add test to check if TM SPRs are corrupted by Rashmica Gupta · 8 years ago
  63. dbccb49 selftests/powerpc: Add TM test to check if TAR is corrupted by Rashmica Gupta · 8 years ago
  64. d95be4c selftests/powerpc: Add test for forking inside transaction by Rashmica Gupta · 8 years ago
  65. da3ddc3 selftests/powerpc: Standardise TM calls by Rashmica Gupta · 8 years ago
  66. 2d59b3b selftests/powerpc: Make reg.h common to all powerpc selftests by Rashmica Gupta · 8 years ago
  67. f478220 perf tools: Fix perf regs mask generation by Naveen N. Rao · 8 years ago
  68. c452246 perf/powerpc: Add support for unwinding perf-stackdump by Chandan Kumar · 8 years ago
  69. 2f67798 selftests/powerpc: Fix subpage_prot test to return !0 on failure by Michael Ellerman · 8 years ago
  70. 438517e selftests/powerpc: Test cp_abort during context switch by Chris Smart · 8 years ago
  71. 452e8401 perf tools: Remove xrealloc and ALLOC_GROW by Masami Hiramatsu · 8 years ago
  72. 682f4f0 perf help: Do not use ALLOC_GROW in add_cmd_list by Masami Hiramatsu · 8 years ago
  73. 11db4e2 perf pmu: Make pmu_formats_string to check return value of strbuf by Masami Hiramatsu · 8 years ago
  74. 642aada perf header: Make topology checkers to check return value of strbuf by Masami Hiramatsu · 8 years ago
  75. 70a6898 perf tools: Make alias handler to check return value of strbuf by Masami Hiramatsu · 8 years ago
  76. b72ca40 perf help: Make check_emacsclient_version to check strbuf APIs by Masami Hiramatsu · 8 years ago
  77. bf4d5f2 perf probe: Check the return value of strbuf APIs by Masami Hiramatsu · 8 years ago
  78. 5cea57f perf tools: Rewrite strbuf not to die() by Masami Hiramatsu · 8 years ago
  79. 9c7b37c perf symbols: Fix handling of zero-length symbols. by Chris Phlipot · 8 years ago
  80. 0a241ef perf evsel: Print state of perf_event_attr.write_backward by Arnaldo Carvalho de Melo · 8 years ago
  81. ee74701 perf tests: Add test to check backward ring buffer by Wang Nan · 8 years ago
  82. e24c752 perf tools: Support reading from backward ring buffer by Wang Nan · 8 years ago
  83. aff6334 perf script: Fix incorrect python db-export error message by Chris Phlipot · 8 years ago
  84. f340c5f perf stat: Scale values by unit before metrics by Andi Kleen · 8 years ago
  85. 841e355 perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support by He Kuang · 8 years ago
  86. 25a5434 tools: bpf_jit_disasm: check for klogctl failure by Colin Ian King · 8 years ago
  87. d5d71e8 perf trace: Move futex_op beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  88. 8f48df6 perf trace: Move open_flags beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  89. 12199d8 perf trace: Move signum beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  90. 0b1abbf perf stat: Add extra output of counter values with -vv by Andi Kleen · 8 years ago
  91. 3521f3b perf script: Update export-to-postgresql to support callchain export by Chris Phlipot · 8 years ago
  92. 2c15f5e perf script: Expose usage of the callchain db export via the python api by Chris Phlipot · 8 years ago
  93. 568850e perf script: Add call path id to exported sample in db export by Chris Phlipot · 8 years ago
  94. 0a3eba3 perf script: Enable db export to output sampled callchains by Chris Phlipot · 8 years ago
  95. 451db12 perf tools: Refactor code to move call path handling out of thread-stack by Chris Phlipot · 8 years ago
  96. 9919a65 perf callchain: Fix incorrect ordering of entries by Chris Phlipot · 8 years ago
  97. 4c4d6e5 perf trace: Do not print raw args list for syscalls with no args by Arnaldo Carvalho de Melo · 8 years ago
  98. b6b85da perf evlist: Rename variable in perf_mmap__read() by Wang Nan · 8 years ago
  99. 0f4ccd1 perf evlist: Extract perf_mmap__read() by Wang Nan · 8 years ago
  100. 0b3c226 perf symbols: Fix kallsyms perf test on ppc64le by Naveen N. Rao · 8 years ago