1. a734fb5 samples/bpf: Reset global variables by Mickaël Salaün · 8 years ago
  2. 16ad132 samples/bpf: Ignore already processed ELF sections by Mickaël Salaün · 8 years ago
  3. af392a8 samples/bpf: Add missing header by Mickaël Salaün · 8 years ago
  4. 5eae7d8 perf symbols: dso->name is an array, no need to check it against NULL by Arnaldo Carvalho de Melo · 8 years ago
  5. 9ef6839 perf tests record: No need to test an array against NULL by Arnaldo Carvalho de Melo · 8 years ago
  6. a7c3899 perf symbols: No need to check if sym->name is NULL by Arnaldo Carvalho de Melo · 8 years ago
  7. d6195a6 perf evsel: Inform how to make a sysctl setting permanent by Arnaldo Carvalho de Melo · 8 years ago
  8. e8c6f43 tools lib traceevent plugin function: Initialize 'index' variable by Arnaldo Carvalho de Melo · 8 years ago
  9. 14e4d7e tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMP by Steven Rostedt (VMware) · 8 years ago
  10. d7dd112 perf scripting perl: Fix compile error with some perl5 versions by Wang YanQing · 8 years ago
  11. be57b3f perf diff: Change default setting to "delta-abs" by Namhyung Kim · 8 years ago
  12. 4b35994 perf diff: Add diff.compute config option by Namhyung Kim · 8 years ago
  13. d49dd15 perf diff: Add diff.order config option by Namhyung Kim · 8 years ago
  14. a1668c2 perf diff: Add 'delta-abs' compute method by Namhyung Kim · 8 years ago
  15. 1926140 tools include: Introduce linux/compiler-gcc.h by Arnaldo Carvalho de Melo · 8 years ago
  16. f2029b1 perf/x86/intel: Add Kaby Lake support by Srinivas Pandruvada · 8 years ago
  17. 6ce77bf perf/core: Allow kernel filters on CPU events by Alexander Shishkin · 8 years ago
  18. 9ccbfbb perf/core: Do error out on a kernel filter on an exclude_filter event by Alexander Shishkin · 8 years ago
  19. 21ee2fc Merge tag 'perf-core-for-mingo-4.11-20170209' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  20. 7ea6856 perf intel-pt: Use __fallthrough by Arnaldo Carvalho de Melo · 8 years ago
  21. 2e2bbc03 perf tests: Avoid possible truncation with dirent->d_name + snprintf by Arnaldo Carvalho de Melo · 8 years ago
  22. 3aff8ba perf bench numa: Avoid possible truncation when using snprintf() by Arnaldo Carvalho de Melo · 8 years ago
  23. 8434a2e perf header: Fix handling of PERF_EVENT_UPDATE__SCALE by Arnaldo Carvalho de Melo · 8 years ago
  24. bdf23a9 perf thread_map: Correctly size buffer used with dirent->dt_name by Arnaldo Carvalho de Melo · 8 years ago
  25. 7b0214b perf top: Use __fallthrough by Arnaldo Carvalho de Melo · 8 years ago
  26. d64b721 tools strfilter: Use __fallthrough by Arnaldo Carvalho de Melo · 8 years ago
  27. 94bdd5e tools string: Use __fallthrough in perf_atoll() by Arnaldo Carvalho de Melo · 8 years ago
  28. b5bf173 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 8 years ago
  29. 7a5980f tools lib bpf: Add missing header to the library by Mickaël Salaün · 8 years ago
  30. 7666702 perf vendor events intel: Add uncore events for Broadwell DE by Andi Kleen · 8 years ago
  31. 22c8e55 perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing) by Andi Kleen · 8 years ago
  32. dd32cb5 perf vendor events intel: Add uncore events for Sandy Bridge Server by Andi Kleen · 8 years ago
  33. 6b138c7 perf vendor events intel: Add uncore events for IvyBridge Server by Andi Kleen · 8 years ago
  34. 949c84e perf vendor events intel: Add uncore events for Broadwell Server by Andi Kleen · 8 years ago
  35. 7003f00 perf vendor events intel: Add uncore events for Haswell Server processor by Andi Kleen · 8 years ago
  36. 2f7db55 perf tools: Fix include of linux/mman.h by Arnaldo Carvalho de Melo · 8 years ago
  37. 6467753 tools lib traceevent: Robustify do_generate_dynamic_list_file by David Carrillo-Cisneros · 8 years ago
  38. 360e071 perf tools: Use zfree() to avoid keeping dangling pointers by Taeung Song · 8 years ago
  39. 506fde1 perf tools: Use zfree() instead of ad hoc equivalent by Taeung Song · 8 years ago
  40. 5aa365f perf tools: Add missing check for failure in a zalloc() call by Taeung Song · 8 years ago
  41. 75fc5ae perf tools: Only increase index if perf_evsel__new_idx() succeeds by Taeung Song · 8 years ago
  42. d5c3a93 perf probe: Add option --symfs by Uwe Kleine-König · 8 years ago
  43. 9b20065 perf symbols: Take into account symfs setting when reading file build ID by Victor Kamensky · 8 years ago
  44. 27cf570 perf sdt: Show proper hint when event not yet in place via 'perf probe' by Ravi Bangoria · 8 years ago
  45. f236102 perf list: Add debug support for outputing alias string by Andi Kleen · 8 years ago
  46. 231bb2a perf pmu: Support event aliases for non cpu// pmus by Andi Kleen · 8 years ago
  47. 15b22ed perf pmu: Support per pmu json aliases by Andi Kleen · 8 years ago
  48. fedb2b5 perf jevents: Add support for parsing uncore json files by Andi Kleen · 8 years ago
  49. d581141 perf jevents: Parse eventcode as number by Andi Kleen · 8 years ago
  50. 4d41643 perf bpf: Add missing newline in debug messages by He Kuang · 8 years ago
  51. 3bb53c9 perf tools arm64: Add support for generating bpf prologue by He Kuang · 8 years ago
  52. e06094a Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 8 years ago
  53. b626317 kprobes/x86: Use hlist_for_each_entry() instead of hlist_for_each_entry_safe() by Masami Hiramatsu · 8 years ago
  54. cd1ee3b kprobes/arm64: Remove a redundant dependency from the Kconfig by Masami Hiramatsu · 8 years ago
  55. 0fc6d1c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  56. 53e74a1 Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  57. 34e00ac Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 891aa1e Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. c67b42f Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 027eb72 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 1fc576b Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  62. e4178c7 Merge tag 'xtensa-20170202' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  63. f255777 Merge tag 'pci-v4.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  64. aa33b9b perf callchain: Reference count maps by Krister Johansen · 8 years ago
  65. a1c9f97 perf diff: Fix -o/--order option behavior (again) by Namhyung Kim · 8 years ago
  66. 8381cdd perf diff: Fix segfault on 'perf diff -o N' option by Namhyung Kim · 8 years ago
  67. c8f325a efi/fdt: Avoid FDT manipulation after ExitBootServices() by Ard Biesheuvel · 8 years ago
  68. 6d04dfc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  69. 2883aae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  70. 06425c3 tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  71. 63117f0 ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() by Dan Carpenter · 8 years ago
  72. e387dc1 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  73. 3560950 Merge tag 'dmaengine-fix-4.10-rc7' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  74. 1a2a144 net: fix ndo_features_check/ndo_fix_features comment ordering by Dimitris Michailidis · 8 years ago
  75. fd62d9f net/sched: matchall: Fix configuration race by Yotam Gigi · 8 years ago
  76. c325b35 Merge tag 'pinctrl-v4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  77. 4993b39 be2net: fix initial MAC setting by Ivan Vecera · 8 years ago
  78. d7cb3a5 Merge tag 'perf-core-for-mingo-4.11-20170201' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  79. 5443624 perf/x86/intel/pt: Add format strings for PTWRITE and power event tracing by Alexander Shishkin · 8 years ago
  80. fff4b87 perf/x86/intel/uncore: Make package handling more robust by Thomas Gleixner · 8 years ago
  81. 1aa6cfd perf/x86/intel/uncore: Clean up hotplug conversion fallout by Thomas Gleixner · 8 years ago
  82. dd86e37 perf/x86/intel/rapl: Make package handling more robust by Thomas Gleixner · 8 years ago
  83. 4b3e6f2 xtensa: fix noMMU build on cores with MMU by Max Filippov · 8 years ago
  84. a2ca3d6 Merge tag 'trace-4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  85. 283725a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  86. f1774f4 Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  87. 298a2d8 Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  88. 52e02f2 Merge branch 'for-4.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  89. c9194b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  90. 0becc0a x86/mce: Make timer handling more robust by Thomas Gleixner · 8 years ago
  91. 415f9b7 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  92. b05d109 perf ftrace: Add ftrace.tracer config option by Taeung Song · 8 years ago
  93. 43d41de perf tools: Create for_each_event macro for tracepoints iteration by Taeung Song · 8 years ago
  94. a263053 perf test: Add libbpf pinning test by Joe Stringer · 8 years ago
  95. 71dc4c3 tools lib api fs: Add bpf_fs filesystem detector by Joe Stringer · 8 years ago
  96. 9a9c733 tools perf util: Make rm_rf(path) argument const by Joe Stringer · 8 years ago
  97. d5148d8 tools lib bpf: Add bpf_object__pin() by Joe Stringer · 8 years ago
  98. b6989f3 tools lib bpf: Add bpf_map__pin() by Joe Stringer · 8 years ago
  99. f367540 tools lib bpf: Add BPF program pinning APIs by Joe Stringer · 8 years ago
  100. 9c68ae9 perf callchain: Reference count maps by Krister Johansen · 8 years ago