1. bc09bf8 perf/core: Fix perf_output_read_group() by Peter Zijlstra · 7 years ago
  2. d4271d8 perf/cgroup: Fix child event counting bug by Song Liu · 7 years ago
  3. 0f8a75e perf/core: Fix the perf_cpu_time_max_percent check by Tan Xiaojun · 8 years ago
  4. 9acdfe4 perf: Return proper values for user stack errors by Jiri Olsa · 6 years ago
  5. b951ffb perf/core: Fix use-after-free in uprobe_perf_close() by Prashant Bhole · 6 years ago
  6. 50fe37e perf/core: Correct event creation with PERF_FORMAT_GROUP by Peter Zijlstra · 7 years ago
  7. f02bfec perf/core: Fix error handling in perf_event_alloc() by Dan Carpenter · 7 years ago
  8. a88ff23 perf/x86/intel: Account interrupts for PEBS errors by Jiri Olsa · 8 years ago
  9. 0dee549 bpf: one perf event close won't free bpf program attached by another perf event by Yonghong Song · 7 years ago
  10. bde6608 perf/core: Fix group {cpu,task} validation by Mark Rutland · 7 years ago
  11. a76a032 Revert "perf/core: Drop kernel samples even though :u is specified" by Ingo Molnar · 7 years ago
  12. 1c68633 perf/core: Fix sys_perf_event_open() vs. hotplug by Peter Zijlstra · 8 years ago
  13. 3743c0e perf/core: Drop kernel samples even though :u is specified by Jin Yao · 7 years ago
  14. 69efd8e perf/core: Fix event inheritance on fork() by Peter Zijlstra · 8 years ago
  15. c04a938 perf/core: Fix use-after-free in perf_release() by Peter Zijlstra · 8 years ago
  16. e5c2e51 perf/core: Fix crash in perf_event_read() by Peter Zijlstra · 8 years ago
  17. b41615a perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory by Peter Zijlstra · 8 years ago
  18. 3996a91 perf/core: Fix use-after-free bug by Peter Zijlstra · 8 years ago
  19. 922813f perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race by Peter Zijlstra · 8 years ago
  20. 8fc31ce perf/core: Remove invalid warning from list_update_cgroup_even()t by David Carrillo-Cisneros · 8 years ago
  21. e96271f perf/core: Fix address filter parser by Alexander Shishkin · 8 years ago
  22. 864c235 perf/core: Do not set cpuctx->cgrp for unscheduled cgroups by David Carrillo-Cisneros · 8 years ago
  23. 5aab90c perf/powerpc: Don't call perf_event_disable() from atomic context by Jiri Olsa · 8 years ago
  24. 0933840 perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix CONFIG_DEBUG_TEST_DRIVER_REMOVE=y kernel panic by Jiri Olsa · 8 years ago
  25. 687ee0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  26. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 739f1bc Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  29. 3bf6215 perf/core: Limit matching exclusive events to one PMU by Alexander Shishkin · 8 years ago
  30. 5006921 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  31. 767ae08 perf/core: Fix a race between mmap_close() and set_output() of AUX events by Alexander Shishkin · 8 years ago
  32. f1e4ba5 perf, bpf: fix conditional call to bpf_overflow_handler by Arnd Bergmann · 8 years ago
  33. c9bbdd4 perf/core: Don't pass PERF_EF_START to the PMU ->start callback by Will Deacon · 8 years ago
  34. 2cc5384 Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflicts by Ingo Molnar · 8 years ago
  35. 5876314 perf/core: Remove WARN from perf_event_read() by Peter Zijlstra · 8 years ago
  36. aa6a5f3 perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs by Alexei Starovoitov · 8 years ago
  37. 8b6a3fe perf/core: Use this_cpu_ptr() when stopping AUX events by Will Deacon · 8 years ago
  38. d6a2f903 perf/core: Introduce PMU_EV_CAP_READ_ACTIVE_PKG by David Carrillo-Cisneros · 8 years ago
  39. 4ff6a8d perf/core: Generalize event->group_flags by David Carrillo-Cisneros · 8 years ago
  40. 29dd328 bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() by Madhavan Srinivasan · 8 years ago
  41. 8942c2b Merge branch 'perf/urgent' into perf/core, to pick up dependencies by Ingo Molnar · 8 years ago
  42. 71e7bc2 perf/core: Check return value of the perf_event_read() IPI by David Carrillo-Cisneros · 8 years ago
  43. 99f5bc9 perf/core: Enable mapping of the stop filters by Mathieu Poirier · 8 years ago
  44. 12b40a2 perf/core: Update filters only on executable mmap by Mathieu Poirier · 8 years ago
  45. 4059ffd perf/core: Fix file name handling for start/stop filters by Mathieu Poirier · 8 years ago
  46. cca2094 perf/core: Fix event_function_local() by Peter Zijlstra · 8 years ago
  47. e48c178 perf/core: Optimize perf_pmu_sched_task() by Peter Zijlstra · 8 years ago
  48. 09e61b4f perf/x86/intel: Rework the large PEBS setup code by Peter Zijlstra · 8 years ago
  49. 3f005e7 perf/core: Sched out groups atomically by Mark Rutland · 8 years ago
  50. db4a835 perf/core: Set cgroup in CPU contexts for new cgroup events by David Carrillo-Cisneros · 8 years ago
  51. 0b8f1e2 perf/core: Fix sideband list-iteration vs. event ordering NULL pointer deference crash by Peter Zijlstra · 8 years ago
  52. 0d87d7e perf/core: Change log level for duration warning to KERN_INFO by David Ahern · 8 years ago
  53. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  54. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  55. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. 7e3f977 perf, events: add non-linear data support for raw records by Daniel Borkmann · 8 years ago
  57. 00e16c3 perf/core: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  58. 3ebe3bd Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  59. 2c81a64 perf/core: Fix pmu::filter_match for SW-led groups by Mark Rutland · 8 years ago
  60. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  61. 32826ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  62. ceb5607 bpf, perf: delay release of BPF prog after grace period by Daniel Borkmann · 8 years ago
  63. 3559ff9 Merge branch 'linus' into perf/core, to pick up fixes before merging new changes by Ingo Molnar · 8 years ago
  64. 7fcbc23 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  65. 62a92c8 perf/core: Remove a redundant check by Alexander Shishkin · 8 years ago
  66. 616d1c1 Merge branch 'linus' into perf/core, to refresh the branch by Ingo Molnar · 8 years ago
  67. a4f144e perf/core: Fix crash due to account/unaccount_sb_event() inconsistency by David Carrillo-Cisneros · 8 years ago
  68. a139655 perf/abi: Change the errno for sampling event not supported in hardware by Vineet Gupta · 8 years ago
  69. ab7fdef perf/core: Fix implicitly enable dynamic interrupt throttle by Kan Liang · 8 years ago
  70. aab5b71 perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate them from AUX ring-buffer records by Peter Zijlstra · 8 years ago
  71. f2fb6be perf/core: Optimize side-band event delivery by Kan Liang · 9 years ago
  72. 97c79a3 perf core: Per event callchain limit by Arnaldo Carvalho de Melo · 8 years ago
  73. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  74. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. d295015 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  76. 0161028 perf/core: Change the default paranoia level to 2 by Andy Lutomirski · 8 years ago
  77. 5101ef2 perf/arm: Special-case hetereogeneous CPUs by Mark Rutland · 8 years ago
  78. 6e855cd perf/core: Let userspace know if the PMU supports address filters by Alexander Shishkin · 8 years ago
  79. 375637b perf/core: Introduce address range filtering by Alexander Shishkin · 8 years ago
  80. b73e4fe perf/core: Extend perf_event_aux_ctx() to optionally iterate through more events by Alexander Shishkin · 8 years ago
  81. c796bbb perf/core: Move set_filter() out of CONFIG_EVENT_TRACING by Alexander Shishkin · 8 years ago
  82. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. 0b20e59 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 8 years ago
  84. 79c9ce5 perf/core: Fix perf_event_open() vs. execve() race by Peter Zijlstra · 8 years ago
  85. 9ecda41 perf/core: Add ::write_backward attribute to perf event by Wang Nan · 8 years ago
  86. 65cbbd0 Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 8 years ago
  87. b303e7c perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation by Peter Zijlstra · 8 years ago
  88. 85b67bc perf, bpf: minimize the size of perf_trace_() tracepoint handler by Alexei Starovoitov · 8 years ago
  89. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  90. 32bbe00 bpf: sanitize bpf tracepoint access by Alexei Starovoitov · 8 years ago
  91. 98b5c2c perf, bpf: allow bpf programs attach to tracepoints by Alexei Starovoitov · 8 years ago
  92. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 8 years ago
  93. 1879445 perf/core: Set event's default ::overflow_handler() by Wang Nan · 8 years ago
  94. 86e7972 perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-buffer by Wang Nan · 8 years ago
  95. 95ff4ca perf/core: Free AUX pages in unmap path by Alexander Shishkin · 9 years ago
  96. 2665784 perf/core: Verify we have a single perf_hw_context PMU by Peter Zijlstra · 9 years ago
  97. 201c2f8 perf/core: Don't leak event in the syscall error path by Alexander Shishkin · 9 years ago
  98. 8fdc653 perf/core: Fix time tracking bug with multiplexing by Peter Zijlstra · 8 years ago
  99. 1dcaac1 perf/core: Document some hotplug bits by Peter Zijlstra · 9 years ago
  100. 91a612e perf/core: Fix dynamic interrupt throttle by Peter Zijlstra · 9 years ago