messages from 2025-04-24 18:39:21 to 2025-04-29 11:35:32 UTC [more...]
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-04-29 11:32 UTC (4+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
[PATCH v4 00/12] khugepaged: mTHP support
2025-04-29 7:16 UTC (18+ messages)
` [PATCH v4 06/12] khugepaged: introduce khugepaged_scan_bitmap for "
` [PATCH v4 07/12] khugepaged: add "
` [PATCH v4 08/12] khugepaged: skip collapsing mTHP to smaller 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 v5 00/12] khugepaged: mTHP support
2025-04-29 5:10 UTC (14+ messages)
` [PATCH v5 01/12] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v5 02/12] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v5 03/12] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v5 04/12] khugepaged: generalize alloc_charge_folio()
` [PATCH v5 05/12] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v5 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH v5 07/12] khugepaged: add "
` [PATCH v5 08/12] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v5 09/12] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v5 10/12] khugepaged: improve tracepoints for mTHP orders
` [PATCH v5 11/12] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v5 12/12] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v5 00/17] perf: Deferred unwinding of user space stack traces
2025-04-29 0:29 UTC (16+ messages)
` [PATCH v5 08/17] unwind_user/deferred: Add unwind cache
` [PATCH v5 11/17] perf: Simplify get_perf_callchain() user logic
` [PATCH v5 13/17] perf: Support deferred user callchains
[PATCH v1 00/11] mm: rewrite pfnmap tracking and remove VM_PAT
2025-04-28 20:37 UTC (51+ 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: "
[RFC][PATCH 0/2] Add is_user_thread() and is_kernel_thread() helper functions
2025-04-28 18:34 UTC (17+ messages)
` [RFC][PATCH 1/2] kthread: "
` [RFC][PATCH 2/2] treewide: Have the task->flags & PF_KTHREAD check use the "
` [PATCH] sched/core: Introduce task_*() helpers for PF_ flags
[PATCH v5 0/9] tracing: Deferred unwinding of user space stack traces
2025-04-28 18:13 UTC (16+ 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 0/6] [PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2025-04-28 17:10 UTC (12+ 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-28 13:52 UTC (26+ messages)
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of 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 v5 00/12] unwind_deferred: Implement sframe handling
2025-04-28 9:00 UTC (15+ 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 v2 bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-27 6:38 UTC
[PATCH bpf-next 0/4] bpf: Allow get_func_[arg|arg_cnt] helpers in raw tracepoint programs
2025-04-26 16:00 UTC (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: Enable BPF_PROG_TEST_RUN for tp_btf
` [PATCH bpf-next 3/4] selftests/bpf: Add raw_tp_test_run "
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for get_func_[arg|arg_cnt] helpers in raw tracepoint programs
[PATCH v6 00/18] perf: Deferred unwinding of user space stack traces
2025-04-25 17:34 UTC (21+ 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 14/18] perf: Support deferred user callchains
` [PATCH v6 15/18] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v6 16/18] perf record: Enable defer_callchain for user callchains
` [PATCH v6 17/18] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v6 18/18] perf tools: Merge deferred user callchains
[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-25 16:38 UTC (2+ messages)
[PATCH v4 00/22] RV: Linear temporal logic monitors for RT application
2025-04-25 9:33 UTC (9+ messages)
` [PATCH v4 20/22] rv: Add rtapp_sleep monitor
[PATCH] tracing/osnoise: Allow arbitrarily long CPU string
2025-04-25 9:18 UTC
[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] tracing: Add a helper function to handle the dereference arg in verifier
2025-04-24 19:10 UTC
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).