summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | cpuset: Clean up cpuset_node_allowedHaifeng Xu2023-03-231-2/+2
| * | | | | | | | | | | cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal2023-03-175-61/+61
* | | | | | | | | | | | Merge tag 'wq-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-04-292-14/+122
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | workqueue: Introduce show_freezable_workqueuesJungseung Lee2023-03-232-3/+25
| * | | | | | | | | | | | workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek2023-03-171-0/+66
| * | | | | | | | | | | | workqueue: Warn when a rescuer could not be createdPetr Mladek2023-03-171-1/+6
| * | | | | | | | | | | | workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek2023-03-171-2/+7
| * | | | | | | | | | | | workqueue: Warn when a new worker could not be createdPetr Mladek2023-03-171-3/+11
| * | | | | | | | | | | | workqueue: Fix hung time report of worker poolsPetr Mladek2023-03-171-3/+7
| * | | | | | | | | | | | workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi2023-03-171-4/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-281-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rv: Remove redundant assignment to variable retvalColin Ian King2023-04-251-2/+0
* | | | | | | | | | | | | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-2812-260/+1172
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-04-271-0/+4
| * | | | | | | | | | | | tracing: Add missing spaces in trace_print_hex_seq()Ken Lin2023-04-261-1/+4
| * | | | | | | | | | | | ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu2023-04-261-3/+13
| * | | | | | | | | | | | tracing/user_events: Limit max fault-in attemptsBeau Belgrave2023-04-251-14/+35
| * | | | | | | | | | | | tracing/user_events: Prevent same address and bit per processBeau Belgrave2023-04-251-0/+41
| * | | | | | | | | | | | tracing/user_events: Ensure bit is cleared on unregisterBeau Belgrave2023-04-251-0/+34
| * | | | | | | | | | | | tracing/user_events: Ensure write index cannot be negativeBeau Belgrave2023-04-251-0/+3
| * | | | | | | | | | | | tracing: Fix print_fields() for __dyn_loc/__rel_locBeau Belgrave2023-04-251-4/+6
| * | | | | | | | | | | | tracing/user_events: Set event filter_type from typeBeau Belgrave2023-04-251-0/+3
| * | | | | | | | | | | | ring-buffer: Clearly check null ptr returned by rb_set_head_page()Zheng Yejian2023-04-251-2/+3
| * | | | | | | | | | | | tracing: Unbreak user eventsSteven Rostedt (Google)2023-03-291-1/+0
| * | | | | | | | | | | | tracing/user_events: Use print_format_fields() for trace outputSteven Rostedt (Google)2023-03-291-6/+3
| * | | | | | | | | | | | tracing/user_events: Align structs with tabs for readabilityBeau Belgrave2023-03-291-41/+41
| * | | | | | | | | | | | tracing/user_events: Limit global user_event countBeau Belgrave2023-03-291-0/+47
| * | | | | | | | | | | | tracing/user_events: Charge event allocs to cgroupsBeau Belgrave2023-03-291-10/+10
| * | | | | | | | | | | | tracing/user_events: Add ioctl for disabling addressesBeau Belgrave2023-03-291-2/+95
| * | | | | | | | | | | | tracing/user_events: Fixup enable faults asynclyBeau Belgrave2023-03-291-6/+114
| * | | | | | | | | | | | tracing/user_events: Use remote writes for event enablementBeau Belgrave2023-03-292-138/+453
| * | | | | | | | | | | | tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-292-0/+4
| * | | | | | | | | | | | tracing/user_events: Split header into uapi and kernelBeau Belgrave2023-03-291-5/+0
| * | | | | | | | | | | | tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)2023-03-294-2/+177
| * | | | | | | | | | | | fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2023-03-282-7/+22
| * | | | | | | | | | | | fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)2023-03-281-1/+4
| * | | | | | | | | | | | fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-03-282-8/+15
| * | | | | | | | | | | | ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)2023-03-211-5/+46
| * | | | | | | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak2023-03-211-4/+4
| * | | | | | | | | | | | ring_buffer: Change some static functions to boolUros Bizjak2023-03-211-24/+23
| * | | | | | | | | | | | ring_buffer: Change some static functions to voidUros Bizjak2023-03-211-15/+7
* | | | | | | | | | | | | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-284-244/+105
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra2023-03-241-30/+36
| * | | | | | | | | | | | | trace: Add trace_ipi_send_cpu()Peter Zijlstra2023-03-243-6/+5
| * | | | | | | | | | | | | sched, smp: Trace smp callback causing an IPIValentin Schneider2023-03-243-16/+53
| * | | | | | | | | | | | | smp: reword smp call IPI commentValentin Schneider2023-03-241-3/+4
| * | | | | | | | | | | | | irq_work: Trace self-IPIs sent via arch_irq_work_raise()Valentin Schneider2023-03-241-1/+13
| * | | | | | | | | | | | | smp: Trace IPIs sent via arch_send_call_function_ipi_mask()Valentin Schneider2023-03-241-1/+8
| * | | | | | | | | | | | | sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider2023-03-242-2/+9
| * | | | | | | | | | | | | kernel/smp: Make csdlock_debug= resettablePaul E. McKenney2023-03-241-3/+8