1. fd22759 perf probe: Do not use map_load filters for function by Arnaldo Carvalho de Melo · 8 years ago
  2. b55cc4e perf symbols: Rename ->ignore to ->idle by Arnaldo Carvalho de Melo · 8 years ago
  3. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  4. ffe67c2 perf tools: Fix error handling of lzma decompression by Shawn Lin · 8 years ago
  5. 04e1196 perf probe: Remove unused tracing_dir variable by Masami Hiramatsu · 8 years ago
  6. 36e674a Merge tag 'perf-core-for-mingo-20160823' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  7. 5e30d55 perf record: Fix spelling mistake "Finshed" -> "Finished" by Colin Ian King · 8 years ago
  8. c77ce22 perf bpf: Fix typo: "ehough" -> "enough" by Colin Ian King · 8 years ago
  9. 17d4666 perf test bpf: Fix typo: "ehough" -> "enough" by Colin Ian King · 8 years ago
  10. dd6fa4e perf tools: Fix typo: "ehough" -> "enough" by Colin Ian King · 8 years ago
  11. bdca79c2 ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimal by Masami Hiramatsu · 8 years ago
  12. 9880ce4 perf probe: Use hexadecimal type by default if possible by Masami Hiramatsu · 8 years ago
  13. 9254378 perf probe: Support hexadecimal casting by Masami Hiramatsu · 8 years ago
  14. 180b206 perf probe: Add supported for type casting by the running kernel by Masami Hiramatsu · 8 years ago
  15. 8642562 ftrace: probe: Add README entries for k/uprobe-events by Masami Hiramatsu · 8 years ago
  16. 17ce3dc ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal types by Masami Hiramatsu · 8 years ago
  17. 6637e6f1 perf hists browser: Remove superfluous null check on map by Colin Ian King · 8 years ago
  18. 11196b7 perf tools: Skip running the feature tests for 'make install-doc' by Rui Teng · 8 years ago
  19. 11d8f87 perf tools: Use __weak definition from linux/compiler.h by Rui Teng · 8 years ago
  20. fa1f456 perf report: Allow configuring the default sort order in ~/.perfconfig by Arnaldo Carvalho de Melo · 8 years ago
  21. 39ff526 tools: Copy coresight-pmu.h header file needed by perf tools by Mathieu Poirier · 8 years ago
  22. 05ed3ac perf disassemble: Extract logic to find file to pass to objdump to a separate function by Arnaldo Carvalho de Melo · 8 years ago
  23. 3caee09 perf disassemble: Simplify logic for picking the filename to disassemble by Arnaldo Carvalho de Melo · 8 years ago
  24. c12944f perf disassemble: Move check for kallsyms + !kcore by Arnaldo Carvalho de Melo · 8 years ago
  25. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  26. f3705b0 perf tools stdio: Display multiple header lines by Jiri Olsa · 8 years ago
  27. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  28. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  29. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  30. b9c4b0f perf top: Use MSEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  31. 565e691 perf bench futex: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  32. c05a6e1 perf kvm: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  33. 0693e68 perf record: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  34. af15e67 perf bench sched-messaging: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  35. f2b91be perf bench mem: Use USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  36. 310ebb9 perf stat: Use *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  37. 16633cc perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  38. af4b2c9 perf timechart: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  39. 4fc76e4 perf sched: Use linux/time64.h by Arnaldo Carvalho de Melo · 8 years ago
  40. a8ad832 perf bench numa: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  41. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  42. ce90c12 Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Arnaldo Carvalho de Melo · 8 years ago
  43. de737f3 Merge tag 'perf-urgent-for-mingo-20160818' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  44. c53412e perf evsel: Do not access outside hw cache name arrays by Arnaldo Carvalho de Melo · 8 years ago
  45. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  46. b6a32f0 perf/x86: Fix PEBS threshold initialization by Jiri Olsa · 8 years ago
  47. e64cd6f perf/x86: Use PMUEF_READ_CPU_PKG in uncore events by David Carrillo-Cisneros · 8 years ago
  48. d6a2f903 perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG by David Carrillo-Cisneros · 8 years ago
  49. 4ff6a8d perf/core: Generalize event->group_flags by David Carrillo-Cisneros · 8 years ago
  50. 29dd328 bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() by Madhavan Srinivasan · 8 years ago
  51. 8942c2b Merge branch 'perf/urgent' into perf/core, to pick up dependencies by Ingo Molnar · 8 years ago
  52. 71e7bc2 perf/core: Check return value of the perf_event_read() IPI by David Carrillo-Cisneros · 8 years ago
  53. 99f5bc9 perf/core: Enable mapping of the stop filters by Mathieu Poirier · 8 years ago
  54. 12b40a2 perf/core: Update filters only on executable mmap by Mathieu Poirier · 8 years ago
  55. 4059ffd perf/core: Fix file name handling for start/stop filters by Mathieu Poirier · 8 years ago
  56. cca2094 perf/core: Fix event_function_local() by Peter Zijlstra · 8 years ago
  57. bdfaa2e uprobes: Rename the "struct page *" args of __replace_page() by Oleg Nesterov · 8 years ago
  58. bc06f00 Merge branch 'perf/urgent' into perf/core, to pick up dependency by Ingo Molnar · 8 years ago
  59. 6c4687c uprobes: Fix the memcg accounting by Oleg Nesterov · 8 years ago
  60. 6754075 perf unwind: Use addr_location::addr instead of ip for entries by Milian Wolff · 8 years ago
  61. 3cace81 Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  62. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 8 years ago
  63. 9f31569 tools: Sync kvm related header files for arm64 and s390 by Arnaldo Carvalho de Melo · 8 years ago
  64. 60ebc15 perf probe: Release resources on error when handling exit paths by Arnaldo Carvalho de Melo · 8 years ago
  65. 0325862 perf probe: Check for dup and fdopen failures by Colin Ian King · 8 years ago
  66. 50de1a0 perf symbols: Fix annotation of objects with debuginfo files by Anton Blanchard · 8 years ago
  67. 3684b03 Merge tag 'iommu-fixes-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  68. f2fa30a Merge tag 'edac_fixes_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 8 years ago
  69. 71ac899 perf script: Don't disable use_callchain if input is pipe by He Kuang · 8 years ago
  70. 88ded4d perf script: Show proper message when failed list scripts by He Kuang · 8 years ago
  71. 49a7f01 perf jitdump: Add the right header to get the major()/minor() definitions by Arnaldo Carvalho de Melo · 8 years ago
  72. 694d0d0 Linux 4.8-rc2 by Linus Torvalds · 8 years ago
  73. 0043ee4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  74. 4ef870e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  75. 118253a Merge tag 'fixes-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  76. 120c547 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  77. 329f415 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  78. a1e2103 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  79. 2b05980 h8300: Add missing include file to asm/io.h by Guenter Roeck · 8 years ago
  80. 783011b unicore32: mm: Add missing parameter to arch_vma_access_permitted by Guenter Roeck · 9 years ago
  81. f31494b Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  82. b112324 Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  83. 9710cb6 Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  84. 01ea443 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 3bc6d8c Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 0aeeb3e Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  87. e6e7214 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 62822e2 PM / hibernate: Restore processor state before using per-CPU variables by Thomas Garnier · 8 years ago
  89. ad83242 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. dd25793 nfsd: don't return an unhashed lock stateid after taking mutex by Jeff Layton · 8 years ago
  91. 1f8083c Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 25db691 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 0e1117b Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  94. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  95. c239ae1 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  96. 86fc048 Merge tag 'sound-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  97. 8766dc6 Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  98. 53fb45d arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO by Masahiro Yamada · 8 years ago
  99. 2323439 arm64: defconfig: add options for virtualization and containers by Riku Voipio · 8 years ago
  100. dfbca61 arm64: hibernate: handle allocation failures by Mark Rutland · 8 years ago