1. 5f97052 perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr() by Jiri Olsa · 7 years ago
  2. 33801b9 perf/core: Fix installing cgroup events on CPU by leilei.lin · 7 years ago
  3. 8d5bce0 perf/core: Optimize perf_rotate_context() event scheduling by Peter Zijlstra · 7 years ago
  4. 8703a7c perf/core: Fix tree based event rotation by Peter Zijlstra · 7 years ago
  5. 6e6804d perf/core: Simpify perf_event_groups_for_each() by Peter Zijlstra · 7 years ago
  6. 6668128 perf/core: Optimize ctx_sched_out() by Peter Zijlstra · 7 years ago
  7. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  8. 1cac7b1 perf/core: Fix event schedule order by Peter Zijlstra · 7 years ago
  9. 161c85f perf/core: Cleanup the rb-tree code by Peter Zijlstra · 7 years ago
  10. 8e1a203 perf/cor: Use RB trees for pinned/flexible groups by Alexey Budankov · 7 years ago
  11. 9e5b127 perf/core: Fix perf_output_read_group() by Peter Zijlstra · 7 years ago
  12. 7057bb9 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  13. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  14. 33ea4b2 perf/core: Implement the 'perf_uprobe' PMU by Song Liu · 7 years ago
  15. e12f03d perf/core: Implement the 'perf_kprobe' PMU by Song Liu · 7 years ago
  16. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  17. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 0aebc6a Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  19. d8b91dd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  20. 0c7296c perf/core: Fix ctx::mutex deadlock by Peter Zijlstra · 7 years ago
  21. 43fa87f perf/core: Fix another perf,trace,cpuhp lock inversion by Peter Zijlstra · 7 years ago
  22. 82d9485 perf/core: Fix lock inversion between perf,trace,cpuhp by Peter Zijlstra · 7 years ago
  23. 99e818c perf: Return empty callchain instead of NULL by Jiri Olsa · 7 years ago
  24. 8cf7e0e perf: Make perf_callchain function static by Jiri Olsa · 7 years ago
  25. 313ccb9 perf: Allocate context task_ctx_data for child event by Jiri Olsa · 7 years ago
  26. 82975c4 perf: Export perf_event_update_userpage by Suzuki K Poulose · 7 years ago
  27. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  28. f4e2298 bpf/tracing: fix kernel/events/core.c compilation error by Yonghong Song · 7 years ago
  29. 9802d86 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  30. f371b30 bpf/tracing: allow user space to query prog array on the same tp by Yonghong Song · 7 years ago
  31. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  32. d6eabce Merge branch 'linus' into perf/urgent, to synchronize UAPI headers by Ingo Molnar · 7 years ago
  33. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  34. 6e948c6 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  35. 4fc31ba Merge branch 'linus' into perf/urgent, to pick up dependent commits by Ingo Molnar · 7 years ago
  36. 34900ec perf: Fix header.size for namespace events by Jiri Olsa · 7 years ago
  37. 9dd9574 ipc, kernel, mm: annotate ->poll() instances by Al Viro · 8 years ago
  38. 580e3d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  40. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  41. 4a31b42 perf/core: Fix memory leak triggered by perf --namespace by Vasily Averin · 7 years ago
  42. 0e18dd1 perf/core: Fix memory leak triggered by perf --namespace by Vasily Averin · 7 years ago
  43. 3148637 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  44. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  45. dd0bb68 bpf: add a bpf_override_function helper by Josef Bacik · 7 years ago
  46. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 1644464 perf/core: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  48. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  49. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  50. be96b31 perf/cgroup: Fix perf cgroup hierarchy support by Tejun Heo · 7 years ago
  51. 0d3d73a perf/core: Rewrite event timekeeping by Peter Zijlstra · 7 years ago
  52. 0c1cbc1 perf/core: Fix perf_event_read() by Peter Zijlstra · 7 years ago
  53. 7f0ec32 perf/core: Remove wrong barrier by Peter Zijlstra · 7 years ago
  54. 8ca2bd4 perf/core: Rename 'enum perf_event_active_state' by Peter Zijlstra · 7 years ago
  55. 3c5c871 perf/core: Make sure to update ctx time before using it by Peter Zijlstra · 7 years ago
  56. a9cd819 perf/core: Fix __perf_read_group_add() locking by Peter Zijlstra · 7 years ago
  57. 0ee098c perf/core: Update ctx time before detaching events by Peter Zijlstra · 7 years ago
  58. ca0dd44 perf/core: Fix perf_event_read_value() locking by Peter Zijlstra · 7 years ago
  59. 7d9285e perf/bpf: Extend the perf_event_read_local() interface, a.k.a. "bpf: perf event change needed for subsequent bpf helpers" by Yonghong Song · 7 years ago
  60. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  61. e87c6bc bpf: permit multiple bpf attachments for a single perf event by Yonghong Song · 7 years ago
  62. 0b4c684 bpf: use the same condition in perf event set/free bpf handler by Yonghong Song · 7 years ago
  63. 506458e locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
  64. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  65. ca4b9c3b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  66. 8fd0fbb perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:function") by Peter Zijlstra · 7 years ago
  67. e6a52033 perf/core: Fix cgroup time when scheduling descendants by leilei.lin · 7 years ago
  68. df0062b perf/core: Avoid freeing static PMU contexts when PMU is unregistered by Will Deacon · 7 years ago
  69. 9756263 bpf: perf event change needed for subsequent bpf helpers by Yonghong Song · 7 years ago
  70. 5bce9db perf/core: Explain perf_sched_mutex by Alexander Shishkin · 7 years ago
  71. ec9dd35 bpf: one perf event close won't free bpf program attached by another perf event by Yonghong Song · 7 years ago
  72. 608c1d3 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  73. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  74. f570917 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  75. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. fc7ce9c perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR by Kan Liang · 7 years ago
  77. 8d4e6c4 perf/core, pt, bts: Get rid of itrace_started by Alexander Shishkin · 8 years ago
  78. e0563e0 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  79. 75e8387 perf/ftrace: Fix double traces of perf on ftrace:function by Zhou Chengming · 7 years ago
  80. f12f42a perf/core: Fix potential double-fetch bug by Meng Xu · 7 years ago
  81. 1d95311 perf/core: Don't report zero PIDs for exiting tasks by Oleg Nesterov · 7 years ago
  82. 290d9bf Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  83. 64aee2a perf/core: Fix group {cpu,task} validation by Mark Rutland · 8 years ago
  84. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. fdccc3f perf/core: Reduce context switch overhead by leilei.lin · 7 years ago
  86. 9b231d9 perf/core: Fix time on IOC_ENABLE by Peter Zijlstra · 7 years ago
  87. bfe33492 perf/x86: Fix RDPMC vs. mm_struct tracking by Peter Zijlstra · 7 years ago
  88. cf5f5ce bpf: add support for sys_enter_* and sys_exit_* tracepoints by Yonghong Song · 7 years ago
  89. c39a0e2 x86/perf/cqm: Wipe out perf based cqm by Vikas Shivappa · 7 years ago
  90. bbcdea6 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 8cfd814 cgroup: implement cgroup v2 thread support by Tejun Heo · 7 years ago
  92. 2aeb188 perf/core: Fix locking for children siblings group read by Jiri Olsa · 7 years ago
  93. 3bda69c perf/core: Fix scheduling regression of pinned groups by Alexander Shishkin · 7 years ago
  94. 6a8a75f Revert "perf/core: Drop kernel samples even though :u is specified" by Ingo Molnar · 8 years ago
  95. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  96. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. d0fabd1 perf/core: Remove unused perf_cgroup_event_cgrp_time() function by Matthias Kaehlcke · 8 years ago
  99. ba5213a perf/core: Correct event creation with PERF_FORMAT_GROUP by Peter Zijlstra · 8 years ago
  100. a5506c46 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago