summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | notifier: Add atomic_notifier_call_chain_is_empty()Dmitry Osipenko2022-05-191-0/+13
* | | | | | | | | | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-2921-595/+677
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-2/+139
| * | | | | | | | | | tracing: Fix comments for event_trigger_separate_filter()sunliming2022-05-271-4/+4
| * | | | | | | | | | ftrace: Clean up hash direct_functions on register failuresSong Liu2022-05-271-3/+2
| * | | | | | | | | | tracing: Fix comments of create_filter()sunliming2022-05-271-1/+1
| * | | | | | | | | | tracing: Disable kcov on trace_preemptirq.cCongyu Liu2022-05-271-0/+4
| * | | | | | | | | | tracing: Initialize integer variable to prevent garbage return valueGautam Menghani2022-05-271-1/+1
| * | | | | | | | | | ftrace: Fix typo in commentJulia Lawall2022-05-271-1/+1
| * | | | | | | | | | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-271-12/+4
| * | | | | | | | | | tracing: Cleanup code by removing init "char *name"liqiong2022-05-271-3/+1
| * | | | | | | | | | tracing: Change "char *" string form to "char []"liqiong2022-05-272-2/+2
| * | | | | | | | | | tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQDaniel Bristot de Oliveira2022-05-271-0/+2
| * | | | | | | | | | tracing/timerlat: Print stacktrace in the IRQ handler if neededDaniel Bristot de Oliveira2022-05-271-0/+13
| * | | | | | | | | | tracing/timerlat: Notify IRQ new max latency only if stop tracing is setDaniel Bristot de Oliveira2022-05-271-4/+5
| * | | | | | | | | | kprobes: Fix build errors with CONFIG_KRETPROBES=nMasami Hiramatsu2022-05-271-73/+71
| * | | | | | | | | | tracing: Fix return value of trace_pid_write()Wonhyuk Yang2022-05-271-2/+4
| * | | | | | | | | | tracing: Fix potential double free in create_var_ref()Keita Suzuki2022-05-271-0/+3
| * | | | | | | | | | tracing: Use strim() to remove whitespace instead of doing it manuallyYuntao Wang2022-05-271-5/+3
| * | | | | | | | | | ftrace: Deal with error return code of the ftrace_process_locs() functionYuntao Wang2022-05-271-4/+13
| * | | | | | | | | | tracing: Use trace_create_file() to simplify creation of tracefs entriesYuntao Wang2022-05-275-48/+21
| * | | | | | | | | | tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei2022-05-251-0/+3
| * | | | | | | | | | tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)2022-05-251-6/+7
| * | | | | | | | | | tracing: Remove check of list iterator against head past the loop bodyJakob Koschel2022-04-273-20/+26
| * | | | | | | | | | tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-272-21/+18
| * | | | | | | | | | tracing: Remove usage of list iterator variable after the loopJakob Koschel2022-04-271-8/+7
| * | | | | | | | | | tracing: Remove usage of list iterator after the loop bodyJakob Koschel2022-04-271-4/+9
| * | | | | | | | | | tracing: Introduce trace clock taiKurt Kanzenbach2022-04-271-0/+1
| * | | | | | | | | | ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)2022-04-271-10/+18
| * | | | | | | | | | ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)2022-04-271-5/+44
| * | | | | | | | | | tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai2022-04-261-10/+22
| * | | | | | | | | | tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-04-261-0/+7
| * | | | | | | | | | ring-buffer: Simplify if-if to if-elseWan Jiabing2022-04-261-2/+2
| * | | | | | | | | | tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui2022-04-261-9/+3
| * | | | | | | | | | tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-04-261-3/+3
| * | | | | | | | | | tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi2022-04-261-1/+1
| * | | | | | | | | | tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi2022-04-261-1/+2
| * | | | | | | | | | tracing: Make tp_printk work on syscall tracepointsJeff Xie2022-04-261-24/+11
| * | | | | | | | | | tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li2022-04-261-1/+2
| * | | | | | | | | | tracing: Fix kernel-docJiapeng Chong2022-04-261-1/+1
| * | | | | | | | | | tracing: Fix inconsistent style of mini-HOWTOOscar Shiang2022-04-261-2/+2
| * | | | | | | | | | tracing: Separate hist state updates from hist registrationTom Zanussi2022-04-261-18/+48
| * | | | | | | | | | tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-264-151/+69
| * | | | | | | | | | tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-264-60/+36
| * | | | | | | | | | tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-263-77/+45
| * | | | | | | | | | tracing: Cleanup double word in commentTom Rix2022-04-261-2/+2
* | | | | | | | | | | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-283-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PM: CXL: Disable suspendDan Williams2022-04-233-3/+7
* | | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-271-34/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-34/+0