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