summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson2024-05-221-0/+1
* ring-buffer: Fix a race between readers and resize checksPetr Pavlu2024-05-221-0/+9
* ring-buffer: Correct stale comments related to non-consuming readersPetr Pavlu2024-05-221-13/+3
* Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-182-1/+83
|\
| * selftests/user_events: Add non-spacing separator checkBeau Belgrave2024-05-131-0/+8
| * tracing/user_events: Fix non-spaced field matchingBeau Belgrave2024-05-131-1/+75
* | Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-1811-16/+1026
|\ \
| * | ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Steven Rostedt (Google)2024-05-151-1/+1
| * | ring-buffer: Have mmapped ring buffer keep track of missed eventsSteven Rostedt (Google)2024-05-141-6/+47
| * | ring-buffer/selftest: Add ring-buffer mapping testVincent Donnefort2024-05-144-0/+305
| * | Documentation: tracing: Add ring-buffer mappingVincent Donnefort2024-05-142-0/+107
| * | tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-143-5/+102
| * | ring-buffer: Introducing ring-buffer mapping functionsVincent Donnefort2024-05-143-3/+463
| * | ring-buffer: Allocate sub-buffers with __GFP_COMPVincent Donnefort2024-05-141-3/+3
| |/
* | Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-05-185-52/+39
|\ \
| * | eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge2024-05-141-4/+3
| * | ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian2024-05-141-16/+23
| * | ftrace: Remove unused global 'ftrace_direct_func_count'Dr. David Alan Gilbert2024-05-143-14/+0
| * | ftrace: Remove unused list 'ftrace_direct_funcs'Dr. David Alan Gilbert2024-05-142-9/+0
| * | tracing: Improve benchmark test performance by using do_div()Thorsten Blum2024-05-141-1/+1
| * | ftrace: Use asynchronous grace period for register_ftrace_direct()Paul E. McKenney2024-05-141-4/+9
| * | ftrace: Replaces simple_strtoul in ftraceYuran Pereira2024-05-141-4/+3
| |/
* | Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-1826-176/+406
|\ \
| * | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-1610-0/+35
| * | selftests/ftrace: Fix required features for VFS type test caseMasami Hiramatsu (Google)2024-05-101-1/+2
| * | objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko2024-05-012-9/+9
| * | objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko2024-05-012-102/+99
| * | rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko2024-05-011-0/+2
| * | ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko2024-05-012-1/+14
| * | uprobes: reduce contention on uprobes_tree accessJonathan Haslam2024-05-011-11/+11
| * | rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee2024-05-011-1/+1
| * | fprobe: Add entry/exit callbacks typesJiri Olsa2024-05-011-6/+12
| * | selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"Ye Bin2024-05-011-0/+40
| * | selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin2024-05-011-0/+40
| * | Documentation: tracing: add new type '%pd' and '%pD' for kprobeYe Bin2024-05-011-2/+6
| * | tracing/probes: support '%pD' type for print struct file's nameYe Bin2024-05-012-23/+36
| * | tracing/probes: support '%pd' type for print struct dentry's nameYe Bin2024-05-015-1/+65
| * | uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko2024-05-011-3/+7
| * | uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko2024-05-011-21/+28
| * | uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko2024-05-011-37/+41
* | | Merge tag 'bootconfig-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-181-7/+10
|\ \ \
| * | | init/main.c: Minor cleanup for the setup_command_line() functionYuntao Wang2024-04-121-3/+3
| * | | init/main.c: Remove redundant space from saved_command_lineYuntao Wang2024-04-121-1/+3
| * | | bootconfig: do not put quotes on cmdline items unless necessaryRasmus Villemoes2024-04-121-3/+4
* | | | Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-1835-67/+28
|\ \ \ \
| * | | | sysctl: drop now unnecessary out-of-bounds checkThomas Weißschuh2024-04-241-5/+2
| * | | | sysctl: move sysctl type to ctl_table_headerThomas Weißschuh2024-04-242-15/+17
| * | | | sysctl: drop sysctl_is_perm_empty_ctl_tableThomas Weißschuh2024-04-241-5/+3
| * | | | sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh2024-04-245-5/+5
| * | | | sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh2024-04-245-7/+3