1. a7b7b77 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  2. f385cb8 uprobe: collapse THP pmd after removing all uprobes by Song Liu · 5 years ago
  3. 5a52c9d uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 5 years ago
  4. fb4fb04 uprobe: use original page when all uprobes are removed by Song Liu · 5 years ago
  5. 9f014e3 perf/core: Fix several typos in comments by Roy Ben Shlomo · 5 years ago
  6. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  8. 772c1d0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  9. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  10. 310aa0a perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization by Mark-PK Tsai · 5 years ago
  11. ab43762 perf: Allow normal events to output AUX data by Alexander Shishkin · 5 years ago
  12. 30f9028 perf/core: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  13. 7b3c92b sched/core: Convert get_task_struct() to return the task by Matthew Wilcox (Oracle) · 6 years ago
  14. 4ce54af perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 5 years ago
  15. 4f5ed13 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  16. 8a58dda perf/core: Fix exclusive events' grouping by Alexander Shishkin · 6 years ago
  17. 1cf8dfe perf/core: Fix race between close() and fork() by Peter Zijlstra · 5 years ago
  18. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  20. 46f1ec2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  23. 83086d6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  24. 02e5ad9 perf_event_get(): don't bother with fget_raw() by Al Viro · 6 years ago
  25. fd7d551 perf/cgroups: Don't rotate events for cgroups unnecessarily by Ian Rogers · 6 years ago
  26. e321d02 perf/x86: Disable extended registers for non-supported PMUs by Kan Liang · 6 years ago
  27. 913a90b perf/ioctl: Add check for the sample_period value by Ravi Bangoria · 6 years ago
  28. 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
  29. 085ebfe perf/core: Fix perf_sample_regs_user() mm check by Peter Zijlstra · 6 years ago
  30. f3a3a82 perf/core: Add attr_groups_update into struct pmu by Jiri Olsa · 6 years ago
  31. 9fd2e48 perf/core: Allow non-privileged uprobe for user processes by Song Liu · 6 years ago
  32. 2bf1acc uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem by Oleg Nesterov · 6 years ago
  33. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  34. 5322ea5 perf/ring-buffer: Use regular variables for nesting by Peter Zijlstra · 6 years ago
  35. 4d839dd perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data by Peter Zijlstra · 6 years ago
  36. 3f9fbe9 perf/ring_buffer: Add ordering to rb->nest increment by Peter Zijlstra · 6 years ago
  37. 1b038c6 perf/ring_buffer: Fix exposing a temporarily decreased data_head by Yabin Cui · 6 years ago
  38. 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
  39. 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
  40. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  41. 0bc40e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 90489a7 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. 26ae4f4 perf/ring_buffer: Fix AUX software double buffering by Alexander Shishkin · 6 years ago
  44. aad42dd uprobes: Initialize uprobes earlier by Nadav Amit · 6 years ago
  45. c68d224 perf/core: Add perf_pmu_resched() as global function by Stephane Eranian · 6 years ago
  46. cc86709 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  47. 339bc41 perf/ring_buffer: Fix AUX record suppression by Alexander Shishkin · 6 years ago
  48. 52a44f8 perf/core: Fix the address filtering fix by Alexander Shishkin · 6 years ago
  49. 496156e Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  50. 1d54ad9 perf/core: Fix perf_event_disable_inatomic() race by Peter Zijlstra · 6 years ago
  51. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  52. d18bf42 perf/core: Make perf_swevent_init_cpu() static by Valdis Kletnieks · 6 years ago
  53. 4a98be8 Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  54. 6cdfa54 Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  55. d9c1bb2 perf/core: Restore mmap record type correctly by Stephane Eranian · 6 years ago
  56. 12ad143 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  58. b339da4 Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  59. 43aa378 perf/core: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  60. 5768402 perf/ring_buffer: Use high order allocations for AUX buffers optimistically by Alexander Shishkin · 6 years ago
  61. 10c3405 perf: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  62. 21038f2 perf, bpf: Consider events with attr.bpf_event as side-band events by Song Liu · 6 years ago
  63. c978b94 Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 6 years ago
  64. 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  65. c60f83b perf, pt, coresight: Fix address filters for vmas with non-zero offset by Alexander Shishkin · 6 years ago
  66. 18736ee perf: Copy parent's address filter offsets on clone by Alexander Shishkin · 6 years ago
  67. ce59b8e uprobes: convert uprobe.ref to refcount_t by Elena Reshetova · 6 years ago
  68. 528871b perf/core: Fix impossible ring-buffer sizes warning by Ingo Molnar · 6 years ago
  69. 81ec3f3 perf/x86: Add check_period PMU callback by Jiri Olsa · 6 years ago
  70. 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago
  71. 8400186 perf/aux: Make perf_event accessible to setup_aux() by Mathieu Poirier · 6 years ago
  72. ca3bb3d perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_t by Elena Reshetova · 6 years ago
  73. fecb8ed perf/ring_buffer: Convert ring_buffer.refcount to refcount_t by Elena Reshetova · 6 years ago
  74. 8c94abb perf: Convert perf_event_context.refcount to refcount_t by Elena Reshetova · 6 years ago
  75. 720e596 perf/uprobes: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  76. 469eb32 perf/hw_breakpoints: Convert to SPDX license identifier by Thomas Gleixner · 6 years ago
  77. 8e86e01 perf/core: Convert to SPDX license identifiers by Thomas Gleixner · 6 years ago
  78. 98cb621 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  79. 9dff0aa perf/core: Don't WARN() for impossible ring-buffer sizes by Mark Rutland · 6 years ago
  80. 6ee52e2 perf, bpf: Introduce PERF_RECORD_BPF_EVENT by Song Liu · 6 years ago
  81. 76193a9 perf, bpf: Introduce PERF_RECORD_KSYMBOL by Song Liu · 6 years ago
  82. 5620196 perf: Make perf_event_output() propagate the output() return by Arnaldo Carvalho de Melo · 6 years ago
  83. cc6795a perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs by Andrew Murray · 6 years ago
  84. 1a51c5d perf core: Fix perf_proc_update_handler() bug by Stephane Eranian · 6 years ago
  85. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  86. ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
  87. 116b081 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  88. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  89. 76aea1e Merge tag 'v4.20-rc7' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  90. abb8d6e Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  91. 1aed58e Uprobes: Fix kernel oops with delayed_uprobe_remove() by Ravi Bangoria · 6 years ago
  92. 4bbfd74 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  93. fca0c11 perf: Fix typos in comments by Ingo Molnar · 6 years ago
  94. 0809d954 events: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  95. 09d3f01 uprobes: Fix handle_swbp() vs. unregister() + register() race once more by Andrea Parri · 6 years ago
  96. 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  97. 343a9f3 Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  98. 28fa741 perf/core: Clean up inconsisent indentation by Colin Ian King · 6 years ago
  99. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  100. a6ca88b trace_uprobe: support reference counter in fd-based uprobe by Song Liu · 6 years ago