linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-09 04:18:49 to 2023-01-20 11:55:48 UTC [more...]

[RFC PATCH 0/9] tracing: Add fprobe events
 2023-01-20 11:55 UTC  (7+ messages)
` [RFC PATCH 1/9] fprobe: Pass entry_data to handlers
` [RFC PATCH 9/9] tracing/probes: Add fprobe-events

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-20  9:56 UTC  (62+ messages)
` [PATCH v3 01/51] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v3 02/51] x86/idle: Replace x86_idle with a static_call
` [PATCH v3 03/51] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v3 04/51] cpuidle: Move IRQ state validation
` [PATCH v3 05/51] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v3 06/51] cpuidle,tegra: "
` [PATCH v3 07/51] cpuidle,psci: "
` [PATCH v3 08/51] cpuidle,imx6: "
` [PATCH v3 09/51] cpuidle,omap3: "
` [PATCH v3 10/51] cpuidle,armada: "
` [PATCH v3 11/51] cpuidle,omap4: "
` [PATCH v3 12/51] cpuidle,dt: "
` [PATCH v3 13/51] cpuidle: Fix ct_idle_*() usage
` [PATCH v3 14/51] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v3 15/51] acpi_idle: Remove tracing
` [PATCH v3 16/51] cpuidle: Annotate poll_idle()
` [PATCH v3 17/51] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v3 18/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v3 19/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v3 20/51] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v3 21/51] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v3 22/51] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v3 23/51] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v3 24/51] arm64,smp: "
` [PATCH v3 25/51] printk: "
` [PATCH v3 26/51] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v3 27/51] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v3 28/51] cpuidle,mwait: Make noinstr clean
` [PATCH v3 29/51] cpuidle,tdx: Make tdx "
` [PATCH v3 30/51] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v3 31/51] cpuidle,nospec: Make "
` [PATCH v3 32/51] cpuidle,acpi: "
` [PATCH v3 33/51] trace: Remove trace_hardirqs_{on,off}_caller()
` [PATCH v3 34/51] trace: WARN on rcuidle
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing
` [PATCH v3 36/51] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v3 37/51] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v3 38/51] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v3 39/51] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v3 40/51] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v3 41/51] cpuidle,clk: "
` [PATCH v3 42/51] ubsan: Fix objtool UACCESS warns
` [PATCH v3 43/51] intel_idle: Add force_irq_on module param
` [PATCH v3 44/51] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v3 45/51] sched: Always inline __this_cpu_preempt_check()
` [PATCH v3 46/51] arm64,riscv,perf: Remove RCU_NONIDLE() usage
` [PATCH v3 47/51] cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle
` [PATCH v3 48/51] cpuidle,arch: Mark all ct_cpuidle_enter() callers __cpuidle
` [PATCH v3 49/51] cpuidle,arch: Mark all regular cpuidle_state::enter methods __cpuidle
` [PATCH v3 50/51] cpuidle: Comments about noinstr/__cpuidle
` [PATCH v3 51/51] context_tracking: Fix noinstr vs KASAN

[tip:sched/core] [tracing, hardirq] 9aedeaed6f: WARNING:suspicious_RCU_usage
 2023-01-20  9:51 UTC  (4+ messages)

[PATCH] test_kprobes: Add recursed kprobe test case
 2023-01-19 15:33 UTC 

