1. 114bc19 perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-interrupts by Kim Phillips · 7 years ago
  2. 239fb4f perf c2c: Fix spelling mistakes in browser help text by Kim Phillips · 7 years ago
  3. b89a512 perf top: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  4. 6c44395 perf record: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  5. 9c39ed9 perf report: Ignore kptr_restrict when not sampling the kernel by Arnaldo Carvalho de Melo · 7 years ago
  6. 07d6f44 perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels by Arnaldo Carvalho de Melo · 7 years ago
  7. 0879e5e perf test shell: Fix test case probe libc's inet_pton on s390x by Thomas Richter · 7 years ago
  8. f231af7 perf test shell: Fix check open filename arg using 'perf trace' on s390x by Thomas Richter · 7 years ago
  9. 648388a perf annotate: Do not truncate instruction names at 6 chars by Ravi Bangoria · 7 years ago
  10. 2f0af86 perf help: Fix a bug during strstart() conversion by Namhyung Kim · 7 years ago
  11. 19993b8 perf machine: Guard against NULL in machine__exit() by Arnaldo Carvalho de Melo · 7 years ago
  12. a0e3dd7 perf tests: Set evlist of test__task_exit() to !overwrite by Wang Nan · 7 years ago
  13. 301d724 perf tests: Set evlist of test__basic_mmap() to !overwrite by Wang Nan · 7 years ago
  14. 677b060 perf tests: Set evlist of test__sw_clock_freq() to !overwrite by Wang Nan · 7 years ago
  15. d492326 perf tests: Set evlist of test__backward_ring_buffer() to !overwrite by Wang Nan · 7 years ago
  16. 8fce374 perf top: Remove a duplicate word by Sihyeon Jang · 7 years ago
  17. 958964f perf top: Document missing options by Sihyeon Jang · 7 years ago
  18. 5039c8a perf script: Allow printing period for non freq mode groups by Andi Kleen · 7 years ago
  19. 35c0a81 perf tools: Document some missing perf.data headers by Andi Kleen · 7 years ago
  20. 4359dd8 perf buildid-cache: Update help text for purge command by Thomas-Mich Richter · 7 years ago
  21. e795dd4 perf vendor events powerpc: Update POWER9 events by Sukadev Bhattiprolu · 7 years ago
  22. fa48c89 perf script: Fix --per-event-dump for auxtrace synth evsels by Arnaldo Carvalho de Melo · 7 years ago
  23. 60dbcd2 perf tests: Add missing WRITE_ASS for new fields of perf_event_attr by Seonghyun Park · 7 years ago
  24. 82806c3 perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv by Arnaldo Carvalho de Melo · 7 years ago
  25. 86f5fe0 perf tools: Use shell function for perl cflags retrieval by Jiri Olsa · 7 years ago
  26. cbd5c17 perf trace: Fix an exit code of trace__symbols_init by Andrei Vagin · 7 years ago
  27. d056513 perf evsel: Enable type checking for perf_evsel_config_term types by Andi Kleen · 7 years ago
  28. c2f1cea perf record: Fix -c/-F options for cpu event aliases by Andi Kleen · 7 years ago
  29. 1873b71 tools headers: Synchronize kernel ABI headers wrt SPDX tags by Arnaldo Carvalho de Melo · 7 years ago
  30. f48e7c4 perf annotate: Align source and offset lines by Jiri Olsa · 7 years ago
  31. a5433b3 perf annotate browser: Add disasm_line__write function by Jiri Olsa · 7 years ago
  32. ec03a77 perf annotate browser: Use struct annotation_line in browser top by Jiri Olsa · 7 years ago
  33. 9213afb perf annotate browser: Use struct annotation_line in find functions by Jiri Olsa · 7 years ago
  34. a5ef270 perf annotate browser: Use struct annotation_line in browser_line by Jiri Olsa · 7 years ago
  35. e1b60b5 perf annotate browser: Change offsets to struct annotation_line by Jiri Olsa · 7 years ago
  36. 7bcbcd5 perf annotate browser: Change selection to struct annotation_line by Jiri Olsa · 7 years ago
  37. daf25d4 perf annotate browser: Rename disasm_line__browser to browser_line by Jiri Olsa · 7 years ago
  38. 0d95797 perf annotate browser: Rename struct browser_disasm_line to browser_line by Jiri Olsa · 7 years ago
  39. b15636c perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert by Jiri Olsa · 7 years ago
  40. 3ab6db8 perf annotate browser: Use samples data from struct annotation_line by Jiri Olsa · 7 years ago
  41. 29971f9 perf annotate: Factor annotation_line__print from disasm_line__print by Jiri Olsa · 7 years ago
  42. 8f25b81 perf annotate: Add annotation_line__print function by Jiri Olsa · 7 years ago
  43. fa1924e perf annotate: Remove struct source_line by Jiri Olsa · 7 years ago
  44. 81e436a perf annotate: Remove disasm__calc_percent function by Jiri Olsa · 7 years ago
  45. e425da6 perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent() by Jiri Olsa · 7 years ago
  46. f681d59 perf annotate: Remove disasm__calc_percent() from disasm_line__print() by Jiri Olsa · 7 years ago
  47. 8b4c74d perf annotate: Add symbol__calc_lines function by Jiri Olsa · 7 years ago
  48. 073ae60 perf annotate: Add symbol__calc_percent function by Jiri Olsa · 7 years ago
  49. 7e30455 perf annotate: Add samples into struct annotation_line by Jiri Olsa · 7 years ago
  50. f8eb37b perf annotate: Add annotated_source__purge function by Jiri Olsa · 7 years ago
  51. c835e19 perf annotate: Add annotation_line__(new|delete) functions by Jiri Olsa · 7 years ago
  52. 5b12adc perf annotate: Move rb_node to struct annotation_line by Jiri Olsa · 7 years ago
  53. 82b9d7f perf annotate: Add annotation_line__add function by Jiri Olsa · 7 years ago
  54. c4c7243 perf annotate: Add annotation_line__next function by Jiri Olsa · 7 years ago
  55. d03a686 perf annotate: Add evsel into struct annotation_line_args by Jiri Olsa · 7 years ago
  56. 4748834 perf annotate: Add offset/line/line_nr into struct annotate_args by Jiri Olsa · 7 years ago
  57. 1a04db7 perf annotate: Add map into struct annotate_args by Jiri Olsa · 7 years ago
  58. 24fe7b8 perf annotate: Add arch into struct annotate_args by Jiri Olsa · 7 years ago
  59. ea07c5a perf annotate: Add struct annotate_args by Jiri Olsa · 7 years ago
  60. c34df25 perf annotate: Add symbol__annotate function by Jiri Olsa · 7 years ago
  61. 37236d5 perf annotate: Move ipc/cycles into annotation_line struct by Jiri Olsa · 7 years ago
  62. d5490b9 perf annotate: Move line/offset into annotation_line struct by Jiri Olsa · 7 years ago
  63. a17c4ca perf annotate: Add annotation_line struct by Jiri Olsa · 7 years ago
  64. d3dbf43 perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay by Arnaldo Carvalho de Melo · 7 years ago
  65. 640d517 perf evlist: Set the correct idx when adding dummy events by Arnaldo Carvalho de Melo · 7 years ago
  66. 7862edc Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  67. fcdfafc kprobes: Don't spam the build log with deprecation warnings by Ingo Molnar · 7 years ago
  68. 516fb7f /proc/module: use the same logic as /proc/kallsyms for address exposure by Linus Torvalds · 7 years ago
  69. 277642d modules: make sysfs attribute files readable by owner only by Linus Torvalds · 7 years ago
  70. 9d56041 Merge branch 'kallsyms-restrictions' by Linus Torvalds · 7 years ago
  71. ba1029c modpost: detect modules without a MODULE_LICENSE by Randy Dunlap · 7 years ago
  72. bebc608 Linux 4.14 by Linus Torvalds · 7 years ago
  73. 152bbb4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  74. 69581c7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. b395456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  76. 92d2882 Merge tag 'linux-can-fixes-for-4.14-20171110' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  77. be234ba Merge tag 'mlx5-fixes-2017-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  78. 052d41c vlan: fix a use-after-free in vlan_device_event() by Cong Wang · 7 years ago
  79. 505ee76 tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header by Ingo Molnar · 7 years ago
  80. 529b3ca Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  81. 2118df9 net: dsa: return after vlan prepare phase by Vivien Didelot · 7 years ago
  82. b0b38a1 net: dsa: return after mdb prepare phase by Vivien Didelot · 7 years ago
  83. ca91659 Merge tag 'ceph-for-4.14-rc9' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  84. 60cfc98 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  85. 5cf2360 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  86. a579e94 Merge tag 'mips_fixes_4.14_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  87. 085c17f .mailmap: Add Maciej W. Rozycki's Imagination e-mail address by Maciej W. Rozycki · 7 years ago
  88. ea0ee33 Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" by Linus Torvalds · 7 years ago
  89. 3e81277 Merge tag 'drm-fixes-for-v4.14-rc9' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  90. 4f71167 can: ifi: Fix transmitter delay calculation by Marek Vasut · 7 years ago
  91. 0eb96bf tcp: fix tcp_fastretrans_alert warning by Yuchung Cheng · 7 years ago
  92. 7ec318f tcp: gso: avoid refcount_t warning from tcp_gso_segment() by Eric Dumazet · 7 years ago
  93. 4cbdd0e can: peak: Add support for new PCIe/M2 CAN FD interfaces by Stephane Grosjean · 7 years ago
  94. 4dcf924 can: sun4i: handle overrun in RX FIFO by Gerhard Bertelsmann · 7 years ago
  95. fb5f0b3 can: c_can: don't indicate triple sampling support for D_CAN by Richard Schütz · 7 years ago
  96. b8347c21 x86/debug: Handle warnings before the notifier chain, to fix KGDB crash by Alexander Shishkin · 8 years ago
  97. d1c61e6 net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEs by Eugenia Emantayev · 8 years ago
  98. 2e50b26 net/mlx5e: Set page to null in case dma mapping fails by Inbar Karmy · 7 years ago
  99. 2a8d606 net/mlx5e: Fix napi poll with zero budget by Saeed Mahameed · 7 years ago
  100. d2aa060 net/mlx5: Cancel health poll before sending panic teardown command by Huy Nguyen · 7 years ago