1. 11d8f87 perf tools: Use __weak definition from linux/compiler.h by Rui Teng · 8 years ago
  2. fa1f456 perf report: Allow configuring the default sort order in ~/.perfconfig by Arnaldo Carvalho de Melo · 8 years ago
  3. 39ff526 tools: Copy coresight-pmu.h header file needed by perf tools by Mathieu Poirier · 8 years ago
  4. 05ed3ac perf disassemble: Extract logic to find file to pass to objdump to a separate function by Arnaldo Carvalho de Melo · 8 years ago
  5. 3caee09 perf disassemble: Simplify logic for picking the filename to disassemble by Arnaldo Carvalho de Melo · 8 years ago
  6. c12944f perf disassemble: Move check for kallsyms + !kcore by Arnaldo Carvalho de Melo · 8 years ago
  7. 29659ab perf hists: Add support for header span by Jiri Olsa · 8 years ago
  8. f3705b0 perf tools stdio: Display multiple header lines by Jiri Olsa · 8 years ago
  9. 69705b3 perf tools tui: Display multiple header lines by Jiri Olsa · 8 years ago
  10. 74bb43f perf hists: Add line argument into perf_hpp_fmt's header callback by Jiri Olsa · 8 years ago
  11. f8e6710 perf hists: Introduce nr_header_lines into struct perf_hpp_list by Jiri Olsa · 8 years ago
  12. b9c4b0f perf top: Use MSEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  13. 565e691 perf bench futex: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  14. c05a6e1 perf kvm: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  15. 0693e68 perf record: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  16. af15e67 perf bench sched-messaging: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  17. f2b91be perf bench mem: Use USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  18. 310ebb9 perf stat: Use *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  19. 16633cc perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  20. af4b2c9 perf timechart: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  21. 4fc76e4 perf sched: Use linux/time64.h by Arnaldo Carvalho de Melo · 8 years ago
  22. a8ad832 perf bench numa: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  23. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  24. ce90c12 Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Arnaldo Carvalho de Melo · 8 years ago
  25. 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
  26. c53412e perf evsel: Do not access outside hw cache name arrays by Arnaldo Carvalho de Melo · 8 years ago
  27. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  28. b6a32f0 perf/x86: Fix PEBS threshold initialization by Jiri Olsa · 8 years ago
  29. e64cd6f perf/x86: Use PMUEF_READ_CPU_PKG in uncore events by David Carrillo-Cisneros · 8 years ago
  30. d6a2f903 perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG by David Carrillo-Cisneros · 8 years ago
  31. 4ff6a8d perf/core: Generalize event->group_flags by David Carrillo-Cisneros · 8 years ago
  32. 29dd328 bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() by Madhavan Srinivasan · 8 years ago
  33. 8942c2b Merge branch 'perf/urgent' into perf/core, to pick up dependencies by Ingo Molnar · 8 years ago
  34. 71e7bc2 perf/core: Check return value of the perf_event_read() IPI by David Carrillo-Cisneros · 8 years ago
  35. 99f5bc9 perf/core: Enable mapping of the stop filters by Mathieu Poirier · 8 years ago
  36. 12b40a2 perf/core: Update filters only on executable mmap by Mathieu Poirier · 8 years ago
  37. 4059ffd perf/core: Fix file name handling for start/stop filters by Mathieu Poirier · 8 years ago
  38. cca2094 perf/core: Fix event_function_local() by Peter Zijlstra · 8 years ago
  39. bdfaa2e uprobes: Rename the "struct page *" args of __replace_page() by Oleg Nesterov · 8 years ago
  40. bc06f00 Merge branch 'perf/urgent' into perf/core, to pick up dependency by Ingo Molnar · 8 years ago
  41. 6c4687c uprobes: Fix the memcg accounting by Oleg Nesterov · 8 years ago
  42. 6754075 perf unwind: Use addr_location::addr instead of ip for entries by Milian Wolff · 8 years ago
  43. 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
  44. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 8 years ago
  45. 9f31569 tools: Sync kvm related header files for arm64 and s390 by Arnaldo Carvalho de Melo · 8 years ago
  46. 60ebc15 perf probe: Release resources on error when handling exit paths by Arnaldo Carvalho de Melo · 8 years ago
  47. 0325862 perf probe: Check for dup and fdopen failures by Colin Ian King · 8 years ago
  48. 50de1a0 perf symbols: Fix annotation of objects with debuginfo files by Anton Blanchard · 8 years ago
  49. 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
  50. 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
  51. 71ac899 perf script: Don't disable use_callchain if input is pipe by He Kuang · 8 years ago
  52. 88ded4d perf script: Show proper message when failed list scripts by He Kuang · 8 years ago
  53. 49a7f01 perf jitdump: Add the right header to get the major()/minor() definitions by Arnaldo Carvalho de Melo · 8 years ago
  54. 694d0d0 Linux 4.8-rc2 by Linus Torvalds · 8 years ago
  55. 0043ee4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  56. 4ef870e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  57. 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
  58. 120c547 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  59. 329f415 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  60. a1e2103 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  61. 2b05980 h8300: Add missing include file to asm/io.h by Guenter Roeck · 9 years ago
  62. 783011b unicore32: mm: Add missing parameter to arch_vma_access_permitted by Guenter Roeck · 9 years ago
  63. f31494b Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  64. b112324 Merge tag 'nfsd-4.8-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  65. 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
  66. 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
  67. 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
  68. 0aeeb3e Merge branches 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  69. 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
  70. 62822e2 PM / hibernate: Restore processor state before using per-CPU variables by Thomas Garnier · 8 years ago
  71. 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
  72. dd25793 nfsd: don't return an unhashed lock stateid after taking mutex by Jeff Layton · 8 years ago
  73. 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
  74. 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
  75. 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
  76. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  77. c239ae1 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  78. 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
  79. 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
  80. 53fb45d arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO by Masahiro Yamada · 9 years ago
  81. 2323439 arm64: defconfig: add options for virtualization and containers by Riku Voipio · 9 years ago
  82. dfbca61 arm64: hibernate: handle allocation failures by Mark Rutland · 8 years ago
  83. 0194e76 arm64: hibernate: avoid potential TLB conflict by Mark Rutland · 8 years ago
  84. f046f3d perf ppc64le: Fix build failure when libelf is not present by Ravi Bangoria · 8 years ago
  85. 33da54f perf tools mem: Fix -t store option for record command by Jiri Olsa · 8 years ago
  86. e1717e0 perf intel-pt: Fix ip compression by Adrian Hunter · 8 years ago
  87. 9adeb8e arm64: Handle el1 synchronous instruction aborts cleanly by Laura Abbott · 8 years ago
  88. 89a1d43 Merge tag 'kvm-s390-master-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux by Radim Krčmář · 8 years ago
  89. 9b731bc MIPS: KVM: Propagate kseg0/mapped tlb fault errors by James Hogan · 8 years ago
  90. 0741f52 MIPS: KVM: Fix gfn range check in kseg0 tlb faults by James Hogan · 8 years ago
  91. 8985d50 MIPS: KVM: Add missing gfn range check by James Hogan · 8 years ago
  92. c604cff MIPS: KVM: Fix mapped fault broken commpage handling by James Hogan · 8 years ago
  93. a28ebea KVM: Protect device ops->create and list_add with kvm->lock by Christoffer Dall · 8 years ago
  94. 023e9fd KVM: PPC: Move xics_debugfs_init out of create by Christoffer Dall · 8 years ago
  95. aca411a KVM: s390: reset KVM_REQ_MMU_RELOAD if mapping the prefix failed by Julius Niedworok · 8 years ago
  96. 75a4615 KVM: s390: set the prefix initially properly by Julius Niedworok · 8 years ago
  97. 95f3be7 perf/x86/intel/uncore: Add enable_box for client MSR uncore by Kan Liang · 8 years ago
  98. 10e9e7b perf/x86/intel/uncore: Fix uncore num_counters by Kan Liang · 8 years ago
  99. 6818787 uprobes/x86: Fix RIP-relative handling of EVEX-encoded instructions by Denys Vlasenko · 8 years ago
  100. 4b9eaf3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago