1. c034f48 kernel: delete repeated words in comments by Randy Dunlap · 3 years, 11 months ago
  2. d310ec0 Merge tag 'perf-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  3. 657bd90 Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  4. b0d6d47 uprobes: (Re)add missing get_uprobe() in __find_uprobe() by Sven Schnelle · 4 years ago
  5. a905e84 rbtree, uprobes: Use rbtree helpers by Peter Zijlstra · 4 years, 9 months ago
  6. a3b8986 rbtree, perf: Use new rbtree helpers by Peter Zijlstra · 4 years, 9 months ago
  7. 2a6c6b7 perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT by Kan Liang · 4 years ago
  8. 88a16a1 perf: Add build id data in mmap2 event by Jiri Olsa · 4 years ago
  9. d01e7f1 Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
  10. 8a8ca83 Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  11. 1ac0884 Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  12. f7cfd87 exec: Transform exec_update_mutex into a rw_semaphore by Eric W. Biederman · 4 years, 1 month ago
  13. 78af4dc perf: Break deadlock involving exec_update_mutex by peterz@infradead.org · 4 years, 5 months ago
  14. 8af26be perf/core: Fix arch_perf_get_page_size() by Peter Zijlstra · 4 years, 2 months ago
  15. 20c7775 Merge remote-tracking branch 'origin/master' into perf/core by Peter Zijlstra · 4 years, 2 months ago
  16. 1908dc9 perf: Tweak perf_event_attr::exclusive semantics by Peter Zijlstra · 4 years, 3 months ago
  17. 2714c39 perf: Fix event multiplexing for exclusive groups by Peter Zijlstra · 4 years, 3 months ago
  18. 251ff2d perf: Simplify group_sched_in() by Peter Zijlstra · 4 years, 3 months ago
  19. 8c7855d perf: Simplify group_sched_out() by Peter Zijlstra · 4 years, 3 months ago
  20. 76a4efa perf/arch: Remove perf_sample_data::regs_user_copy by Peter Zijlstra · 4 years, 3 months ago
  21. 09da9c8 perf: Optimize get_recursion_context() by Peter Zijlstra · 4 years, 3 months ago
  22. ce0f17f perf: Fix get_recursion_context() by Peter Zijlstra · 4 years, 3 months ago
  23. 267fb27 perf: Reduce stack usage of perf_output_begin() by Peter Zijlstra · 4 years, 3 months ago
  24. 7bdb157 perf/core: Fix a memory leak in perf_event_parse_addr_filter() by kiyin(尹亮) · 4 years, 2 months ago
  25. 01be83e Merge branch 'core/urgent' into core/entry by Thomas Gleixner · 4 years, 2 months ago
  26. 51b646b perf,mm: Handle non-page-table-aligned hugetlbfs by Peter Zijlstra · 4 years, 3 months ago
  27. 995f088 perf/core: Add support for PERF_SAMPLE_CODE_PAGE_SIZE by Stephane Eranian · 4 years, 4 months ago
  28. 8d97e71 perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE by Kan Liang · 4 years, 4 months ago
  29. 5c251e9 signal: Add task_sigpending() helper by Jens Axboe · 4 years, 3 months ago
  30. 91989c7 task_work: cleanup notification modes by Jens Axboe · 4 years, 3 months ago
  31. 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, 3 months ago
  32. f91072e perf/core: Fix race in the perf_mmap_close() function by Jiri Olsa · 4 years, 4 months ago
  33. 6d6b8b9 perf: Fix task_function_call() error handling by Kajol Jain · 4 years, 5 months ago
  34. 44fae179 perf/core: Pull pmu::sched_task() into perf_event_context_sched_out() by Kan Liang · 4 years, 5 months ago
  35. 556ccca perf/core: Pull pmu::sched_task() into perf_event_context_sched_in() by Kan Liang · 4 years, 5 months ago
  36. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  37. c17c3dc uprobes: __replace_page() avoid BUG in munlock_vma_page() by Hugh Dickins · 4 years, 5 months ago
  38. 9f0c4fa perf/core: Add a new PERF_EV_CAP_SIBLING event capability by Kan Liang · 4 years, 6 months ago
  39. 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, 5 months ago
  40. 64019a2 mm/gup: remove task_struct pointer for all gup code by Peter Xu · 4 years, 5 months ago
  41. 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
  42. b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
  43. 45fd22d perf/core: Take over CAP_SYS_PTRACE creds to CAP_PERFMON capability by Alexey Budankov · 4 years, 6 months ago
  44. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  45. 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, 6 months ago
  46. e89d4ca Merge tag 'v5.8-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 6 months ago
  47. 5d99cb2c bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work by Song Liu · 4 years, 6 months ago
  48. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  49. fe5ed7a uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regression by Oleg Nesterov · 4 years, 6 months ago
  50. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  51. 5a09928 perf/x86: Remove task_ctx_size by Kan Liang · 4 years, 7 months ago
  52. 217c2a6 perf/core: Use kmem_cache to allocate the PMU specific data by Kan Liang · 4 years, 7 months ago
  53. ff9ff92 perf/core: Factor out functions to allocate/free the task_ctx_data by Kan Liang · 4 years, 7 months ago
  54. d141b8b perf: Expose get/put_callchain_entry() by Song Liu · 4 years, 7 months ago
  55. e17d43b perf: Add perf text poke event by Adrian Hunter · 4 years, 8 months ago
  56. a5ad574 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  57. 013b2de uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned by Oleg Nesterov · 4 years, 9 months ago
  58. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  59. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  60. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
  61. dadbb61 mm/gup.c: convert to use get_user_{page|pages}_fast_only() by Souptick Joarder · 4 years, 7 months ago
  62. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 8 months ago
  63. 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
  64. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 8 months ago
  65. d9eb1ea mm: memcontrol: delete unused lrucare handling by Johannes Weiner · 4 years, 8 months ago
  66. 9d82c69 mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API by Johannes Weiner · 4 years, 8 months ago
  67. be5d0a7 mm: memcontrol: switch to native NR_ANON_MAPPED counter by Johannes Weiner · 4 years, 8 months ago
  68. 3fba69a mm: memcontrol: drop @compound parameter from memcg charging API by Johannes Weiner · 4 years, 8 months ago
  69. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  70. 0bffedb Merge tag 'v5.7-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 8 months ago
  71. c50c75e perf/core: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  72. 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 8 months ago
  73. 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 9 months ago
  74. 2ed6edd perf: Add cond_resched() to task_function_call() by Barret Rhoden · 4 years, 9 months ago
  75. 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 9 months ago
  76. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 9 months ago
  77. f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 9 months ago
  78. c9e0924 perf/core: open access to probes for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 10 months ago
  79. 18aa185 perf/core: Open access to the core for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 10 months ago
  80. d3296fb perf/core: Disable page faults when getting phys address by Jiri Olsa · 4 years, 9 months ago
  81. 24fb6b8 perf/cgroup: Correct indirection in perf_less_group_idx() by Ian Rogers · 4 years, 10 months ago
  82. 33238c5 perf/core: Fix event cgroup tracking by Peter Zijlstra · 4 years, 10 months ago
  83. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 10 months ago
  84. 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, 10 months ago
  85. d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 10 months ago
  86. 29d9f30 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 10 months ago
  87. 6546b19 perf/core: Add PERF_SAMPLE_CGROUP feature by Namhyung Kim · 4 years, 10 months ago
  88. 96aaab6 perf/core: Add PERF_RECORD_CGROUP event by Namhyung Kim · 4 years, 10 months ago
  89. 6914303 perf: Use new infrastructure to fix deadlocks in execve by Bernd Edlinger · 4 years, 10 months ago
  90. a676362 perf/core: Fix reversed NULL check in perf_event_groups_less() by Dan Carpenter · 4 years, 10 months ago
  91. 90c91df perf/core: Fix endless multiplex timer by Peter Zijlstra · 4 years, 11 months ago
  92. bfea9a8 bpf: Add name to struct bpf_ksym by Jiri Olsa · 4 years, 10 months ago
  93. 95ed6c7 perf/cgroup: Order events in RB tree by cgroup id by Ian Rogers · 5 years ago
  94. c2283c9 perf/cgroup: Grow per perf_cpu_context heap storage by Ian Rogers · 5 years ago
  95. 836196be perf/core: Add per perf_cpu_context min_heap storage by Ian Rogers · 5 years ago
  96. 6eef8a71 perf/core: Use min_heap in visit_groups_merge() by Ian Rogers · 5 years ago
  97. 98add2a perf/cgroup: Reorder perf_cgroup_connect() by Peter Zijlstra · 5 years ago
  98. 2c2366c perf/core: Remove 'struct sched_in_data' by Peter Zijlstra · 5 years ago
  99. ab6f824 perf/core: Unify {pinned,flexible}_sched_in() by Peter Zijlstra · 5 years ago
  100. 1d7bf6b perf/bpf: Remove preempt disable around BPF invocation by Thomas Gleixner · 5 years ago