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
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
-1
/
+1
2025-08-26
perf: Skip user unwind if the task is a kernel thread
Josh Poimboeuf
-1
/
+2
2025-08-26
perf: Simplify get_perf_callchain() user logic
Josh Poimboeuf
-10
/
+8
2025-08-26
perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...
Steven Rostedt
-5
/
+5
2025-08-26
perf: Have get_perf_callchain() return NULL if crosstask and user are set
Josh Poimboeuf
-5
/
+5
2025-08-26
perf: Remove get_perf_callchain() init_nr argument
Josh Poimboeuf
-7
/
+7
2025-08-21
uprobes: Remove redundant __GFP_NOWARN
Qianfeng Rong
-1
/
+1
2025-08-21
uprobes/x86: Add support to optimize uprobes
Jiri Olsa
-4
/
+12
2025-08-21
uprobes/x86: Add uprobe syscall to speed up uprobe
Jiri Olsa
-0
/
+17
2025-08-21
uprobes/x86: Add mapping for optimized uprobe trampolines
Jiri Olsa
-0
/
+10
2025-08-21
uprobes: Add do_ref_ctr argument to uprobe_write function
Jiri Olsa
-4
/
+4
2025-08-21
uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
Jiri Olsa
-10
/
+11
2025-08-21
uprobes: Add nbytes argument to uprobe_write
Jiri Olsa
-12
/
+14
2025-08-21
uprobes: Add uprobe_write function
Jiri Olsa
-4
/
+10
2025-08-21
uprobes: Make copy_from_page global
Jiri Olsa
-5
/
+5
2025-08-21
uprobes: Rename arch_uretprobe_trampoline function
Jiri Olsa
-2
/
+2
2025-08-21
uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
Jiri Olsa
-3
/
+3
2025-08-15
perf: Convert mmap() refcounts to refcount_t
Thomas Gleixner
-23
/
+23
2025-08-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
-1
/
+1
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
-21
/
+14
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
-72
/
+73
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
-5
/
+1
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
-67
/
+77
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
-19
/
+18
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
-5
/
+1
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
-9
/
+8
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
-10
/
+15
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
-22
/
+19
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
-8
/
+18
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
-4
/
+9
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
-37
/
+38
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
-1
/
+1
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
-0
/
+6
2025-08-05
perf/core: Prevent VMA split of buffer mappings
Thomas Gleixner
-0
/
+10
2025-08-05
perf/core: Handle buffer mapping fail correctly in perf_mmap()
Thomas Gleixner
-2
/
+10
2025-08-05
perf/core: Exit early on perf_mmap() fail
Thomas Gleixner
-2
/
+4
2025-08-05
perf/core: Don't leak AUX buffer refcount on allocation failure
Thomas Gleixner
-3
/
+4
2025-08-05
perf/core: Preserve AUX buffer allocation failure result
Thomas Gleixner
-2
/
+1
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-2
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+2
2025-07-09
uprobes: revert ref_ctr_offset in uprobe_unregister error path
Jiri Olsa
-2
/
+2
2025-07-09
mm: filter zone device pages returned from folio_walk_start()
Alistair Popple
-1
/
+1
2025-07-09
mm: use folio_expected_ref_count() helper for reference counting
Shivank Garg
-2
/
+1
2025-07-09
perf/core: Fix WARN in perf_sigtrap()
Tetsuo Handa
-7
/
+7
2025-07-03
perf: Revert to requiring CAP_SYS_ADMIN for uprobes
Peter Zijlstra
-1
/
+1
2025-06-30
perf/core: Fix the WARN_ON_ONCE is out of lock protected region
Luo Gengkun
-2
/
+2
2025-06-26
perf/aux: Fix pending disable flow when the AUX ring buffer overruns
Leo Yan
-5
/
+5
2025-06-22
Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-42
/
+74
2025-06-11
perf: Fix the throttle error of some clock events
Kan Liang
-4
/
+11
2025-06-05
perf/core: Fix WARN in perf_cgroup_switch()
Luo Gengkun
-2
/
+20
[prev]
[next]