messages from 2025-06-25 22:57:02 to 2025-07-02 06:01:12 UTC [more...]
[PATCH v8 00/15] khugepaged: mTHP support
2025-07-02 5:57 UTC (11+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v8 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v8 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v8 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v8 06/15] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v8 07/15] khugepaged: add "
` [PATCH v8 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v8 09/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v8 10/15] khugepaged: allow khugepaged to check all anonymous mTHP orders
[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
2025-07-02 2:48 UTC (7+ messages)
` [PATCH bpf-next v6 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v6 3/3] bpf: Add show_fdinfo for kprobe_multi
[PATCH v7 00/12] khugepaged: mTHP support
2025-07-02 0:00 UTC (10+ messages)
` [PATCH v7 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v7 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
[RFC PATCH RESEND] tracing: add kernel documentation for trace_array_set_clr_event, trace_set_clr_event and supporting functions
2025-07-01 23:59 UTC (2+ messages)
[PATCH v2] fgraph: Keep track of when fgraph_ops are registered or not
2025-07-01 23:44 UTC
[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-01 23:26 UTC (25+ messages)
` [PATCH v12 01/14] unwind_user: Add user space unwinding API
` [PATCH v12 02/14] unwind_user: Add frame pointer support
` [PATCH v12 03/14] unwind_user: Add compat mode "
` [PATCH v12 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v12 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v12 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v12 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v12 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v12 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v12 11/14] unwind: Add USED bit to only have one conditional on way "
` [PATCH v12 12/14] unwind: Finish up unwind when a task exits
` [PATCH v12 13/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v12 14/14] unwind_user/x86: Enable compat mode "
[PATCH] fgraph: Keep track of when fgraph_ops are registered or not
2025-07-01 22:28 UTC (3+ messages)
[RFC PATCH 0/2] tracing: ftrace_enable_fops fixes
2025-07-01 22:11 UTC (9+ messages)
` [RFC PATCH 1/2] tracing: fixes of ftrace_enable_fops
` [RFC PATCH 2/2] tracing: add testable specifications for event_enable_write/read
[PATCH] Documentation/rtla: Describe exit status
2025-07-01 21:44 UTC (2+ messages)
[PATCH] Documentation/rtla: Add include common_appendix.rst
2025-07-01 21:43 UTC (2+ messages)
[PATCH v10 00/19] RV: Linear temporal logic monitors for RT application
2025-07-01 21:17 UTC (24+ messages)
` [PATCH v10 13/19] rv: Add support for LTL monitors
` [PATCH v10 14/19] rv: Add rtapp container monitor
` [PATCH v10 16/19] rv: Add rtapp_pagefault monitor
` [PATCH v10 17/19] rv: Add rtapp_sleep monitor
` [PATCH v10 18/19] rv: Add documentation for rtapp monitor
[PATCH v12 00/11] perf: Support the deferred unwinding infrastructure
2025-07-01 19:24 UTC (14+ messages)
` [PATCH v12 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v12 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v12 03/11] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH v12 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v12 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v12 06/11] perf: Support deferred user callchains
` [PATCH v12 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v12 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v12 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v12 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v12 11/11] perf tools: Merge deferred user callchains
[PATCH v7 00/12] unwind_deferred: Implement sframe handling
2025-07-01 18:49 UTC (13+ messages)
` [PATCH v7 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v7 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v7 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v7 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v7 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v7 06/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v7 07/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v7 08/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v7 09/12] unwind_user/sframe: Show file name in debug output
` [PATCH v7 10/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v7 11/12] unwind_user/sframe: Add .sframe validation option
` [PATCH v7 12/12] [DO NOT APPLY] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH net-next v2] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
2025-07-01 16:37 UTC (2+ messages)
[REGRESSION] Random oops on SG2042 with Linux 6.16-rc and dynamic ftrace
2025-07-01 15:21 UTC (5+ messages)
[PATCH v2] tracing: Fix inconsistency in irq tracking on NMIs
2025-07-01 12:54 UTC (3+ messages)
[PATCH v2 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-07-01 12:36 UTC (5+ messages)
` [PATCH v2 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
` [PATCH v2 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
[RFC PATCH 0/7] platform/chrome: Add Kunit tests for protocol device drivers
2025-07-01 12:20 UTC (5+ messages)
[PATCH] ring-buffer: Remove ring_buffer_read_prepare_sync()
2025-07-01 7:22 UTC (3+ messages)
[PATCH v1] tools/rtla: Consolidate common parameters into shared structure
2025-07-01 6:03 UTC
[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-06-30 17:30 UTC (26+ messages)
` [PATCH v11 01/14] unwind_user: Add user space unwinding API
` [PATCH v11 02/14] unwind_user: Add frame pointer support
` [PATCH v11 03/14] unwind_user: Add compat mode "
` [PATCH v11 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v11 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v11 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v11 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v11 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v11 11/14] unwind: Finish up unwind when a task exits
` [PATCH v11 12/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v11 13/14] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v11 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
[RFC PATCH v2] tracing: add testable specifications for event_enable_write/read
2025-06-30 14:23 UTC (2+ messages)
[RFC PATCH v3] tracing: add testable specifications for event_enable_write/read
2025-06-30 14:20 UTC
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-06-30 13:38 UTC (8+ messages)
` [PATCH 5/8] kmsan: convert kmsan_handle_dma to use physical addresses
[PATCH net-next] tcp: add retransmission quit reasons to tracepoint
2025-06-30 9:21 UTC (3+ messages)
[PATCH v4 0/3] Add support for long task name
2025-06-30 7:58 UTC (7+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'
[PATCH 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-06-28 14:39 UTC (7+ messages)
` [PATCH 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
` [PATCH 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
[PATCH v6 00/12] unwind_deferred: Implement sframe handling
2025-06-27 16:19 UTC (3+ messages)
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe
[RFC PATCH v2 09/12] rv: Replace tss monitor with more complete sts
2025-06-27 15:02 UTC (6+ messages)
[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-06-27 12:39 UTC (10+ messages)
` [PATCHv3 perf/core 07/22] uprobes: Add do_ref_ctr argument to uprobe_write function
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure
2025-06-26 14:51 UTC (17+ messages)
` [PATCH v11 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v11 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v11 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v11 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v11 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v11 06/11] perf: Support deferred user callchains
` [PATCH v11 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v11 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v11 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v11 11/11] perf tools: Merge deferred user callchains
[PATCH] tracing: Remove pointless memory barriers
2025-06-26 17:41 UTC (6+ messages)
[PATCH v2 0/9] rtla/timerlat: Support actions on threshold and on end
2025-06-26 12:34 UTC (10+ messages)
` [PATCH v2 1/9] rtla/timerlat: Introduce enum timerlat_tracing_mode
` [PATCH v2 2/9] rtla/timerlat: Add action on threshold feature
` [PATCH v2 3/9] rtla/timerlat_bpf: Allow resuming tracing
` [PATCH v2 4/9] rtla/timerlat: Add continue action
` [PATCH v2 5/9] rtla/timerlat: Add action on end feature
` [PATCH v2 6/9] rtla/tests: Check rtla output with grep
` [PATCH v2 7/9] rtla/tests: Add tests for actions
` [PATCH v2 8/9] rtla/tests: Limit duration to maximum of 10s
` [PATCH v2 9/9] Documentation/rtla: Add actions feature
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).