messages from 2025-07-02 19:48:24 to 2025-07-08 08:23:50 UTC [more...]
[PATCH bpf-next v2 0/7] Add attach_type in bpf_link
2025-07-08 8:22 UTC (4+ messages)
` [PATCH bpf-next v2 1/7] bpf: "
` [PATCH bpf-next v2 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v2 3/7] bpf: Remove attach_type in sockmap_link
[PATCH 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-07-08 8:22 UTC (22+ messages)
` [PATCH 1/8] execmem: drop unused execmem_update_copy()
` [PATCH 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH 3/8] execmem: rework execmem_cache_free()
` [PATCH 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations
[PATCH v10 17/19] rv: Add rtapp_sleep monitor
2025-07-08 7:50 UTC (11+ messages)
[PATCH] tracing: Remove pointless memory barriers
2025-07-08 7:42 UTC (7+ messages)
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-07-08 7:30 UTC (10+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 06/10] x86/nmi: Add support to handle NMIs with source information
[PATCH v8 00/15] khugepaged: mTHP support
2025-07-08 6:19 UTC (17+ 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 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v8 11/15] khugepaged: allow madvise_collapse to check all anonymous mTHP orders
` [PATCH v8 14/15] khugepaged: add per-order mTHP khugepaged stats
[REGRESSION] Random oops on SG2042 with Linux 6.16-rc and dynamic ftrace
2025-07-08 5:15 UTC (5+ messages)
[PATCH v8 00/12] unwind_deferred: Implement sframe handling
2025-07-08 3:38 UTC (14+ messages)
` [PATCH v8 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v8 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v8 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v8 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v8 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v8 07/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v8 08/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v8 09/12] unwind_user/sframe: Show file name in debug output
` [PATCH v8 10/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v8 11/12] unwind_user/sframe: Add .sframe validation option
` [PATCH v8 12/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
[PATCH bpf-next 0/6] Move attach_type into bpf_link
2025-07-08 2:26 UTC (9+ messages)
` [PATCH bpf-next 1/6] bpf: Add attach_type in bpf_link
` [PATCH bpf-next 2/6] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next 3/6] bpf: Remove attach_type in bpf_sockmap_link
` [PATCH bpf-next 4/6] bpf: Remove location field in tcx_link
` [PATCH bpf-next 5/6] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next 6/6] bpf: Remove attach_type in bpf_tracing_link
[PATCH v13 00/11] perf: Support the deferred unwinding infrastructure
2025-07-08 2:00 UTC (12+ messages)
` [PATCH v13 01/11] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v13 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v13 03/11] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH v13 04/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v13 05/11] perf: Skip user unwind if the task is a kernel thread
` [PATCH v13 06/11] perf: Support deferred user callchains
` [PATCH v13 07/11] perf: Support deferred user callchains for per CPU events
` [PATCH v13 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v13 09/11] perf record: Enable defer_callchain for user callchains
` [PATCH v13 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v13 11/11] perf tools: Merge deferred user callchains
[PATCH bpf-next v2 03/18] ftrace: factor out ftrace_direct_update from register_ftrace_direct
2025-07-08 1:26 UTC (8+ messages)
` [PATCH bpf-next v2 04/18] ftrace: add reset_ftrace_direct_ips
` [PATCH bpf-next v2 07/18] bpf: refactor the modules_array to ptr_array
[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-08 1:22 UTC (15+ messages)
` [PATCH v13 01/14] unwind_user: Add user space unwinding API
` [PATCH v13 02/14] unwind_user: Add frame pointer support
` [PATCH v13 03/14] unwind_user: Add compat mode "
` [PATCH v13 04/14] unwind_user/deferred: Add unwind_user_faultable()
` [PATCH v13 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v13 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v13 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v13 08/14] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v13 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()
` [PATCH v13 10/14] unwind: Clear unwind_mask on exit back to user space
` [PATCH v13 11/14] unwind: Add USED bit to only have one conditional on way "
` [PATCH v13 12/14] unwind: Finish up unwind when a task exits
` [PATCH v13 13/14] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v13 14/14] unwind_user/x86: Enable compat mode "
[PATCH 0/2] tracing: Fixes for filter
2025-07-08 1:06 UTC (8+ messages)
` [PATCH 1/2] tracing: Handle "(const) char __attribute() *" as string ptr type
` [PATCH 2/2] selftests: tracing: Use mutex_unlock for testing glob filter
[RFC PATCH 0/2] Switch tracing from sched-RCU to preempt-RCU
2025-07-07 21:56 UTC (8+ messages)
` [RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
[PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-07 21:28 UTC (30+ messages)
` [PATCH v12 01/14] unwind_user: Add user space unwinding API
` [PATCH v12 02/14] unwind_user: Add frame pointer support
` [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface
[PATCH net-next v2] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
2025-07-07 12:22 UTC (3+ messages)
[PATCH v3 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-07-07 11:26 UTC (7+ messages)
` [PATCH v3 1/2] trace/preemptirq: reduce overhead of irq_enable/disable tracepoints
` [PATCH v3 2/2] tracing/preemptirq: Optimize preempt_disable/enable() tracepoint overhead
[PATCH net-next v3] tcp: extend tcp_retransmit_skb tracepoint with failure reasons
2025-07-07 10:48 UTC
[PATCH] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
2025-07-07 8:01 UTC (2+ messages)
` [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
[PATCH 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
2025-07-07 7:50 UTC (3+ messages)
` [PATCH 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer
[PATCH V2] riscv: ftrace: Fix the logic issue in DYNAMIC_FTRACE selection
2025-07-06 15:18 UTC
[PATCH 0/8] dma-mapping: migrate to physical address-based API
2025-07-06 6:00 UTC (4+ messages)
[PATCH] Documentation: Remove duplicate word size in bootconfig
2025-07-05 15:16 UTC
[PATCH 0/2] mm/damon: add trace events for auto-tuned monitoring intervals and DAMOS quota
2025-07-04 22:14 UTC (3+ messages)
` [PATCH 1/2] mm/damon: add trace event for auto-tuned monitoring intervals
` [PATCH 2/2] mm/damon: add trace event for effective size quota
[RFC][PATCH] ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it
2025-07-04 15:12 UTC (7+ messages)
[RFC PATCH v6 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-07-04 15:02 UTC (3+ messages)
` [RFC PATCH v6 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v6 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
[PATCH] tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
2025-07-04 14:48 UTC
[PATCH v11 00/21] RV: Linear temporal logic monitors for RT application
2025-07-04 13:20 UTC (22+ messages)
` [PATCH v11 01/21] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v11 02/21] printk: Make vprintk_deferred() public
` [PATCH v11 03/21] panic: Add vpanic()
` [PATCH v11 04/21] rv: Let the reactors take care of buffers
` [PATCH v11 05/21] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v11 06/21] verification/dot2k: Remove __buff_to_string()
` [PATCH v11 07/21] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v11 08/21] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v11 09/21] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v11 10/21] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v11 11/21] verification/rvgen: Restructure the templates files
` [PATCH v11 12/21] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v11 13/21] rv: Add support for LTL monitors
` [PATCH v11 14/21] verification/rvgen: Add support for linear temporal logic
` [PATCH v11 15/21] Documentation/rv: Add documentation for linear temporal logic monitors
` [PATCH v11 16/21] rv: Add rtapp container monitor
` [PATCH v11 17/21] riscv: mm: Add page fault trace points
` [PATCH v11 18/21] rv: Add rtapp_pagefault monitor
` [PATCH v11 19/21] rv: Add rtapp_sleep monitor
` [PATCH v11 20/21] rv: Add documentation for rtapp monitor
` [PATCH v11 21/21] rv: Allow to configure the number of per-task monitor
[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-04 8:23 UTC (7+ messages)
` [PATCHv3 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
[PATCH] kprobes: Add missing kerneldoc for __get_insn_slot
2025-07-04 6:38 UTC
[PATCH bpf-next v7 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
2025-07-04 2:40 UTC (2+ messages)
[PATCH v7 00/12] unwind_deferred: Implement sframe handling
2025-07-04 0:36 UTC (3+ messages)
[RFC PATCH v5 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-07-03 19:44 UTC (4+ messages)
` [RFC PATCH v5 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v5 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
[PATCH v2] tracing: doc: fix "for a while" typo
2025-07-03 18:21 UTC
[PATCH] tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
2025-07-03 16:39 UTC (3+ messages)
[RFC PATCH v4 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
2025-07-03 15:59 UTC (4+ messages)
` [RFC PATCH v4 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v4 2/2] mm: Fix OOM killer inaccuracy on large many-core systems
[RESEND PATCH] cpuidle: Add find_deepest_state trace event
2025-07-03 13:34 UTC (2+ messages)
[PATCH 0/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS
2025-07-03 12:38 UTC (3+ messages)
` [PATCH 1/2] um/x86: Add system call table to header file
` [PATCH 2/2] um/ptrace: Implement HAVE_SYSCALL_TRACEPOINTS
[PATCH] global: fix misapplications of "awhile"
2025-07-03 5:35 UTC (2+ messages)
[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-03 4:01 UTC (5+ 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).