messages from 2024-02-15 13:37:35 to 2024-02-24 09:05:00 UTC [more...]
[PATCH net-next 00/10] net/tcp: TCP-AO and TCP-MD5 tracepoints
2024-02-24 9:04 UTC (11+ messages)
` [PATCH net-next 01/10] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
` [PATCH net-next 02/10] net/tcp: Add a helper tcp_ao_hdr_maclen()
` [PATCH net-next 03/10] net/tcp: Move tcp_inbound_hash() from headers
` [PATCH net-next 04/10] net/tcp: Add tcp-md5 and tcp-ao tracepoints
` [PATCH net-next 05/10] net/tcp: Remove tcp_hash_fail()
` [PATCH net-next 06/10] selftests/net: Clean-up double assignment
` [PATCH net-next 07/10] selftests/net: Provide test_snprintf() helper
` [PATCH net-next 08/10] selftests/net: Be consistnat in kconfig checks
` [PATCH net-next 09/10] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next 10/10] selftest/net: Add trace events matching to tcp_ao
[PATCH] tracing: Remove second parameter to __assign_rel_str()
2024-02-23 21:25 UTC
[PATCH v2] tracing: Add warning if string in __assign_str() does not match __string()
2024-02-23 21:13 UTC
[PATCH] tracing: Add warning if string in __assign_str() does not match __string()
2024-02-23 20:48 UTC
[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-02-23 20:45 UTC (7+ messages)
[PATCH] tracing: Add __string_len() example
2024-02-23 20:28 UTC
[PATCH v2] tracing: Remove __assign_str_len()
2024-02-23 20:22 UTC
[PATCH] tracing: Remove __assign_str_len()
2024-02-23 19:48 UTC
[PATCH v2] mm: Update mark_victim tracepoints fields
2024-02-23 17:38 UTC (6+ messages)
[PATCH v3] mm: Update mark_victim tracepoints fields
2024-02-23 17:32 UTC
[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
2024-02-23 15:53 UTC (12+ messages)
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v3 09/17] x86: Add KHO support
` [PATCH v3 11/17] tracing: Introduce kho serialization
[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
2024-02-23 15:38 UTC (6+ messages)
` [PATCH v3 net-next 1/4] net: switchdev: Wrap enums in mapper macros
` [PATCH v3 net-next 2/4] net: switchdev: Add helpers to display switchdev objects as strings
` [PATCH v3 net-next 3/4] net: switchdev: Relay all replay messages through a central function
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints
[PATCH v6] tracing: Support to dump instance traces by ftrace_dump_on_oops
2024-02-23 8:31 UTC
[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
2024-02-23 8:19 UTC (4+ messages)
[PATCH] ftrace: fix most kernel-doc warnings
2024-02-23 5:48 UTC
[PATCH 0/2] tracing: Fix snapshot accounting
2024-02-23 1:33 UTC (3+ messages)
` [PATCH 1/2] tracing: Fix snapshot counter going between two tracers that use it
` [PATCH 2/2] tracing: Decrement the snapshot if the snapshot trigger fails to register
[PATCH rcu 4/4] tracing: Select new NEED_TASKS_RCU Kconfig option
2024-02-23 0:26 UTC
[PATCH v4 0/4] tracing/user_events: Introduce multi-format events
2024-02-22 22:13 UTC (7+ messages)
` [PATCH v4 1/4] tracing/user_events: Prepare find/delete for same name events
` [PATCH v4 2/4] tracing/user_events: Introduce multi-format events
` [PATCH v4 3/4] selftests/user_events: Test "
` [PATCH v4 4/4] tracing/user_events: Document multi-format flag
[PATCH v2 0/4] tracing: Optimize __string()/__assign_str() processing
2024-02-22 21:14 UTC (5+ messages)
` [PATCH v2 1/4] tracing: Rework __assign_str() and __string() to not duplicate getting the string
` [PATCH v2 2/4] tracing: Do not calculate strlen() twice for __string() fields
` [PATCH v2 3/4] tracing: Use ? : shortcut in trace macros
` [PATCH v2 4/4] tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"
[PATCH 0/2] tracing: Optimize __string()/__assign_str() processing
2024-02-22 19:51 UTC (3+ messages)
` [PATCH 1/2] tracing: Rework __assign_str() and __string() to not duplicate getting the string
` [PATCH 2/2] tracing: Do not calculate strlen() twice for __string() fields
[PATCH v2] PM: runtime: add tracepoint for runtime_status changes
2024-02-22 19:28 UTC (2+ messages)
[PATCH] drm/i915: Add missing ; to __assign_str() macros in tracepoint code
2024-02-22 19:27 UTC (6+ messages)
[PATCH] NFSD: Fix nfsd_clid_class use of __string_len() macro
2024-02-22 18:31 UTC (3+ messages)
[PATCH v3 0/8] dma-fence, drm, amdgpu new trace events
2024-02-22 13:05 UTC (16+ messages)
` [PATCH v3 1/8] tracing, dma-buf: add a trace_dma_fence_sync_to event
` [PATCH v3 2/8] dma-buf/fence-chain: use trace_dma_fence_sync_to
` [PATCH v3 3/8] amdgpu: use trace_dma_fence_sync_to in amdgpu_fence_sync
` [PATCH v3 4/8] drm/amdgpu: add a amdgpu_bo_fill trace event
` [PATCH v3 5/8] drm/amdgpu: add a amdgpu_cs_start "
` [PATCH v3 6/8] drm: add drm_mode_atomic_commit event
` [PATCH v3 7/8] drm/sched: use trace_dma_fence_used_as_dependency
` [PATCH v3 8/8] drm/amdgpu: add devname to trace_amdgpu_sched_run_job
[PATCH] tracing: Use init_utsname()->release
2024-02-22 12:46 UTC
[PATCH] selftests/ftrace: Limit length in subsystem-enable tests
2024-02-22 12:14 UTC (3+ messages)
[PATCH] bus: mhi: host: Change the trace string for the userspace tools mapping
2024-02-22 5:16 UTC (5+ messages)
[PATCH v1] PM: runtime: add tracepoint for runtime_status changes
2024-02-21 18:40 UTC (5+ messages)
[PATCH v3 0/4] tracing/user_events: Introduce multi-format events
2024-02-21 17:04 UTC (9+ messages)
` [PATCH v3 1/4] tracing/user_events: Prepare find/delete for same name events
` [PATCH v3 2/4] tracing/user_events: Introduce multi-format events
[PATCH] Documentation/ftrace: Correct wording on trace_options sharing
2024-02-21 15:47 UTC (3+ messages)
[PATCH] sched: Add trace events for Proxy Execution (PE)
2024-02-21 14:24 UTC (3+ messages)
[PATCH v5 0/5] Rework system pressure interface to the scheduler
2024-02-21 13:28 UTC (7+ messages)
` [PATCH v5 1/5] cpufreq: Add a cpufreq pressure feedback for "
` [PATCH v5 2/5] sched: Take cpufreq feedback into account
` [PATCH v5 3/5] thermal/cpufreq: Remove arch_update_thermal_pressure()
` [PATCH v5 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure
` [PATCH v5 5/5] sched/pelt: Remove shift of thermal clock
[PATCH RFC 0/4] Introduce uts_release
2024-02-21 11:50 UTC (7+ messages)
[PATCH -next v6 0/2] Make memory reclamation measurable
2024-02-21 7:44 UTC (5+ messages)
[PATCH] selftest: ftrace: fix minor typo in log
2024-02-21 0:02 UTC (3+ messages)
[PATCH v3] ring-buffer: Simplify reservation with try_cmpxchg() loop
2024-02-20 21:53 UTC (5+ messages)
[PATCH] selftests: ftrace: fix typo in test description
2024-02-20 21:42 UTC (3+ messages)
[PATCH] selftest/ftrace: fix typo in ftracetest script
2024-02-20 21:41 UTC (3+ messages)
[PATCH v18 0/6] Introducing trace buffer mapping by user-space
2024-02-20 20:23 UTC (7+ messages)
` [PATCH v18 1/6] ring-buffer: Zero ring-buffer sub-buffers
` [PATCH v18 2/6] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v18 3/6] tracing: Add snapshot refcount
` [PATCH v18 4/6] tracing: Allow user-space mapping of the ring-buffer
` [PATCH v18 5/6] Documentation: tracing: Add ring-buffer mapping
` [PATCH v18 6/6] ring-buffer/selftest: Add ring-buffer mapping test
[PATCH] ring-buffer: Do not let subbuf be bigger than write mask
2024-02-20 14:51 UTC
[PATCH v4 0/3] tracing: Changes to saved_cmdlines
2024-02-20 14:06 UTC (4+ messages)
` [PATCH v4 1/3] tracing: Have saved_cmdlines arrays all in one allocation
` [PATCH v4 2/3] tracing: Move open coded processing of tgid_map into helper function
` [PATCH v4 3/3] tracing: Move saved_cmdline code into trace_sched_switch.c
WARNING in shmem_release_dquot
2024-02-20 8:02 UTC (3+ messages)
[PATCH v3] mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages
2024-02-20 7:43 UTC (2+ messages)
[PATCH v2] ring-buffer: Simplify reservation with try_cmpxchg() loop
2024-02-19 23:03 UTC (2+ messages)
[PATCH v17 0/6] Introducing trace buffer mapping by user-space
2024-02-19 18:22 UTC (4+ messages)
` [PATCH v17 3/6] tracing: Add snapshot refcount
[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-19 16:07 UTC (34+ messages)
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v7 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v7 21/36] function_graph: Add selftest for passing local variables
` [PATCH v7 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v7 23/36] function_graph: Add a new exit "
` [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v7 25/36] arm64: ftrace: "
` [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
[PATCH] tracing: Inform kmemleak of saved_cmdlines allocation
2024-02-19 11:48 UTC (2+ messages)
[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
2024-02-19 9:07 UTC (11+ messages)
[PATCH v3 00/47] filelock: split file leases out of struct file_lock
2024-02-18 12:16 UTC (3+ messages)
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
[PATCH RFC 0/5] tracing/probes: Support function parameter access from return probe
2024-02-17 12:27 UTC (3+ messages)
` [PATCH RFC 1/5] tracing/probes: Fix to search structure fields correctly
[PATCH v3 0/3] tracing: Changes to saved_cmdlines
2024-02-16 21:00 UTC (4+ messages)
` [PATCH v3 1/3] tracing: Have saved_cmdlines arrays all in one allocation
` [PATCH v3 2/3] tracing: Move open coded processing of tgid_map into helper function
` [PATCH v3 3/3] tracing: Move saved_cmdline code into trace_sched_switch.c
[PATCH 1/2] tracing, dma-buf: add a trace_dma_fence_sync_to event
2024-02-16 18:02 UTC (11+ messages)
` [PATCH v2 0/6] dma-fence, drm, amdgpu new trace events
` [PATCH v2 1/6] tracing, dma-buf: add a trace_dma_fence_sync_to event
` [PATCH v2 6/6] drm: add drm_mode_atomic_commit event
[PATCH] parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE check
2024-02-16 13:30 UTC (2+ messages)
[PATCH] parisc/kprobes: always include asm-generic/kprobes.h
2024-02-16 13:29 UTC (2+ messages)
[PATCH] synthetic tracing: Fix trace_string() return value
2024-02-15 13:37 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).