[PATCH] bpf: security enhancement by limiting the offensive eBPF helpers
 2023-01-20  0:26 UTC  (9+ messages)
    ` [PATCH V2] "

[PATCH] selftests/ftrace: Extend multiple_kprobes.tc to add multiple consecutive probes in a function
 2023-01-19 23:55 UTC  (6+ messages)

[PATCH] bootconfig: Update MAINTAINERS file to add tree and mailing list
 2023-01-19 23:36 UTC 

[PATCH rdma-next 00/13] Add RDMA inline crypto support
 2023-01-18 14:20 UTC  (32+ messages)
` [PATCH mlx5-next 01/13] net/mlx5: Introduce crypto IFC bits and structures
` [PATCH mlx5-next 02/13] net/mlx5: Introduce crypto capabilities macro
` [PATCH rdma-next 03/13] RDMA: Split kernel-only create QP flags from uverbs create QP flags
` [PATCH rdma-next 04/13] RDMA/core: Add cryptographic device capabilities
` [PATCH rdma-next 05/13] RDMA/core: Add DEK management API
` [PATCH rdma-next 06/13] RDMA/core: Introduce MR type for crypto operations
` [PATCH rdma-next 07/13] RDMA/core: Add support for creating crypto enabled QPs
` [PATCH rdma-next 08/13] RDMA/mlx5: Add cryptographic device capabilities
` [PATCH rdma-next 09/13] RDMA/mlx5: Add DEK management API
` [PATCH rdma-next 10/13] RDMA/mlx5: Add AES-XTS crypto support
` [PATCH rdma-next 11/13] nvme: Introduce a local variable
` [PATCH rdma-next 12/13] nvme: Add crypto profile at nvme controller
` [PATCH rdma-next 13/13] nvme-rdma: Add inline encryption support

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-18  1:34 UTC  (3+ messages)

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-01-17 19:51 UTC  (2+ messages)

[PATCH 0/6 v2] tracing/histograms: Pass stacktrace from synthetic start event to end event
 2023-01-17 15:21 UTC  (7+ messages)
` [PATCH 1/6 v2] tracing: Simplify calculating entry size using struct_size()
` [PATCH 2/6 v2] tracing: Allow stacktraces to be saved as histogram variables
` [PATCH 3/6 v2] tracing: Allow synthetic events to pass around stacktraces
` [PATCH 4/6 v2] tracing/histogram: Add stacktrace type
` [PATCH 5/6 v2] tracing/histogram: Document variable stacktrace
` [PATCH 6/6 v2] tracing/histogram: Add simple tests for stacktrace usage of synthetic events

[PATCH 0/5] tracing/histograms: Pass stacktrace from synthetic start event to end event
 2023-01-17  4:45 UTC  (7+ messages)
` [PATCH 1/5] tracing: Simplify calculating entry size using struct_size()
` [PATCH 2/5] tracing: Allow stacktraces to be saved as histogram variables
` [PATCH 3/5] tracing: Allow synthetic events to pass around stacktraces
` [PATCH 4/5] tracing/histogram: Document variable stacktrace
` [PATCH 5/5] tracing/histogram: Add simple tests for stacktrace usage of synthetic events

[PATCH][next] rv: remove redundant initialization of pointer ptr
 2023-01-16 16:16 UTC 

kernel hangs when kprobe memcpy
 2023-01-16 13:30 UTC  (9+ messages)

[PATCH 0/4] tracing: Addition of tracing instances via kernel command line
 2023-01-14  4:04 UTC  (17+ messages)
` [PATCH 1/4] tracing: Add creation of instances at boot "
` [PATCH 2/4] tracing: Add enabling of events to boot instances
` [PATCH 3/4] tracing: Add trace_array_puts() to write into instance
` [PATCH 4/4] tracing: Allow boot instances to have snapshot buffers

[PATCH v6] sock: add tracepoint for send recv length
 2023-01-13 19:48 UTC  (3+ messages)

[PATCH] trace: Add NULL checks for buffer in ring_buffer_free_read_page()
 2023-01-13 12:55 UTC 

[PATCH 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-11  9:53 UTC  (13+ messages)
` [PATCH 2/3] bpf: Optimize get_modules_for_addrs()

[PATCH v5] sock: add tracepoint for send recv length
 2023-01-11  6:17 UTC  (6+ messages)
    ` [External] "

[PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
 2023-01-10 16:51 UTC  (3+ messages)

[PATCH v4] sock: add tracepoint for send recv length
 2023-01-10  8:58 UTC  (9+ messages)
  ` [External] "

[PATCH v3] tracing/eprobe: no need to check for negative ret value for snprintf
 2023-01-10  0:29 UTC  (4+ messages)

[PATCH linux-next] tracing: use strscpy() to instead of strncpy()
 2023-01-10  0:03 UTC  (2+ messages)

[PATCHv2 00/12] iov_iter: replace import_single_range with ubuf
 2023-01-09 15:12 UTC  (3+ messages)

[PATCH v2] tracing/eprobe: Replace snprintf with memcpy
 2023-01-09  4:07 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).