messages from 2025-04-22 14:37:29 to 2025-04-25 14:56:16 UTC [more...]
[PATCH v6 00/18] perf: Deferred unwinding of user space stack traces
2025-04-25 14:54 UTC (16+ messages)
` [PATCH v6 01/18] unwind_user: Add user space unwinding API
` [PATCH v6 02/18] unwind_user: Add frame pointer support
` [PATCH v6 03/18] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v6 04/18] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v6 05/18] unwind_user: Add compat mode frame pointer support
` [PATCH v6 06/18] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v6 07/18] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v6 08/18] unwind_user/deferred: Add unwind cache
` [PATCH v6 09/18] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v6 10/18] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v6 11/18] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL
` [PATCH v6 12/18] perf: Simplify get_perf_callchain() user logic
` [PATCH v6 13/18] perf: Skip user unwind if the task is a kernel thread
` [PATCH v6 15/18] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v6 16/18] perf record: Enable defer_callchain for user callchains
[PATCH 0/6] [PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2025-04-25 14:47 UTC (8+ messages)
` [PATCH 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-04-25 13:20 UTC (44+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCH perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCH perf/core 07/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCH perf/core 11/22] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCH 22/22] man2: Add uprobe syscall page
[PATCH v4 00/22] RV: Linear temporal logic monitors for RT application
2025-04-25 9:33 UTC (32+ messages)
` [PATCH v4 01/22] rv: Add #undef TRACE_INCLUDE_FILE
` [PATCH v4 02/22] printk: Make vprintk_deferred() public
` [PATCH v4 03/22] panic: Add vpanic()
` [PATCH v4 04/22] rv: Let the reactors take care of buffers
` [PATCH v4 05/22] verification/dot2k: Make a separate dot2k_templates/Kconfig_container
` [PATCH v4 06/22] verification/dot2k: Remove __buff_to_string()
` [PATCH v4 07/22] verification/dot2k: Replace is_container() hack with subparsers
` [PATCH v4 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS
` [PATCH v4 09/22] verification/dot2k: Prepare the frontend for LTL inclusion
` [PATCH v4 10/22] Documentation/rv: Prepare monitor synthesis document "
` [PATCH v4 11/22] verification/rvgen: Restructure the templates files
` [PATCH v4 12/22] verification/rvgen: Restructure the classes to prepare for LTL inclusion
` [PATCH v4 13/22] rv: Add support for LTL monitors
` [PATCH v4 14/22] rv: Add rtapp container monitor
` [PATCH v4 15/22] x86/tracing: Remove redundant trace_pagefault_key
` [PATCH v4 16/22] x86/tracing: Move page fault trace points to generic
` [PATCH v4 17/22] arm64: mm: Add page fault trace points
` [PATCH v4 18/22] riscv: "
` [PATCH v4 19/22] rv: Add rtapp_pagefault monitor
` [PATCH v4 20/22] rv: Add rtapp_sleep monitor
` [PATCH v4 21/22] rv: Add documentation for rtapp monitor
` [PATCH v4 22/22] rv: Allow to configure the number of per-task monitor
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-04-25 9:27 UTC (14+ messages)
` [PATCH v1 01/11] x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()
` [PATCH v1 02/11] mm: convert track_pfn_insert() to pfnmap_sanitize_pgprot()
` [PATCH v1 03/11] x86/mm/pat: introduce pfnmap_track() and pfnmap_untrack()
` [PATCH v1 04/11] mm/memremap: convert to pfnmap_track() + pfnmap_untrack()
` [PATCH v1 05/11] mm: convert VM_PFNMAP tracking "
` [PATCH v1 06/11] x86/mm/pat: remove old pfnmap tracking interface
` [PATCH v1 07/11] mm: remove VM_PAT
` [PATCH v1 08/11] x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()
` [PATCH v1 09/11] x86/mm/pat: remove MEMTYPE_*_MATCH
` [PATCH v1 10/11] drm/i915: track_pfn() -> "pfnmap tracking"
` [PATCH v1 11/11] mm/io-mapping: "
[PATCH] tracing/osnoise: Allow arbitrarily long CPU string
2025-04-25 9:18 UTC
[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-25 8:00 UTC
[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
2025-04-25 7:13 UTC (31+ messages)
` [PATCH v5 01/17] unwind_user: Add user space unwinding API
` [PATCH v5 02/17] unwind_user: Add frame pointer support
` [PATCH v5 03/17] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v5 04/17] perf/x86: Rename and move get_segment_base() and make it global
` [PATCH v5 05/17] unwind_user: Add compat mode frame pointer support
` [PATCH v5 06/17] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v5 07/17] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v5 08/17] unwind_user/deferred: Add unwind cache
` [PATCH v5 09/17] perf: Remove get_perf_callchain() init_nr argument
` [PATCH v5 10/17] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH v5 11/17] perf: Simplify get_perf_callchain() user logic
` [PATCH v5 12/17] perf: Skip user unwind if !current->mm
` [PATCH v5 13/17] perf: Support deferred user callchains
` [PATCH v5 14/17] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v5 15/17] perf record: Enable defer_callchain for user callchains
` [PATCH v5 16/17] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v5 17/17] perf tools: Merge deferred user callchains
[PATCH v3] khugepaged: Pass folio instead of head page to trace events
2025-04-25 3:53 UTC (2+ messages)
[PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function
2025-04-24 20:32 UTC (2+ messages)
[PATCH v5 00/12] unwind_deferred: Implement sframe handling
2025-04-24 20:28 UTC (14+ messages)
` [PATCH v5 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v5 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v5 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v5 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v5 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v5 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v5 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v5 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v5 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v5 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v5 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v5 12/12] unwind_user/sframe: Add .sframe validation option
[PATCH v5 0/9] tracing: Deferred unwinding of user space stack traces
2025-04-24 19:29 UTC (11+ messages)
` [PATCH v5 1/9] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v5 2/9] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v5 3/9] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v5 4/9] tracing: Do not bother getting user space stacktraces for kernel threads
` [PATCH v5 5/9] tracing: Rename __dynamic_array() to __dynamic_field() for ftrace events
` [PATCH v5 6/9] tracing: Implement deferred user space stacktracing
` [PATCH v5 7/9] mm: Add guard for mmap_read_lock
` [PATCH v5 8/9] tracing: Have deferred user space stacktrace show file offsets
` [PATCH v5 9/9] tracing: Show inode and device major:minor in deferred user space stacktrace
[PATCH] tracing: Add a helper function to handle the dereference arg in verifier
2025-04-24 19:10 UTC
[PATCH v4 00/12] khugepaged: mTHP support
2025-04-24 15:03 UTC (24+ messages)
` [PATCH v4 01/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v4 02/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v4 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v4 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v4 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v4 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v4 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v4 12/12] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-04-24 13:41 UTC (16+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 12/39] unwind_user: Add frame pointer support
[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
2025-04-23 21:27 UTC (5+ messages)
[PATCH bpf-next v4] bpf: streamline allowed helpers between tracing and base sets
2025-04-23 18:10 UTC (3+ messages)
[PATCH bpf-next v3] bpf: Remove redundant checks
2025-04-23 17:05 UTC (4+ messages)
[PATCH v4 01/12] riscv: ftrace: support fastcc in Clang for WITH_ARGS
2025-04-23 8:22 UTC (3+ messages)
` [PATCH v4 05/12] riscv: ftrace: prepare ftrace for atomic code patching
[PATCH v4 04/12] kernel: ftrace: export ftrace_sync_ipi
2025-04-23 8:13 UTC (3+ messages)
[PATCH v5 0/6] x86/vdso: VDSO updates and fixes for sframes
2025-04-23 0:53 UTC (9+ messages)
` [PATCH v5 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v5 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v5 3/6] x86/asm: Fix VDSO DWARF generation with kernel IBT enabled
` [PATCH v5 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v5 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v5 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH][next] ftrace: Fix null memory allocation check
2025-04-22 22:13 UTC
[PATCH] tracing: fix race when creating trace probe log error message
2025-04-22 18:33 UTC
[PATCH v2] tracing: selftests: Add testing a user string to filters
2025-04-22 18:08 UTC (3+ messages)
[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
2025-04-22 14:37 UTC (3+ messages)
` (no subject)
`
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).