messages from 2025-08-21 08:14:26 to 2025-08-27 16:59:23 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-08-27 16:59 UTC (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[PATCH bpf-next] bpf: remove unnecessary rcu_read_lock in kprobe_multi_link_prog_run
2025-08-27 16:21 UTC (2+ messages)
[PATCH 0/7] tools/rtla: Code consolidation and osnoise actions
2025-08-27 13:34 UTC (14+ messages)
` [PATCH 1/7] tools/rtla: Consolidate common parameters into shared structure
` [PATCH 2/7] tools/rtla: Move top/hist union members elsewhere
` [PATCH 3/7] tools/rtla: Create common_apply_config()
` [PATCH 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top
[RFC PATCH V2] sched: psi: Add psi events trace point
2025-08-27 0:56 UTC (4+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-26 16:26 UTC (33+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH v2] ftrace/samples: Fix function size computation
2025-08-26 16:16 UTC
[PATCH] ftrace/samples: Fix function size computation
2025-08-26 13:48 UTC (2+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-08-26 13:46 UTC (49+ messages)
` [PATCH v10 02/13] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v10 07/13] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v10 09/13] khugepaged: enable collapsing mTHPs even when PMD THPs are disabled
` [PATCH v10 10/13] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v10 11/13] khugepaged: improve tracepoints for mTHP orders
` [PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v10 13/13] Documentation: mm: update the admin guide for mTHP collapse
[PATCH v2 1/1] tracing/sched: add 'next_policy' to trace_sched_switch
2025-08-26 12:48 UTC
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-08-26 8:33 UTC (19+ messages)
` [PATCH 1/6] uprobes/x86: Add struct uretprobe_syscall_args
` [PATCH 2/6] uprobes/x86: Optimize is_optimize()
` [PATCH 3/6] uprobes/x86: Accept more NOP forms
` [PATCH 4/6] uprobes/x86: Fix uprobe syscall vs shadow stack
` [PATCH 5/6] uprobes/x86: Make asm style consistent
` [PATCH 6/6] uprobes/x86: Add SLS mitigation to the trampolines
[PATCH v7 0/3] tracepoints: Add warnings for unused tracepoints and trace events
2025-08-25 23:13 UTC (4+ messages)
` [PATCH v7 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
` [PATCH v7 2/3] tracing: Add a tracepoint verification check at build time
` [PATCH v7 3/3] tracepoint: Do not warn for unused event that is exported
[PATCH v15 0/8] perf: Support the deferred unwinding infrastructure
2025-08-25 18:06 UTC (9+ messages)
` [PATCH v15 1/8] unwind deferred: Add unwind_user_get_cookie() API
` [PATCH v15 2/8] perf: Support deferred user callchains
` [PATCH v15 3/8] perf: Have the deferred request record the user context cookie
` [PATCH v15 4/8] perf: Support deferred user callchains for per CPU events
` [PATCH v15 5/8] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v15 6/8] perf record: Enable defer_callchain for user callchains
` [PATCH v15 7/8] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v15 8/8] perf tools: Merge deferred user callchains
[RFC PATCH 00/17] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2025-08-25 14:24 UTC (30+ messages)
` [RFC PATCH 01/17] rv: Refactor da_monitor to minimise macros
` [RFC PATCH 05/17] verification/rvgen: Annotate DA functions with types
` [RFC PATCH 06/17] verification/dot2c: Remove __buff_to_string() and cleanup
` [RFC PATCH 07/17] verification/rvgen: Remove unused variable declaration from containers
` [RFC PATCH 08/17] rv: Add Hybrid Automata monitor type
` [RFC PATCH 09/17] verification/rvgen: Allow spaces in and events strings
` [RFC PATCH 10/17] verification/rvgen: Add support for Hybrid Automata
[PATCH v8 0/5] Add support for long task name
2025-08-25 14:01 UTC (9+ messages)
` [PATCH v8 1/5] exec: Remove obsolete comments
` [PATCH v8 2/5] include: Set tsk->comm length to 64 bytes
` [PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v8 5/5] include: Replace BUILD_BUG_ON with static_assert in 'set_task_comm()'
[RFC PATCH 00/13] mm: Introduce Kernel Stack Watch debugging tool
2025-08-25 13:11 UTC (10+ messages)
` [RFC PATCH 01/13] mm: Add kstackwatch build infrastructure
` [RFC PATCH 02/13] x86/HWBP: Add arch_reinstall_hw_breakpoint() for atomic updates
` [RFC PATCH 03/13] mm/kstackwatch: Add module core and configuration interface
` [RFC PATCH 04/13] mm/kstackwatch: Add HWBP pre-allocation infrastructure
` [RFC PATCH 05/13] mm/kstackwatch: Add atomic HWBP arm/disarm operations
` [RFC PATCH 06/13] mm/kstackwatch: Add stack address resolution functions
` [RFC PATCH 07/13] mm/kstackwatch: Add kprobe and stack watch control
[RESEND PATCH] kmem/tracing: Add kmem name to kmem_cache_alloc tracepoint
2025-08-25 12:59 UTC
[PATCH] tracing: Remove redundant 0 value initialization
2025-08-25 12:31 UTC
[PATCH v3 0/2] tracing/preemptirq: Optimize disabled tracepoint overhead
2025-08-25 11:56 UTC (7+ messages)
` [PATCH v3 2/2] tracing/preemptirq: Optimize preempt_disable/enable() "
[RESEND][PATCH 0/5] perf: Clean ups and simplifications
2025-08-25 11:12 UTC (2+ messages)
[PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
2025-08-25 7:05 UTC (2+ messages)
[PATCH v7 0/7] arm64: Enable UPROBES with GCS
2025-08-25 3:34 UTC (8+ messages)
` [PATCH v7 1/7] arm64: probes: Break ret out from bl/blr
` [PATCH v7 2/7] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v7 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v7 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v7 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v7 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v7 7/7] uprobes: uprobe_warn should use passed task
[PATCH] init/main.c: fix boot time tracing crash
2025-08-24 13:44 UTC (3+ messages)
[PATCH v6 2/3] tracing: Add a tracepoint verification check at build time
2025-08-23 17:54 UTC (2+ messages)
[PATCH v2 1/1] tracing/sched: add 'next_policy' to trace_sched_switch
2025-08-23 3:45 UTC
[PATCH v2] ftrace: Also allocate and copy hash for reading of filter files
2025-08-22 22:36 UTC
[PATCH 0/2] PATCH: firmware: ti_sci: Add trace events to TI SCI
2025-08-22 18:30 UTC (5+ messages)
[PATCH] tracing/sched: add 'next_policy' to trace_sched_switch
2025-08-22 14:04 UTC (3+ messages)
[syzbot] [mm?] BUG: soft lockup in dev_ioctl (2)
2025-08-22 13:27 UTC
[PATCH -next v3] ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
2025-08-22 3:33 UTC
[PATCH -next] ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
2025-08-22 1:35 UTC (5+ messages)
[PATCH -next v2] ftrace: Fix potential warning in trace_printk_seq during ftrace_dump
2025-08-22 1:26 UTC (3+ messages)
[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
2025-08-21 19:25 UTC (5+ messages)
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations
[PATCH] tracing: move buffer in trace_seq to end of struct
2025-08-21 18:32 UTC (4+ messages)
[PATCH] docs: Corrected typo in trace/events
2025-08-21 17:59 UTC (2+ messages)
[PATCH] selftests/bpf: Fix uprobe syscall shadow stack test
2025-08-21 14:15 UTC
[PATCH] fgraph: Copy args in intermediate storage with entry
2025-08-21 12:59 UTC (2+ messages)
[PATCH v2 0/5] rv: LTL per-cpu monitor type and real-time scheduling monitor
2025-08-21 8:43 UTC (6+ messages)
` [PATCH v2 4/5] sched: Add task enqueue/dequeue trace points
[PATCH v6 00/24] Tracefs support for pKVM
2025-08-21 8:14 UTC (22+ messages)
` [PATCH v6 04/24] tracing: Add reset to trace remotes
` [PATCH v6 05/24] tracing: Add init callback "
` [PATCH v6 06/24] tracing: Add events "
` [PATCH v6 07/24] tracing: Add events/ root files "
` [PATCH v6 08/24] tracing: Add helpers to create trace remote events
` [PATCH v6 09/24] ring-buffer: Export buffer_data_page and macros
` [PATCH v6 10/24] tracing: Introduce simple_ring_buffer
` [PATCH v6 11/24] tracing: Add a trace remote module for testing
` [PATCH v6 12/24] tracing: selftests: Add trace remote tests
` [PATCH v6 13/24] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v6 14/24] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v6 15/24] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v6 16/24] KVM: arm64: Add clock support for "
` [PATCH v6 17/24] KVM: arm64: Add tracing capability "
` [PATCH v6 18/24] KVM: arm64: Add trace remote "
` [PATCH v6 19/24] KVM: arm64: Sync boot clock with "
` [PATCH v6 20/24] KVM: arm64: Add trace reset to "
` [PATCH v6 21/24] KVM: arm64: Add event support to the pKVM hyp and trace remote
` [PATCH v6 22/24] KVM: arm64: Add hyp_enter/hyp_exit events to pKVM hyp
` [PATCH v6 23/24] KVM: arm64: Add selftest event support "
` [PATCH v6 24/24] tracing: selftests: Add pKVM trace remote tests
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).