1. f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 9 months ago
  2. d3296fb perf/core: Disable page faults when getting phys address by Jiri Olsa · 4 years, 9 months ago
  3. 24fb6b8 perf/cgroup: Correct indirection in perf_less_group_idx() by Ian Rogers · 4 years, 10 months ago
  4. 33238c5 perf/core: Fix event cgroup tracking by Peter Zijlstra · 4 years, 10 months ago
  5. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
  6. c48b072 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  7. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  8. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  9. 6546b19 perf/core: Add PERF_SAMPLE_CGROUP feature by Namhyung Kim · 4 years, 10 months ago
  10. 96aaab6 perf/core: Add PERF_RECORD_CGROUP event by Namhyung Kim · 4 years, 10 months ago
  11. 6914303 perf: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 10 months ago
  12. a676362 perf/core: Fix reversed NULL check in perf_event_groups_less() by Dan Carpenter · 4 years, 10 months ago
  13. 90c91df perf/core: Fix endless multiplex timer by Peter Zijlstra · 4 years, 10 months ago
  14. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  15. 95ed6c7 perf/cgroup: Order events in RB tree by cgroup id by Ian Rogers · 5 years ago
  16. c2283c9 perf/cgroup: Grow per perf_cpu_context heap storage by Ian Rogers · 5 years ago
  17. 836196be perf/core: Add per perf_cpu_context min_heap storage by Ian Rogers · 5 years ago
  18. 6eef8a71 perf/core: Use min_heap in visit_groups_merge() by Ian Rogers · 5 years ago
  19. 98add2a perf/cgroup: Reorder perf_cgroup_connect() by Peter Zijlstra · 5 years ago
  20. 2c2366c perf/core: Remove 'struct sched_in_data' by Peter Zijlstra · 5 years ago
  21. ab6f824 perf/core: Unify {pinned,flexible}_sched_in() by Peter Zijlstra · 5 years ago
  22. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 4 years, 11 months ago
  23. bbfd5e4 perf/core: Add new branch sample type for HW index of raw branch records by Kan Liang · 5 years ago
  24. ca21b9b Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  25. e310396 Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  26. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  27. 07c5972 perf/cgroups: Install cgroup events to correct cpuctx by Song Liu · 5 years ago
  28. 0034615 perf/core: Fix mlock accounting in perf_mmap() by Song Liu · 5 years ago
  29. da9ec3d perf: Correctly handle failed perf_get_aux_event() by Mark Rutland · 5 years ago
  30. 56de4e8 perf: Make struct ring_buffer less ambiguous by Steven Rostedt (VMware) · 5 years ago
  31. 9f0bff1 perf/core: Add SRCU annotation for pmus list walk by Sebastian Andrzej Siewior · 5 years ago
  32. ce623f8 nsfs: clean-up ns_get_path() signature to return int by Aleksa Sarai · 5 years ago
  33. ff68dac mm/mmap.c: use IS_ERR_VALUE to check return value of get_unmapped_area by Gaowei Pu · 5 years ago
  34. 3f59dbc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  35. 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  36. 752272f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  37. c494cd6 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  38. 46f4f0a Merge branch 'kvm-tsx-ctrl' into HEAD by Paolo Bonzini · 5 years ago
  39. c4b7547 perf/core: Make the mlock accounting simple again by Alexander Shishkin · 5 years ago
  40. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  41. 36b3db0 perf/core: Fix the mlock accounting, again by Alexander Shishkin · 5 years ago
  42. 85192db bpf: Convert bpf_prog refcnt to atomic64_t by Andrii Nakryiko · 5 years ago
  43. 52ba4b0 perf/core: Provide a kernel-internal interface to pause perf_event by Like Xu · 5 years ago
  44. 3ca270f perf/core: Provide a kernel-internal interface to recalibrate event period by Like Xu · 5 years ago
  45. a4faf00 perf/aux: Allow using AUX data in perf samples by Alexander Shishkin · 5 years ago
  46. deb0c3c perf/core: Fix unlock balance in perf_init_event() by Qian Cai · 5 years ago
  47. fed4c9c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  48. d00dbd29 perf/core: Fix missing static inline on perf_cgroup_switch() by Ben Dooks (Codethink) · 5 years ago
  49. 697d877 perf/core: Consistently fail fork on allocation failures by Alexander Shishkin · 5 years ago
  50. dce5aff perf/aux: Disallow aux_output for kernel events by Alexander Shishkin · 5 years ago
  51. f25d8ba perf/core: Reattach a misplaced comment by Alexander Shishkin · 5 years ago
  52. 00496fe perf/aux: Fix the aux_output group inheritance fix by Alexander Shishkin · 5 years ago
  53. 09f4e8f perf/core: Disallow uncore-cgroup events by Peter Zijlstra · 5 years ago
  54. d44f821 perf/core: Optimize perf_init_event() for TYPE_SOFTWARE by Liang, Kan · 5 years ago
  55. 66d258c perf/core: Optimize perf_init_event() by Peter Zijlstra · 5 years ago
  56. db0503e perf/core: Optimize perf_install_in_event() by Peter Zijlstra · 5 years ago
  57. c2b98a8 perf/x86: Synchronize PMU task contexts on optimized context switches by Alexey Budankov · 5 years ago
  58. 6513303 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  59. 8c7e975 perf/core: Start rejecting the syscall with attr.__reserved_2 set by Alexander Shishkin · 5 years ago
  60. a8a31fd Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  61. f3a519e perf/aux: Fix AUX output stopping by Alexander Shishkin · 5 years ago
  62. aa7a7b7 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  63. 5e6c3c7 perf/aux: Fix tracking of auxiliary trace buffer allocation by Thomas Richter · 5 years ago
  64. aa5de30 kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register by Song Liu · 5 years ago
  65. d7e7870 perf/ring_buffer: Matching the memory allocate and free, in rb_alloc() by Yunfeng Ye · 5 years ago
  66. 8a9f91c perf/ring_buffer: Modify the parameter type of perf_mmap_free_page() by Yunfeng Ye · 5 years ago
  67. da97e18 perf_event: Add support for LSM and SELinux checks by Joel Fernandes (Google) · 5 years ago
  68. 7fa343b7 perf/core: Fix corner case in perf_rotate_context() by Song Liu · 5 years ago
  69. d44248a perf/core: Rework memory accounting in perf_mmap() by Song Liu · 5 years ago
  70. f733c6b perf/core: Fix inheritance of aux_output groups by Alexander Shishkin · 5 years ago
  71. c2ba8f4 perf_event_open: switch to copy_struct_from_user() by Aleksa Sarai · 5 years ago
  72. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  73. 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
  74. f385cb8 uprobe: collapse THP pmd after removing all uprobes by Song Liu · 5 years ago
  75. 5a52c9d uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT by Song Liu · 5 years ago
  76. fb4fb04 uprobe: use original page when all uprobes are removed by Song Liu · 5 years ago
  77. 9f014e3 perf/core: Fix several typos in comments by Roy Ben Shlomo · 5 years ago
  78. 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
  79. 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
  80. 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
  81. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  82. 310aa0a perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization by Mark-PK Tsai · 5 years ago
  83. ab43762 perf: Allow normal events to output AUX data by Alexander Shishkin · 5 years ago
  84. b0c8fdc lockdown: Lock down perf when in confidentiality mode by David Howells · 5 years ago
  85. 30f9028 perf/core: Mark hrtimers to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  86. 7b3c92b sched/core: Convert get_task_struct() to return the task by Matthew Wilcox (Oracle) · 6 years ago
  87. 4ce54af perf/core: Fix creating kernel counters for PMUs that override event->cpu by Leonard Crestez · 5 years ago
  88. 4f5ed13 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  89. 8a58dda perf/core: Fix exclusive events' grouping by Alexander Shishkin · 6 years ago
  90. 1cf8dfe perf/core: Fix race between close() and fork() by Peter Zijlstra · 5 years ago
  91. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  92. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  93. 46f1ec2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  94. 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  95. 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  96. 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
  97. 02e5ad9 perf_event_get(): don't bother with fget_raw() by Al Viro · 6 years ago
  98. fd7d551 perf/cgroups: Don't rotate events for cgroups unnecessarily by Ian Rogers · 6 years ago
  99. e321d02 perf/x86: Disable extended registers for non-supported PMUs by Kan Liang · 6 years ago
  100. 913a90b perf/ioctl: Add check for the sample_period value by Ravi Bangoria · 6 years ago