1. 0d3dcc0 perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding by Arnaldo Carvalho de Melo · 8 years ago
  2. bd3dda9 perf trace: Allow overriding global --max-stack per event by Arnaldo Carvalho de Melo · 8 years ago
  3. 75d5011 perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used by Arnaldo Carvalho de Melo · 8 years ago
  4. eabad8c perf unwind: Do not look just at the global callchain_param.record_mode by Arnaldo Carvalho de Melo · 8 years ago
  5. 249d98e perf callchain: Fix attr.sample_max_stack setting by Arnaldo Carvalho de Melo · 8 years ago
  6. ffd3d18 perf tools: Add ARM Statistical Profiling Extensions (SPE) support by Kim Phillips · 8 years ago
  7. d777f8d tools lib traceevent: Fix get_field_str() for dynamic strings by Steven Rostedt (VMware) · 8 years ago
  8. 806efae tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial() by Taeung Song · 8 years ago
  9. 6d36ce2 tools lib traceevent: Add UL suffix to MISSING_EVENTS by Michael Sartain · 8 years ago
  10. 67dfc37 tools lib traceevent: Use asprintf when possible by Federico Vaga · 8 years ago
  11. e877372 tools lib traceevent: Show contents (in hex) of data of unrecognized type records by Steven Rostedt (VMware) · 8 years ago
  12. 37db96b tools lib traceevent: Handle new pointer processing of bprint strings by Steven Rostedt (VMware) · 8 years ago
  13. 38d70b7 tools lib traceevent: Simplify pointer print logic and fix %pF by Steven Rostedt (VMware) · 8 years ago
  14. d634447 tools lib traceevent: Print value of unknown symbolic fields by Jan Kiszka · 8 years ago
  15. 3df76c9 tools lib traceevent: Show value of flags that have not been parsed by Steven Rostedt (VMware) · 8 years ago
  16. 952a99c tools lib traceevent: Fix bad force_token escape sequence by Michael Sartain · 8 years ago
  17. 08e2639 perf trace: Fix setting of --call-graph/--max-stack for non-syscall events by Arnaldo Carvalho de Melo · 8 years ago
  18. 1688c2f perf evsel: Check if callchain is enabled before setting it up by Arnaldo Carvalho de Melo · 8 years ago
  19. fa1195c perf tools: Fix copyfile_offset update of output offset by Jiri Olsa · 8 years ago
  20. 236d812 perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely by Arnaldo Carvalho de Melo · 8 years ago
  21. 41013f0 perf script python: Add script to profile and resolve physical mem type by Kan Liang · 8 years ago
  22. dd8bd53 perf evlist: Remove trailing semicolon by Luis de Bethencourt · 8 years ago
  23. 2178790 perf evsel: Fix incorrect handling of type _TERM_DRV_CFG by Mathieu Poirier · 8 years ago
  24. 1ccb8fe Merge tag 'perf-core-for-mingo-4.16-20180110' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  25. 5d64db2 tools headers: Synchronize kernel <-> tooling headers by Arnaldo Carvalho de Melo · 8 years ago
  26. 6439d7d perf report: Introduce --mmaps by Arnaldo Carvalho de Melo · 8 years ago
  27. 930f8b3 perf report: Add --tasks option to display monitored tasks by Jiri Olsa · 8 years ago
  28. 2d1073d perf trace: Beautify 'gettid' syscall result by Arnaldo Carvalho de Melo · 8 years ago
  29. a4a4d0a perf report: Add --stats option to display quick data statistics by Jiri Olsa · 8 years ago
  30. 075ca1e perf tools: Make the tool's warning messages optional by Jiri Olsa · 8 years ago
  31. 3d7c27b perf script: Add support to display lost events by Jiri Olsa · 8 years ago
  32. 28a0b39 perf script: Add support to display sample misc field by Jiri Olsa · 8 years ago
  33. 972c148 perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13 by Jiri Olsa · 8 years ago
  34. 99e818c perf: Return empty callchain instead of NULL by Jiri Olsa · 8 years ago
  35. 8cf7e0e perf: Make perf_callchain function static by Jiri Olsa · 8 years ago
  36. 81df978 perf: Add sample_id to PERF_RECORD_ITRACE_START event comment by Jiri Olsa · 8 years ago
  37. 313ccb9 perf: Allocate context task_ctx_data for child event by Jiri Olsa · 8 years ago
  38. db9fc76 perf tools: Display perf_event_attr::namespaces debug info by Jiri Olsa · 8 years ago
  39. 24787af perf tools: Enable LIBBABELTRACE by default by Jiri Olsa · 8 years ago
  40. 2ab046c perf script: Support time percent and multiple time ranges by Jin Yao · 8 years ago
  41. 5b969bc perf report: Support time percent and multiple time ranges by Jin Yao · 8 years ago
  42. 9a9b8b4 perf tools: Create function to perform multiple time range checking by Jin Yao · 8 years ago
  43. 13a70f3 perf tools: Create function to parse time percent by Jin Yao · 8 years ago
  44. 68588ba perf record: Record the first and last sample time in the header by Jin Yao · 8 years ago
  45. 6011518 perf header: Add infrastructure to record first and last sample time by Jin Yao · 8 years ago
  46. 40c39e3 perf report: Fix a no annotate browser displayed issue by Jin Yao · 8 years ago
  47. 935f5a9 perf report: Fix a wrong offset issue when using /proc/kcore by Jin Yao · 8 years ago
  48. 44df1af perf tools: Fix compile error with libunwind x86 by Wang Nan · 8 years ago
  49. e0337f4 perf test bpf: Hook on epoll_pwait() by Arnaldo Carvalho de Melo · 8 years ago
  50. 13cb2d0 perf test bpf: Use designated struct field initializers by Arnaldo Carvalho de Melo · 8 years ago
  51. 6703c97 perf test bpf: Improve message about expected samples by Arnaldo Carvalho de Melo · 8 years ago
  52. 9128d3e perf/x86/msr: Clean up the code by Ingo Molnar · 8 years ago
  53. 9ae21dd perf/x86/msr: Add support for MSR_IA32_THERM_STATUS by Stephane Eranian · 8 years ago
  54. b6815f3 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  55. 89876f2 Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  56. 12e971b Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  57. f842839 Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  58. abb7099 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  59. b03acc4 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. 3eac690 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  61. 925cbd7 Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  62. 64648a5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  63. d8887f1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  64. de79182 x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN by Thomas Gleixner · 8 years ago
  65. b9e705e x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm by David Woodhouse · 8 years ago
  66. 107b7d9 mfd: rtsx: Release IRQ during shutdown by Sinan Kaya · 8 years ago
  67. 5866bec Merge tag 'drm-fixes-for-v4.15-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  68. 9a0e712 mailmap: update Mark Yao's email address by Jeffy Chen · 8 years ago
  69. 0cbb4b4 userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails by Andrea Arcangeli · 8 years ago
  70. d09cfbb mm/sparse.c: wrong allocation for mem_section by Baoquan He · 8 years ago
  71. cdc346b mm/zsmalloc.c: include fs.h by Sergey Senozhatsky · 8 years ago
  72. 152a2d1 mm/debug.c: provide useful debugging information for VM_BUG by Matthew Wilcox · 8 years ago
  73. dc8635b kernel/exit.c: export abort() to modules by Andrew Morton · 8 years ago
  74. 4991c09 mm/mprotect: add a cond_resched() inside change_pmd_range() by Anshuman Khandual · 8 years ago
  75. 4d95701 kernel/acct.c: fix the acct->needcheck check in check_free_space() by Oleg Nesterov · 8 years ago
  76. e8c2477 mm: check pfn_valid first in zero_resv_unavail by Dave Young · 8 years ago
  77. 1e54768 x86/tlb: Drop the _GPL from the cpu_tlbstate export by Thomas Gleixner · 8 years ago
  78. 42f3bdc x86/events/intel/ds: Use the proper cache flush method for mapping ds buffers by Peter Zijlstra · 8 years ago
  79. 1dddd25 x86/kaslr: Fix the vaddr_end mess by Thomas Gleixner · 8 years ago
  80. bc6fe53 Merge tag 'drm-intel-fixes-2018-01-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 8 years ago
  81. 0007b9c Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 8 years ago
  82. dc042da Merge branch 'drm-armada-fixes-4.15' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes by Dave Airlie · 8 years ago
  83. 041ea47 Merge tag 'omapdrm-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes by Dave Airlie · 8 years ago
  84. f207890 x86/mm: Map cpu_entry_area at the same place on 4/5 level by Thomas Gleixner · 8 years ago
  85. f5a4071 x86/mm: Set MODULES_END to 0xffffffffff000000 by Andrey Ryabinin · 8 years ago
  86. e1915c8 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  87. abb62c4 arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoC by Masahiro Yamada · 8 years ago
  88. d84baa5 Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes by Arnd Bergmann · 8 years ago
  89. 3bfbed8 Merge tag 'renesas-fixes-for-v4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Arnd Bergmann · 8 years ago
  90. 30414f3 drm/i915: Apply Display WA #1183 on skl, kbl, and cfl by Lucas De Marchi · 8 years ago
  91. 00a5ae2 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 2fd9c41 x86/process: Define cpu_tss_rw in same section as declaration by Nick Desaulniers · 8 years ago
  93. d7732ba x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat() by Thomas Gleixner · 8 years ago
  94. d6bbd51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  95. 50d0f78 Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 8 years ago
  96. b4df268 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  97. e816c20 exec: Weaken dumpability for secureexec by Kees Cook · 8 years ago
  98. 3ffdeb1 x86/dumpstack: Print registers for first stack frame by Josh Poimboeuf · 8 years ago
  99. a9cdbe7 x86/dumpstack: Fix partial register dumps by Josh Poimboeuf · 8 years ago
  100. 52994c2 x86/pti: Make sure the user/kernel PTEs match by Thomas Gleixner · 8 years ago