1. 6995e35 perf: Fix sys_perf_event_open() race against self by Vaibhav Rustagi · 2 years, 10 months ago
  2. f6b5d51 perf: Fix list corruption in perf_cgroup_switch() by Song Liu · 3 years, 1 month ago
  3. d0774cf perf: Always wake the parent event by James Clark · 3 years, 3 months ago
  4. 91b04e8 perf: Fix perf_event_read_local() time by Peter Zijlstra · 3 years, 3 months ago
  5. cffed7e kernel: delete repeated words in comments by Randy Dunlap · 4 years, 1 month ago
  6. 723acd7 perf: Protect perf_guest_cbs with RCU by Sean Christopherson · 3 years, 4 months ago
  7. d35250e Revert "perf: Rework perf_event_exit_event()" by Sasha Levin · 3 years, 4 months ago
  8. bd40513 perf/core: Avoid put_page() when GUP fails by Greg Thelen · 3 years, 4 months ago
  9. bdae2a0 perf/core: fix userpage->time_enabled of inactive events by Song Liu · 3 years, 6 months ago
  10. c5102ce events: Reuse value read using READ_ONCE instead of re-reading it by Baptiste Lepers · 3 years, 6 months ago
  11. c64a3be perf: Fix data race between pin_count increment/decrement by Marco Elver · 3 years, 10 months ago
  12. 94902ee perf: Rework perf_event_exit_event() by Peter Zijlstra · 4 years ago
  13. 4348d3b perf/core: Fix unconditional security_locked_down() call by Ondrej Mosnacek · 4 years, 1 month ago
  14. 82ad50c perf/core: Flush PMU internal buffers for per-CPU events by Kan Liang · 4 years, 3 months ago
  15. ab7709b exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 3 months ago
  16. 2cded5a perf: Break deadlock involving exec_update_mutex by peterz@infradead.org · 4 years, 7 months ago
  17. 1908dc9 perf: Tweak perf_event_attr::exclusive semantics by Peter Zijlstra · 4 years, 5 months ago
  18. 2714c39 perf: Fix event multiplexing for exclusive groups by Peter Zijlstra · 4 years, 5 months ago
  19. 251ff2d perf: Simplify group_sched_in() by Peter Zijlstra · 4 years, 5 months ago
  20. 8c7855d perf: Simplify group_sched_out() by Peter Zijlstra · 4 years, 5 months ago
  21. 76a4efa perf/arch: Remove perf_sample_data::regs_user_copy by Peter Zijlstra · 4 years, 5 months ago
  22. 09da9c8 perf: Optimize get_recursion_context() by Peter Zijlstra · 4 years, 5 months ago
  23. ce0f17f perf: Fix get_recursion_context() by Peter Zijlstra · 4 years, 5 months ago
  24. 267fb27 perf: Reduce stack usage of perf_output_begin() by Peter Zijlstra · 4 years, 5 months ago
  25. 7bdb157 perf/core: Fix a memory leak in perf_event_parse_addr_filter() by kiyin(尹亮) · 4 years, 4 months ago
  26. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 5 months ago
  27. 3bff611 Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  28. f91072e perf/core: Fix race in the perf_mmap_close() function by Jiri Olsa · 4 years, 6 months ago
  29. 6d6b8b9 perf: Fix task_function_call() error handling by Kajol Jain · 4 years, 7 months ago
  30. 44fae179 perf/core: Pull pmu::sched_task() into perf_event_context_sched_out() by Kan Liang · 4 years, 7 months ago
  31. 556ccca perf/core: Pull pmu::sched_task() into perf_event_context_sched_in() by Kan Liang · 4 years, 7 months ago
  32. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  33. c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 7 months ago
  34. 9f0c4fa perf/core: Add a new PERF_EV_CAP_SIBLING event capability by Kan Liang · 4 years, 8 months ago
  35. 7f5faaa Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  36. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 7 months ago
  37. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 7 months ago
  38. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 7 months ago
  39. 45fd22d perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability by Alexey Budankov · 4 years, 7 months ago
  40. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  41. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
  42. e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 8 months ago
  43. 5d99cb2c bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work by Song Liu · 4 years, 8 months ago
  44. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  45. fe5ed7a uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression by Oleg Nesterov · 4 years, 8 months ago
  46. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 9 months ago
  47. 5a09928 perf/x86: Remove task_ctx_size by Kan Liang · 4 years, 8 months ago
  48. 217c2a6 perf/core: Use kmem_cache to allocate the PMU specific data by Kan Liang · 4 years, 8 months ago
  49. ff9ff92 perf/core: Factor out functions to allocate/free the task_ctx_data by Kan Liang · 4 years, 8 months ago
  50. d141b8b perf: Expose get/put_callchain_entry() by Song Liu · 4 years, 9 months ago
  51. e17d43b perf: Add perf text poke event by Adrian Hunter · 4 years, 10 months ago
  52. a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  53. 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 10 months ago
  54. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
  55. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
  56. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 9 months ago
  57. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 9 months ago
  58. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 9 months ago
  59. 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
  60. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  61. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 9 months ago
  62. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 9 months ago
  63. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 9 months ago
  64. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 9 months ago
  65. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 9 months ago
  66. 0bffedb Merge tag 'v5.7-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 10 months ago
  67. c50c75e perf/core: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  68. 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 10 months ago
  69. 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 11 months ago
  70. 2ed6edd3 perf: Add cond_resched() to task_function_call() by Barret Rhoden · 5 years ago
  71. 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 11 months ago
  72. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 11 months ago
  73. f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 5 years ago
  74. c9e0924 perf/core: open access to probes for CAP_PERFMON privileged process by Alexey Budankov · 5 years ago
  75. 18aa185 perf/core: Open access to the core for CAP_PERFMON privileged process by Alexey Budankov · 5 years ago
  76. d3296fb perf/core: Disable page faults when getting phys address by Jiri Olsa · 5 years ago
  77. 24fb6b8 perf/cgroup: Correct indirection in perf_less_group_idx() by Ian Rogers · 5 years ago
  78. 33238c5 perf/core: Fix event cgroup tracking by Peter Zijlstra · 5 years ago
  79. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 5 years ago
  80. c48b072 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  81. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  82. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  83. 6546b19 perf/core: Add PERF_SAMPLE_CGROUP feature by Namhyung Kim · 5 years ago
  84. 96aaab6 perf/core: Add PERF_RECORD_CGROUP event by Namhyung Kim · 5 years ago
  85. 6914303 perf: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 5 years ago
  86. a676362 perf/core: Fix reversed NULL check in perf_event_groups_less() by Dan Carpenter · 5 years ago
  87. 90c91df perf/core: Fix endless multiplex timer by Peter Zijlstra · 5 years ago
  88. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 5 years ago
  89. 95ed6c7 perf/cgroup: Order events in RB tree by cgroup id by Ian Rogers · 5 years ago
  90. c2283c9 perf/cgroup: Grow per perf_cpu_context heap storage by Ian Rogers · 5 years ago
  91. 836196be perf/core: Add per perf_cpu_context min_heap storage by Ian Rogers · 5 years ago
  92. 6eef8a71 perf/core: Use min_heap in visit_groups_merge() by Ian Rogers · 5 years ago
  93. 98add2a perf/cgroup: Reorder perf_cgroup_connect() by Peter Zijlstra · 5 years ago
  94. 2c2366c perf/core: Remove 'struct sched_in_data' by Peter Zijlstra · 6 years ago
  95. ab6f824 perf/core: Unify {pinned,flexible}_sched_in() by Peter Zijlstra · 6 years ago
  96. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 5 years ago
  97. bbfd5e4 perf/core: Add new branch sample type for HW index of raw branch records by Kan Liang · 5 years ago
  98. 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
  99. 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
  100. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago