index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-03
perf: Fix the POLL_HUP delivery breakage
Kan Liang
1
-0
/
+1
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
1
-0
/
+6
2025-08-05
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
1
-0
/
+10
2025-08-05
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
1
-2
/
+10
2025-08-05
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
1
-2
/
+4
2025-08-05
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
1
-3
/
+4
2025-08-05
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
1
-2
/
+1
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+2
2025-07-09
uprobes: revert ref_ctr_offset in uprobe_unregister error path
Jiri Olsa
1
-2
/
+2
2025-07-09
mm: filter zone device pages returned from folio_walk_start()
Alistair Popple
1
-1
/
+1
2025-07-09
mm: use folio_expected_ref_count() helper for reference counting
Shivank Garg
1
-2
/
+1
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
1
-7
/
+7
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
1
-1
/
+1
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
1
-2
/
+2
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
2
-5
/
+5
2025-06-22
Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-42
/
+74
2025-06-11
perf: Fix the throttle error of some clock events
Kan Liang
1
-4
/
+11
2025-06-05
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
1
-2
/
+20
2025-06-05
perf: Fix dangling cgroup pointer in cpuctx
Yeoreum Yun
1
-15
/
+6
2025-06-05
perf: Fix cgroup state vs ERROR
Peter Zijlstra
1
-21
/
+30
2025-06-05
perf: Fix sample vs do_exit()
Peter Zijlstra
1
-0
/
+7
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-175
/
+182
2025-05-21
perf: Only dump the throttle log for the leader
Kan Liang
1
-2
/
+4
2025-05-21
perf: Fix the throttle logic for a group
Kan Liang
1
-20
/
+46
2025-05-17
perf/core: Add the is_event_in_freq_mode() helper to simplify the code
Kan Liang
1
-5
/
+10
2025-05-15
perf/aux: Allocate non-contiguous AUX pages by default
Yabin Cui
1
-9
/
+20
2025-05-11
kernel/events/uprobes: uprobe_write_opcode() rewrite
David Hildenbrand
1
-154
/
+158
2025-05-11
kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...
David Hildenbrand
1
-16
/
+17
2025-05-11
kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
David Hildenbrand
1
-9
/
+11
2025-05-08
perf: Fix confusing aux iteration
Frederic Weisbecker
1
-1
/
+1
2025-05-08
perf: Fix irq work dereferencing garbage
Frederic Weisbecker
1
-16
/
+15
2025-05-08
perf: Fix failing inherit_event() doing extra refcount decrement on parent
Frederic Weisbecker
1
-2
/
+18
2025-04-25
perf/core: Fix broken throttling when max_samples_per_tick=1
Qing Wang
1
-8
/
+8
2025-04-25
Merge branch 'perf/urgent'
Peter Zijlstra
1
-2
/
+2
2025-04-23
perf/core: Change to POLLERR for pinned events with error
Namhyung Kim
1
-2
/
+2
2025-04-17
perf/core: Fix event timekeeping merge
Peter Zijlstra
1
-2
/
+2
2025-04-17
perf/core: Fix event->parent life-time issue
Peter Zijlstra
1
-1
/
+2
2025-04-17
perf/core: Fix put_ctx() ordering
Frederic Weisbecker
1
-3
/
+4
2025-04-17
perf/core: Fix perf-stat / read()
Peter Zijlstra
1
-1
/
+1
2025-04-08
perf: Make perf_pmu_unregister() useable
Peter Zijlstra
1
-50
/
+270
2025-04-08
perf: Rename perf_event_exit_task(.child)
Peter Zijlstra
1
-30
/
+32
2025-04-08
perf: Unify perf_event_free_task() / perf_event_exit_task_context()
Peter Zijlstra
1
-68
/
+25
2025-04-08
perf: Simplify perf_event_release_kernel()
Peter Zijlstra
1
-8
/
+7
2025-04-08
perf: Simplify perf_event_free_task() wait
Peter Zijlstra
1
-22
/
+3
2025-04-08
perf: Simplify child event tear-down
Peter Zijlstra
1
-2
/
+6
2025-04-08
perf: Ensure bpf_perf_link path is properly serialized
Peter Zijlstra
1
-4
/
+30
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
1
-46
/
+18
2025-04-07
uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...
Andrii Nakryiko
1
-2
/
+13
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
1
-3
/
+3
[next]