summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
| * | | | | | | | | | | | | locking/csd_lock: Remove per-CPU data indirection from CSD lock debuggingPaul E. McKenney2023-03-241-10/+6
| * | | | | | | | | | | | | locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney2023-03-241-221/+12
| * | | | | | | | | | | | | locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney2023-03-241-1/+1
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-2812-316/+1266
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson2023-04-211-0/+3
| * | | | | | | | | | | | | sched/rt: Fix bad task migration for rt tasksSchspa Shi2023-04-212-0/+5
| * | | | | | | | | | | | | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-213-49/+722
| * | | | | | | | | | | | | Merge branch 'v6.3-rc7'Peter Zijlstra2023-04-2118-113/+323
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf2023-04-121-1/+1
| * | | | | | | | | | | | | sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo2023-04-052-68/+109
| * | | | | | | | | | | | | sched/psi: Extract update_triggers side effectDomenico Cerasuolo2023-04-051-9/+10
| * | | | | | | | | | | | | sched/psi: Rename existing poll members in preparationDomenico Cerasuolo2023-04-051-81/+82