summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Fix regression with module command in stack_trace_filterguoweikang2024-11-201-0/+3
* tracing: Fix function name for trampolineTatsuya S2024-11-183-8/+36
* ftrace: Get the true parent ip for function tracerJeff Xie2024-11-181-0/+26
* tracing: Remove redundant check on field->field in histogramsColin Ian King2024-11-121-4/+1
* bpf: ensure RCU Tasks Trace GP for sleepable raw tracepoint BPF linksAndrii Nakryiko2024-11-011-2/+4
* bpf: decouple BPF link/attach hook and BPF program sleepable semanticsAndrii Nakryiko2024-11-012-13/+46
* bpf: put bpf_link's program when link is safe to be deallocatedAndrii Nakryiko2024-11-011-5/+17
* tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan2024-11-013-4/+4
* tracing: Add might_fault() check in __DECLARE_TRACE_SYSCALLMathieu Desnoyers2024-11-011-0/+1
* tracing: Fix syscall tracepoint use-after-freeMathieu Desnoyers2024-11-011-4/+7
* tracing: Introduce tracepoint_is_faultable()Mathieu Desnoyers2024-11-013-1/+27
* tracing: Introduce tracepoint extended structureMathieu Desnoyers2024-11-013-13/+23
* tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior2024-11-013-17/+0
* tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt2024-10-311-4/+4
* tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts2024-10-311-1/+1
* tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak2024-10-101-1/+1
* trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun2024-10-101-0/+6
* tracing/bpf: Add might_fault check to syscall probesMathieu Desnoyers2024-10-091-0/+1
* tracing/perf: Add might_fault check to syscall probesMathieu Desnoyers2024-10-092-0/+3
* tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers2024-10-092-0/+3
* tracing: Allow system call tracepoints to handle page faultsMathieu Desnoyers2024-10-092-2/+17
* tracing/bpf: disable preemption in syscall probeMathieu Desnoyers2024-10-091-1/+11
* tracing/perf: disable preemption in syscall probeMathieu Desnoyers2024-10-092-4/+50
* tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers2024-10-092-7/+44
* tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALLMathieu Desnoyers2024-10-096-15/+81
* tracepoint: Remove SRCU protectionSteven Rostedt2024-10-092-54/+1
* tracing: Remove definition of trace_*_rcuidle()Steven Rostedt2024-10-094-78/+8
* tracepoints: Use new static branch APIJosh Poimboeuf2024-10-095-11/+11
* tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian2024-10-0810-78/+20
* tracing/branch-profiler: Replace deprecated strncpy with strscpyJustin Stitt2024-10-081-4/+2
* ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Li Chen2024-10-081-7/+3
* Linux 6.12-rc2v6.12-rc2Linus Torvalds2024-10-071-1/+1
* Merge tag 'kbuild-fixes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-067-8/+66
|\
| * kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson2024-10-061-1/+0
| * kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang2024-10-061-1/+1
| * scripts: import more list macrosSami Tolvanen2024-10-061-0/+50
| * kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada2024-10-021-1/+1
| * kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada2024-10-011-2/+2
| * kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada2024-10-011-0/+1
| * kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada2024-09-301-2/+8
| * kbuild: move non-boot built-in DTBs to .rodata sectionMasahiro Yamada2024-09-301-1/+3
* | Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-069-17/+30
|\ \
| * | platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede2024-10-061-2/+4
| * | platform/x86: wmi: Update WMI driver API documentationArmin Wolf2024-10-061-6/+5
| * | platform/x86: dell-ddv: Fix typo in documentationAnaswara T Rajan2024-10-061-2/+2
| * | platform/x86: dell-sysman: add support for alienware productsCrag Wang2024-10-061-0/+1
| * | platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada2024-10-061-0/+1
| * | platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada2024-10-061-0/+1
| * | platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede2024-10-061-2/+0
| * | platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf2024-10-061-3/+12