1. fecb410 libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h by Jiri Olsa · 5 years ago
  2. ffd337b libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h by Jiri Olsa · 5 years ago
  3. 4fd7a4d libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to perf/event.h by Jiri Olsa · 5 years ago
  4. 0f5b1a2 libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/event.h by Jiri Olsa · 5 years ago
  5. 5ded068 libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h by Jiri Olsa · 5 years ago
  6. 78e5ea1 libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h by Jiri Olsa · 5 years ago
  7. c78ad99 libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h by Jiri Olsa · 5 years ago
  8. be5863b perf top: Fix event group with more than two events by Namhyung Kim · 5 years ago
  9. ea4385f perf top: Decay all events in the evlist by Namhyung Kim · 5 years ago
  10. 630aec1 perf clang: Delete needless util-cxx.h header by Arnaldo Carvalho de Melo · 5 years ago
  11. 2da39f1 perf evlist: Remove needless util.h from evlist.h by Arnaldo Carvalho de Melo · 5 years ago
  12. efa73d3 perf tools: Remove needless util.h include from builtin.h by Arnaldo Carvalho de Melo · 5 years ago
  13. d06e5fa perf tools: Warn that perf_event_paranoid can restrict kernel symbols by Igor Lubashev · 5 years ago
  14. 8859aed perf symbols: Use CAP_SYSLOG with kptr_restrict checks by Igor Lubashev · 5 years ago
  15. aa97293 perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1 by Igor Lubashev · 5 years ago
  16. dda1bf8 perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks by Igor Lubashev · 5 years ago
  17. e9a6882 perf event: Check ref_reloc_sym before using it by Igor Lubashev · 5 years ago
  18. 0a56e06 perf arch powerpc: Sync powerpc syscall.tbl by Naveen N. Rao · 5 years ago
  19. 42880f7 perf/x86/intel: Support PEBS output to PT by Alexander Shishkin · 5 years ago
  20. ab43762 perf: Allow normal events to output AUX data by Alexander Shishkin · 5 years ago
  21. 794b8be Merge tag 'perf-core-for-mingo-5.4-20190826' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 5 years ago
  22. 74a1e86 perf evsel: Rename perf_missing_features::bpf_event to ::bpf by Arnaldo Carvalho de Melo · 5 years ago
  23. 3f604b5 perf tool: Rename perf_tool::bpf_event to bpf by Arnaldo Carvalho de Melo · 5 years ago
  24. 6a1b359 perf tools: Rename perf_event::bpf_event to perf_event::bpf by Arnaldo Carvalho de Melo · 5 years ago
  25. ebdba16 perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol by Arnaldo Carvalho de Melo · 5 years ago
  26. 69d81f0 libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix by Arnaldo Carvalho de Melo · 5 years ago
  27. b1fcd19 libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h by Jiri Olsa · 5 years ago
  28. b1b5101 libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h by Jiri Olsa · 5 years ago
  29. f15e3c2 libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h by Jiri Olsa · 5 years ago
  30. 003c66f libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h by Jiri Olsa · 5 years ago
  31. 213a6c1 libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h by Jiri Olsa · 5 years ago
  32. a2e254d libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h by Jiri Olsa · 5 years ago
  33. 5290ed6 libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h by Jiri Olsa · 5 years ago
  34. bceb59b libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h by Jiri Olsa · 5 years ago
  35. 19d1765 libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h by Jiri Olsa · 5 years ago
  36. 002dda3 libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h by Jiri Olsa · 5 years ago
  37. b66ced1 libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h by Jiri Olsa · 5 years ago
  38. 1345e2e libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h by Jiri Olsa · 5 years ago
  39. 3b4acbb9 perf script: Fix memory leaks in list_scripts() by Gustavo A. R. Silva · 6 years ago
  40. 3dab6ac perf report: Fix --ns time sort key output by Andi Kleen · 5 years ago
  41. 092804a perf report: Use timestamp__scnprintf_nsec() for time sort key by Andi Kleen · 5 years ago
  42. b4de344 perf tools: Remove duplicate headers by Souptick Joarder · 5 years ago
  43. e051c2f perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate by Arnaldo Carvalho de Melo · 5 years ago
  44. c265784 perf augmented_raw_syscalls: Introduce helper to get the scratch space by Arnaldo Carvalho de Melo · 5 years ago
  45. 0112806 perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter by Arnaldo Carvalho de Melo · 5 years ago
  46. 2ad926d perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg by Arnaldo Carvalho de Melo · 5 years ago
  47. b92675f perf trace beauty ioctl: Fix off-by-one error in cmd->string table by Benjamin Peterson · 5 years ago
  48. d93fc7a perf tests: Fixes hang in zstd compression test by changing the source of random data by James Clark · 5 years ago
  49. 185bcb9 perf sort: Remove needless headers from sort.h, provide fwd struct decls by Arnaldo Carvalho de Melo · 5 years ago
  50. 97b9d86 perf srcline: Add missing srcline.h header to files needing its defs by Arnaldo Carvalho de Melo · 5 years ago
  51. 1250090 perf cacheline: Move cacheline related routines to separate files by Arnaldo Carvalho de Melo · 5 years ago
  52. aeb00b1 perf record: Move record_opts and other record decls out of perf.h by Arnaldo Carvalho de Melo · 5 years ago
  53. 38b7b67 perf stat: Remove needless headers from stat.h by Arnaldo Carvalho de Melo · 5 years ago
  54. 29e3311 perf cpumap: No need to include perf.h, ditch it by Arnaldo Carvalho de Melo · 5 years ago
  55. 39152ee perf/x86/intel/pt: Get rid of reverse lookup table for ToPA by Alexander Shishkin · 5 years ago
  56. 91feca5 perf/x86/intel/pt: Free up space in a ToPA descriptor by Alexander Shishkin · 5 years ago
  57. 38bb8d7 perf/x86/intel/pt: Split ToPA metadata and page layout by Alexander Shishkin · 5 years ago
  58. 539f7c2 perf/x86/intel/pt: Use pointer arithmetics instead in ToPA entry calculation by Alexander Shishkin · 5 years ago
  59. fffec50 perf/x86/intel/pt: Use helpers to obtain ToPA entry size by Alexander Shishkin · 5 years ago
  60. 90583af perf/x86/intel/pt: Clean up ToPA allocation path by Alexander Shishkin · 5 years ago
  61. 8db5957 Merge tag 'v5.3-rc6' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  62. a55aa89 Linux 5.3-rc6 by Linus Torvalds · 5 years ago
  63. c749088 Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linux by Linus Torvalds · 5 years ago
  64. 32ae83f Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  65. 94a76d9 Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
  66. 146c3d3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  67. 5a13fc3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  68. 8a04c2e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  69. 05bbb93 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  70. 44c471e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  71. f47edb5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  72. e67095f Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  73. 00fb24a mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y by Andrey Ryabinin · 5 years ago
  74. 701d678 mm/zsmalloc.c: fix race condition in zs_destroy_pool by Henry Burns · 5 years ago
  75. 1a87aa0 mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely by Henry Burns · 5 years ago
  76. f7da677 mm, page_owner: handle THP splits correctly by Vlastimil Babka · 5 years ago
  77. 46d0b24 userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx by Oleg Nesterov · 5 years ago
  78. 7b2b55d psi: get poll_work to run when calling poll syscall next time by Jason Xing · 5 years ago
  79. bb65f89 mm: memcontrol: flush percpu vmevents before releasing memcg by Roman Gushchin · 5 years ago
  80. c350a99 mm: memcontrol: flush percpu vmstats before releasing memcg by Roman Gushchin · 5 years ago
  81. bbcb03a parisc: fix compilation errrors by Qian Cai · 5 years ago
  82. cd96103 mm, page_alloc: move_freepages should not examine struct page of reserved memory by David Rientjes · 5 years ago
  83. d776aaa mm/z3fold.c: fix race between migration and destruction by Henry Burns · 5 years ago
  84. 083f0f2 Merge tag 'gpio-v5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  85. 3614692 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  86. 0a022ec Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 5 years ago
  87. 17d0fbf Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  88. 8942230 Merge tag 'xfs-5.3-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  89. bc67b17 Merge tag 'drm-fixes-2019-08-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  90. 087eeea Merge tag 'kvmarm-fixes-for-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm/fixes by Will Deacon · 5 years ago
  91. 7837951 drm/mediatek: include dma-mapping header by Dave Airlie · 5 years ago
  92. 9140d8b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  93. b9bd680 Merge tag 'for-linus-20190823' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  94. dd469a4 Merge tag 'for-5.3/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  95. f576518 Merge tag 'xfs-5.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  96. 2e16f3e KVM: arm/arm64: VGIC: Properly initialise private IRQ affinity by Andre Przywara · 5 years ago
  97. e3fb13b Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 5 years ago
  98. 4e56394 Merge tag 'ceph-for-5.3-rc6' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  99. c536277 RDMA/siw: Fix 64/32bit pointer inconsistency by Bernard Metzler · 5 years ago
  100. 1374a22 Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago