1. 5941d85 perf bpf: Make bpf__for_each_stdout_map() generic by Arnaldo Carvalho de Melo · 6 years ago
  2. 53a5d7b perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function by Arnaldo Carvalho de Melo · 6 years ago
  3. 7402e54 perf bpf: Add struct bpf_map struct by Arnaldo Carvalho de Melo · 6 years ago
  4. e6902d1 perf report: Add --percent-type option by Jiri Olsa · 6 years ago
  5. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  6. 4c04868 perf annotate: Display percent type in stdio output by Jiri Olsa · 6 years ago
  7. addba8b perf annotate: Make local period the default percent type by Jiri Olsa · 6 years ago
  8. 3e0d795 perf annotate: Add support to toggle percent type by Jiri Olsa · 6 years ago
  9. d4265b1 perf annotate: Pass browser percent_type in annotate_browser__calc_percent() by Jiri Olsa · 6 years ago
  10. 4c650dd perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump() by Jiri Olsa · 6 years ago
  11. c849c12 perf annotate: Pass struct annotation_options to symbol__calc_lines() by Jiri Olsa · 6 years ago
  12. 796ca33 perf annotate: Add percent_type to struct annotation_options by Jiri Olsa · 6 years ago
  13. e58684d perf annotate: Add PERCENT_PERIOD_GLOBAL percent value by Jiri Olsa · 6 years ago
  14. ab37116 perf annotate: Add PERCENT_PERIOD_LOCAL percent value by Jiri Olsa · 6 years ago
  15. 75a8c1f perf annotate: Add PERCENT_HITS_GLOBAL percent value by Jiri Olsa · 6 years ago
  16. 6d9f0c2 perf annotate: Switch struct annotation_data::percent to array by Jiri Olsa · 6 years ago
  17. 2bcf730 perf annotate: Loop group events directly in annotation__calc_percent() by Jiri Olsa · 6 years ago
  18. 48a1e4f perf annotate: Rename hist to sym_hist in annotation__calc_percent by Jiri Olsa · 6 years ago
  19. 0440af7 perf annotate: Rename local sample variables to data by Jiri Olsa · 6 years ago
  20. c2f938b perf annotate: Rename struct annotation_line::samples* to data* by Jiri Olsa · 6 years ago
  21. 0683d13 perf annotate: Get rid of annotation__scnprintf_samples_period() by Jiri Olsa · 6 years ago
  22. 5ecf7d3 perf annotate: Make annotation_line__max_percent static by Jiri Olsa · 6 years ago
  23. 7a3e71e perf annotate: Make symbol__annotate_fprintf2() local by Jiri Olsa · 6 years ago
  24. dda9ac9 perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints by Arnaldo Carvalho de Melo · 6 years ago
  25. 3c8b818 perf tools: Drop unneeded bitmap_zero() calls by Yury Norov · 7 years ago
  26. 704089e perf vendor events arm64: Enable JSON events for eMAG by Sean V Kelley · 6 years ago
  27. 33d9e18 perf report: Add GUI report support for s390 auxiliary trace by Thomas Richter · 6 years ago
  28. 2b1444f perf report: Add raw report support for s390 auxiliary trace by Thomas Richter · 6 years ago
  29. b96e661 perf auxtrace: Support for perf report -D for s390 by Thomas Richter · 6 years ago
  30. f3acd88 perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events by Arnaldo Carvalho de Melo · 6 years ago
  31. d32855f perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events by Arnaldo Carvalho de Melo · 6 years ago
  32. aa823f5 perf trace: Allow setting up a syscall_tp struct without a format_field by Arnaldo Carvalho de Melo · 6 years ago
  33. 63f11c8 perf trace: Rename some syscall_tp methods to raw_syscall by Arnaldo Carvalho de Melo · 6 years ago
  34. a98392b perf trace: Use beautifiers on syscalls:sys_enter_ handlers by Arnaldo Carvalho de Melo · 6 years ago
  35. 6a648b5 perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat' by Arnaldo Carvalho de Melo · 6 years ago
  36. ec2cb7a Merge tag 'perf-core-for-mingo-4.19-20180801' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  37. 16e0e6a Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  38. b912885 perf trace: Do not require --no-syscalls to suppress strace like output by Arnaldo Carvalho de Melo · 6 years ago
  39. 822c262 perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h by Arnaldo Carvalho de Melo · 6 years ago
  40. 21b8732 perf tools: Allow overriding MAX_NR_CPUS at compile time by Christophe Leroy · 7 years ago
  41. 739e2ed perf bpf: Show better message when failing to load an object by Arnaldo Carvalho de Melo · 6 years ago
  42. 95f0432 perf list: Unify metric group description format with PMU event description by Michael Petlan · 6 years ago
  43. b9b7722 perf vendor events arm64: Update ThunderX2 implementation defined pmu core events by Ganapatrao Kulkarni · 6 years ago
  44. 14a85b1 perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  45. d603b4e perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  46. 6035b68 perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet by Leo Yan · 6 years ago
  47. 3eb3e07 perf cs-etm: Fix start tracing packet handling by Leo Yan · 6 years ago
  48. 83868bf perf build: Fix installation directory for eBPF by Thomas Richter · 6 years ago
  49. 7397833 perf c2c report: Fix crash for empty browser by Jiri Olsa · 6 years ago
  50. aa90f9f perf tests: Fix indexing when invoking subtests by Sandipan Das · 6 years ago
  51. 162d3ed perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args by Arnaldo Carvalho de Melo · 6 years ago
  52. 03aeb6c perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg by Arnaldo Carvalho de Melo · 6 years ago
  53. bc972ad perf trace beauty: Do not print NULL strarray entries by Arnaldo Carvalho de Melo · 6 years ago
  54. 9849eec perf beauty: Add a generator for IPPROTO_ socket's protocol constants by Arnaldo Carvalho de Melo · 6 years ago
  55. a4b2061 tools include uapi: Grab a copy of linux/in.h by Arnaldo Carvalho de Melo · 6 years ago
  56. a6f39ce perf tests: Fix complex event name parsing by Sandipan Das · 6 years ago
  57. 95035c5 perf evlist: Fix error out while applying initial delay and LBR by Kan Liang · 6 years ago
  58. 61b229c perf trace beauty: Default header_dir to cwd to work without parms by Arnaldo Carvalho de Melo · 6 years ago
  59. c2586cfb Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  60. ce03b6d Merge tag 'perf-urgent-for-mingo-4.18-20180730' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  61. 156c8b5 perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devices by Kan Liang · 6 years ago
  62. 527838d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  63. ae3e10a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. 0634922 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  65. fb20c03 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  66. d464b03 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 44fe619 perf tools: Fix the build on the alpine:edge distro by Arnaldo Carvalho de Melo · 6 years ago
  68. 1f27a05 tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' by Arnaldo Carvalho de Melo · 6 years ago
  69. fc73bfd tools headers uapi: Refresh linux/bpf.h copy by Arnaldo Carvalho de Melo · 6 years ago
  70. 7def16d tools headers powerpc: Update asm/unistd.h copy to pick new by Arnaldo Carvalho de Melo · 6 years ago
  71. 2c3ee0e tools headers uapi: Update tools's copy of linux/perf_event.h by Arnaldo Carvalho de Melo · 6 years ago
  72. acb1872 Linux 4.18-rc7 by Linus Torvalds · 6 years ago
  73. 3cfb677 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  74. 01cfb79 squashfs: be more careful about metadata corruption by Linus Torvalds · 6 years ago
  75. 5012284 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  76. a26fb01 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  77. 2ffb57d Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  78. 7648c44 Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  79. dd63bf2 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  80. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  81. 864af0d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  82. 1a3d869 Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  83. 6284c99c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  84. d5ea019 Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum" by Rafał Miłecki · 6 years ago
  85. 3c9fdef Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  86. 49b1622 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  87. 3ebb6fb Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  88. f636d30 Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  89. 5151842 block: reset bi_iter.bi_done after splitting bio by Greg Edwards · 6 years ago
  90. d97e5e6 kvm, mm: account shadow page tables to kmemcg by Shakeel Butt · 6 years ago
  91. 16e536e zswap: re-check zswap_is_full() after do zswap_shrink() by Li Wang · 6 years ago
  92. fa3fc2a include/linux/eventfd.h: include linux/errno.h by Arnd Bergmann · 6 years ago
  93. bfd40ea mm: fix vma_is_anonymous() false-positives by Kirill A. Shutemov · 6 years ago
  94. 2c4541e mm: use vma_init() to initialize VMAs on stack and data segments by Kirill A. Shutemov · 6 years ago
  95. 027232d mm: introduce vma_init() by Kirill A. Shutemov · 6 years ago
  96. 31c5bda mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  97. f075faa ipc/sem.c: prevent queue.status tearing in semop by Davidlohr Bueso · 6 years ago
  98. 15d36fe mm: disallow mappings that conflict for devm_memremap_pages() by Dave Jiang · 6 years ago
  99. 03758db kasan: only select SLUB_DEBUG with SYSFS=y by Arnd Bergmann · 6 years ago
  100. b512719 delayacct: fix crash in delayacct_blkio_end() after delayacct init failure by Tejun Heo · 6 years ago