1. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  2. 0e6ba11 perf tests: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  3. 5a23421 perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  4. 2ccc220 perf buildid: Do not update SDT cache with null filename by Tommi Rantala · 8 years ago
  5. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  6. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  7. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  8. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  9. 0db64dd perf report: Show inline stack for stdio mode by Jin Yao · 8 years ago
  10. f3a6064 perf report: Introduce --inline option by Jin Yao · 8 years ago
  11. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  12. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  13. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  14. 6963d3c perf list sdt: Show option in man page by Ravi Bangoria · 8 years ago
  15. c3a0bbc perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 8 years ago
  16. ef65e96 perf trace: Fixup thread refcounting by Arnaldo Carvalho de Melo · 8 years ago
  17. c04dfaf perf trace: Fix up error path indentation by Arnaldo Carvalho de Melo · 8 years ago
  18. 39f0e7a perf trace: Check for vfs_getname.pathname length by Arnaldo Carvalho de Melo · 8 years ago
  19. e3a6a62 Merge tag 'perf-core-for-mingo-4.12-20170324' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  20. bf874fc perf list: Move extra details printing to new option by Andi Kleen · 8 years ago
  21. 9628481 perf pmu: Add support for MetricName JSON attribute by Andi Kleen · 8 years ago
  22. 7f372a6 perf list: Support printing MetricExpr with --debug by Andi Kleen · 8 years ago
  23. 37932c1 perf stat: Output JSON MetricExpr metric by Andi Kleen · 8 years ago
  24. 00636c3 perf pmu: Support MetricExpr header in JSON event list by Andi Kleen · 8 years ago
  25. b90b3e9c perf vendor events intel: Update Intel uncore JSON event files by Andi Kleen · 8 years ago
  26. 0751673 perf tools: Add a simple expression parser for JSON by Andi Kleen · 8 years ago
  27. a820e33 perf pmu: Special case uncore_ prefix by Andi Kleen · 8 years ago
  28. 8255718 perf pmu: Expand PMU events by prefix match by Andi Kleen · 8 years ago
  29. 2073ad3 perf tools: Factor out PMU matching in parser by Andi Kleen · 8 years ago
  30. b4229e9 perf stat: Handle partially bad results with merging by Andi Kleen · 8 years ago
  31. 430daf2 perf stat: Collapse identically named events by Andi Kleen · 8 years ago
  32. fbe51fb perf stat: Factor out callback for collecting event values by Andi Kleen · 8 years ago
  33. ed7b339 perf annotate: Add comment clarifying how the source code line is parsed by Arnaldo Carvalho de Melo · 8 years ago
  34. e7cb9de perf annotate: More exactly grep -v of the objdump command by Taeung Song · 8 years ago
  35. 8544d24 perf sdt x86: Add renaming logic for rNN and other registers by Ravi Bangoria · 8 years ago
  36. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 8 years ago
  37. be88184 perf sdt: Add scanning of sdt probes arguments by Alexis Berlemont · 8 years ago
  38. 7094672 perf probe: Return errno when not hitting any event by Kefeng Wang · 8 years ago
  39. 2e1f8f7 perf probe: Change MAX_CMDLEN by Ravi Bangoria · 8 years ago
  40. 267dd0a Merge tag 'perf-core-for-mingo-4.12-20170320' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  41. affa6c1 tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  42. f0a30dc perf probe: Fix concat_probe_trace_events by Ravi Bangoria · 8 years ago
  43. efc9c05 perf stat: Correct --no-aggr description by Ravi Bangoria · 8 years ago
  44. eedb3c4 tools headers: Sync {tools/,}arch/arm{64}/include/uapi/asm/kvm.h by Arnaldo Carvalho de Melo · 8 years ago
  45. f2ba3ee tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  46. 05a1f47 perf tools: Handle partial AUX records and print a warning by Alexander Shishkin · 8 years ago
  47. 38a33f0 tools include: Sync {,tools/}include/uapi/linux/perf_event.h by Alexander Shishkin · 8 years ago
  48. b9835a9 tools lib api fs: Introduce sysfs__read_bool by Alexander Shishkin · 8 years ago
  49. f371594 perf timechart: Use OPT_PARENT for common options by Arnaldo Carvalho de Melo · 8 years ago
  50. b40e361 perf lock: Make 'f' part of the common 'lock_options' by Arnaldo Carvalho de Melo · 8 years ago
  51. 249eed5 perf lock: Subcommands should include common options by Changbin Du · 8 years ago
  52. 61f63e3 Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  53. 61f35d7 uprobes: Default UPROBES_EVENTS to Y by Arnaldo Carvalho de Melo · 8 years ago
  54. 48d02a1 perf script: Add 'brstackinsn' for branch stacks by Andi Kleen · 8 years ago
  55. 74beb09 tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h by Arnaldo Carvalho de Melo · 8 years ago
  56. ee36842 perf/x86/intel/pt: Handle VMX better by Alexander Shishkin · 8 years ago
  57. ae0c2d9 perf/core: Add a flag for partial AUX records by Alexander Shishkin · 8 years ago
  58. f4c0b0a perf/core: Keep AUX flags in the output handle by Will Deacon · 8 years ago
  59. ed827ad perf/x86: Add Top Down events to Intel Goldmont by Kan Liang · 8 years ago
  60. 2b95bd7 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  61. 69eea5a Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  62. 88b897a perf tools: Make perf_event__synthesize_mmap_events() scale by Stephane Eranian · 8 years ago
  63. 1d585e7 trace/kprobes: Fix check for kretprobe offset within function entry by Naveen N. Rao · 8 years ago
  64. af9100a perf probe: Introduce util func is_sdt_event() by Ravi Bangoria · 8 years ago
  65. ffa86c2f Merge tag 'perf-core-for-mingo-4.12-20170314' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  66. 95422de Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  67. aabcf5f Merge tag 'gfs2-4.11-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  68. defc7d7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  69. 28ea06c gfs2: Avoid alignment hole in struct lm_lockname by Andreas Gruenbacher · 8 years ago
  70. ae50dfd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  71. 352526f Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  72. 6517569 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  73. bc25887 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 8 years ago
  74. 83e6322 Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  75. 1e6a1cd Merge branch 'qed-fixes' by David S. Miller · 8 years ago
  76. 6b116b1 qed: Enable iSCSI Out-of-Order by Mintz, Yuval · 8 years ago
  77. db31d33 qed: Correct out-of-bound access in OOO history by Mintz, Yuval · 8 years ago
  78. 1df2ade qed: Fix interrupt flags on Rx LL2 by Ram Amrani · 8 years ago
  79. 4621ceb qed: Free previous connections when releasing iSCSI by Mintz, Yuval · 8 years ago
  80. 752ecb2 qed: Fix mapping leak on LL2 rx flow by Mintz, Yuval · 8 years ago
  81. 3ef310a qed: Prevent creation of too-big u32-chains by Tomer Tayar · 8 years ago
  82. f3e4811 qed: Align CIDs according to DORQ requirement by Ram Amrani · 8 years ago
  83. a8aa395 Merge branch 'mlxsw-small-fixes' by David S. Miller · 8 years ago
  84. e9093b1 mlxsw: reg: Fix SPVMLR max record count by Jiri Pirko · 8 years ago
  85. f004ec0 mlxsw: reg: Fix SPVM max record count by Jiri Pirko · 8 years ago
  86. 37c343b net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 8 years ago
  87. 5f6bee3 kprobes: Convert kprobe_exceptions_notify to use NOKPROBE_SYMBOL by Naveen N. Rao · 8 years ago
  88. c1ac094 doc: trace/kprobes: add information about NOKPROBE_SYMBOL by Naveen N. Rao · 8 years ago
  89. 44ca934 perf powerpc: Choose local entry point with kretprobes by Naveen N. Rao · 8 years ago
  90. 7ab31d9 perf kretprobes: Offset from reloc_sym if kernel supports it by Naveen N. Rao · 8 years ago
  91. 3da3ea7 perf probe: Factor out the ftrace README scanning by Naveen N. Rao · 8 years ago
  92. 292c4a8 perf sched timehist: Add --next option by Brendan Gregg · 8 years ago
  93. d890a98 perf tools: Add 'cgroup_id' sort order keyword by Hari Bathini · 8 years ago
  94. 96a44bb perf script: Add script print support for namespace events by Hari Bathini · 8 years ago
  95. e907caf perf record: Synthesize namespace events for current processes by Hari Bathini · 8 years ago
  96. 9c62110 blk-mq-sched: don't run the queue async from blk_mq_try_issue_directly() by Jens Axboe · 8 years ago
  97. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  98. 72ef9c4 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 8 years ago
  99. b20e2d5 tun: fix premature POLLOUT notification on tun devices by Hannes Frederic Sowa · 8 years ago
  100. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 8 years ago