1. ceac7b7 perf tools: Fix pmu events parsing rule by Jiri Olsa · 7 years ago
  2. 0ce2da1 perf stat: Display user and system time by Jiri Olsa · 7 years ago
  3. f92da71 perf record: Enable arbitrary event names thru name= modifier by Alexey Budankov · 7 years ago
  4. aef4fea perf tools: Fix symbol and object code resolution for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  5. dcaeae4 perf tests kmod-path: Add tests for vdso32 and vdsox32 by Adrian Hunter · 7 years ago
  6. fabd37b perf hists: Check if a hist_entry has callchains before using them by Arnaldo Carvalho de Melo · 7 years ago
  7. 0b5d6ec perf hists: Introduce hist_entry__has_callchain() method by Arnaldo Carvalho de Melo · 7 years ago
  8. 4c50563 perf sched: Use sched->show_callchain where appropriate by Arnaldo Carvalho de Melo · 7 years ago
  9. b879833 perf script: Check if evsel has callchains before trying to use it by Arnaldo Carvalho de Melo · 7 years ago
  10. 27de9b2 perf evsel: Add has_callchain() helper to make code more compact/clear by Arnaldo Carvalho de Melo · 7 years ago
  11. 9d0199c perf report: No need to have report_callchain_help as a global by Arnaldo Carvalho de Melo · 7 years ago
  12. e9ee0dc perf test: Use header file util/debug.h by Thomas Richter · 7 years ago
  13. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  14. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  15. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  16. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  17. 380195e perf annotate: Pass annotation_options to symbol__annotate() by Arnaldo Carvalho de Melo · 7 years ago
  18. 6a53da0 perf srcline: Make hist_entry srcline helper consistent with map's by Arnaldo Carvalho de Melo · 7 years ago
  19. bfa6351 perf sort: Introduce addr_map_symbol__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  20. e2d88aa perf srcline: Introduce map__srcline() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  21. 982d410 perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  22. 9132d3d perf annotate: Add comment about annotated_src->nr_histograms by Arnaldo Carvalho de Melo · 7 years ago
  23. 9fd5578 perf tools: Ditch the symbol_conf.nr_events global by Arnaldo Carvalho de Melo · 7 years ago
  24. 14c8dde perf annotate: Replace symbol__alloc_hists() with symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  25. 0693f75 perf annotate: Stop using symbol_conf.nr_events global in symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  26. c6b635e perf annotate: Introduce symbol__cycle_hists() by Arnaldo Carvalho de Melo · 7 years ago
  27. e8ea922 perf annotate: Introduce symbol__hists() by Arnaldo Carvalho de Melo · 7 years ago
  28. e1a91a8 perf annotate: __symbol__inc_addr_samples() needs just annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  29. be3e26d perf annotate: Introduce annotated_source__alloc_histograms by Arnaldo Carvalho de Melo · 7 years ago
  30. ca39650 perf annotate: Introduce constructor/destructor for annotated_source by Arnaldo Carvalho de Melo · 7 years ago
  31. 116c626 perf annotate: Split allocation of annotated_source struct by Arnaldo Carvalho de Melo · 7 years ago
  32. f40dd6d perf annotate: __symbol__acount_cycles doesn't need notes by Arnaldo Carvalho de Melo · 7 years ago
  33. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  34. 362379a perf tools: No need to check if the argument to __get() function is NULL by Arnaldo Carvalho de Melo · 7 years ago
  35. 5dbe23e perf cgroup: Make evlist__find_cgroup() more compact by Arnaldo Carvalho de Melo · 7 years ago
  36. f622df5 perf probe: Use return of map__get() to make code more compact by Arnaldo Carvalho de Melo · 7 years ago
  37. 4f5aeec perf tools: Remove dead quote.[ch] code by Arnaldo Carvalho de Melo · 7 years ago
  38. 7869e58 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 7 years ago
  39. 4e9ae0d Merge tag 'perf-urgent-for-mingo-4.17-20180602' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  40. 874cd33 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 26bdace Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. 918fe1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  43. e0255aec Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  44. ada7339 Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  45. 012cfac Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  46. 4277e6b Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  47. 7172a69 Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  48. 6ac9f42 Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  49. 34a8e64 Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  50. 7fdf3e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  51. a36b796 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  52. 0938a8f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  53. 145e1a7 mm: fix the NULL mapping case in __isolate_lru_page() by Hugh Dickins · 7 years ago
  54. 2d077d4 mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() by Hugh Dickins · 7 years ago
  55. 89c29de Revert "vfio/type1: Improve memory pinning process for raw PFN mapping" by Alex Williamson · 7 years ago
  56. cd075ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  57. 36f9814 bpf: fix uapi hole for 32 bit compat applications by Daniel Borkmann · 7 years ago
  58. 0b3a183 perf tools intel-pt-decoder: Update insn.h from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  59. a20d23b tools headers: Sync x86 cpufeatures.h with the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  60. 63b89a1 tools headers: Synchronize prctl.h ABI header by Arnaldo Carvalho de Melo · 7 years ago
  61. 0d690fc perf trace beauty prctl: Default header_dir to cwd to work without parms by Arnaldo Carvalho de Melo · 7 years ago
  62. 9f7c728 net: usb: cdc_mbim: add flag FLAG_SEND_ZLP by Daniele Palmas · 7 years ago
  63. 8a11801 Merge branch 'tunnel-mtus' by David S. Miller · 7 years ago
  64. f7ff1fd ip6_tunnel: remove magic mtu value 0xFFF8 by Nicolas Dichtel · 7 years ago
  65. 82612de ip_tunnel: restore binding to ifaces with a large mtu by Nicolas Dichtel · 7 years ago
  66. ccfde6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  67. a95691bc net: dsa: b53: Add BCM5389 support by Damien Thébault · 7 years ago
  68. eb7f54b kcm: Fix use-after-free caused by clonned sockets by Kirill Tkhai · 7 years ago
  69. 664088f net-sysfs: Fix memory leak in XPS configuration by Alexander Duyck · 7 years ago
  70. 16e6653 ixgbe: fix parsing of TC actions for HW offload by Ondřej Hlavatý · 7 years ago
  71. 0512e01 Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 7 years ago
  72. 8005b09 net: ethernet: davinci_emac: fix error handling in probe() by Dan Carpenter · 7 years ago
  73. 0f51f35 net/ncsi: Fix array size in dumpit handler by Samuel Mendoza-Jonas · 7 years ago
  74. be20f28 Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  75. 8258d2d cls_flower: Fix incorrect idr release when failing to modify rule by Paul Blakey · 7 years ago
  76. 26de0b7 net/sonic: Use dma_mapping_error() by Finn Thain · 7 years ago
  77. bc13f2f drm/amd/display: Update color props when modeset is required by Leo (Sunpeng) Li · 7 years ago
  78. a9e8d27 drm/amd/display: Make atomic-check validate underscan changes by David Francis · 7 years ago
  79. dd52cb8 Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  80. 32ffd6e platform/x86: asus-wmi: Fix NULL pointer dereference by João Paulo Rechi Vita · 7 years ago
  81. 6497bbc Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  82. 9aae178 perf/x86/intel/uncore: Clean up client IMC uncore by Kan Liang · 7 years ago
  83. 5a6c9d9 perf/x86/intel/uncore: Expose uncore_pmu_event*() functions by Kan Liang · 7 years ago
  84. 0f519f0 perf/x86/intel/uncore: Support IIO free-running counters on SKX by Kan Liang · 7 years ago
  85. 0e0162d perf/x86/intel/uncore: Add infrastructure for free running counters by Kan Liang · 7 years ago
  86. 927b2de perf/x86/intel/uncore: Add new data structures for free running counters by Kan Liang · 7 years ago
  87. 4749f81 perf/x86/intel/uncore: Correct fixed counter index check in generic code by Kan Liang · 7 years ago
  88. d71f11c perf/x86/intel/uncore: Correct fixed counter index check for NHM by Kan Liang · 7 years ago
  89. 2da3314 perf/x86/intel/uncore: Introduce customized event_read() for client IMC uncore by Kan Liang · 7 years ago
  90. c52b5c5 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  91. 595058b sched/headers: Fix typo by Davidlohr Bueso · 7 years ago
  92. ecda2b6 sched/deadline: Fix missing clock update by Juri Lelli · 7 years ago
  93. 7af443e sched/core: Require cpu_active() in select_task_rq(), for user tasks by Paul Burton · 7 years ago
  94. 175f0e2 sched/core: Fix rules for running on online && !active CPUs by Peter Zijlstra · 7 years ago
  95. 38369f5 xfrm Fix potential error pointer dereference in xfrm_bundle_create. by Steffen Klassert · 7 years ago
  96. 829bc787 fs: clear writeback errors in inode_init_always by Darrick J. Wong · 7 years ago
  97. 0e33375 Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  98. 88a8676 Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  99. 943cf9f Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  100. c462f16 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago