messages from 2025-09-09 19:16:45 to 2025-09-14 14:10:36 UTC [more...]
[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-09-14 14:10 UTC (6+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v4 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 5/8] tracing: wprobe: Add wprobe event trigger
[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-09-14 13:53 UTC (27+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 04/21] mm/ksw: add build system support
` [PATCH v4 05/21] mm/ksw: add ksw_config struct and parser
` [PATCH v4 06/21] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v4 07/21] mm/ksw: add HWBP pre-allocation
` [PATCH v4 08/21] mm/ksw: Add atomic ksw_watch_on() and ksw_watch_off()
` [PATCH v4 09/21] mm/ksw: support CPU hotplug
` [PATCH v4 10/21] sched: add per-task KStackWatch context
` [PATCH v4 11/21] mm/ksw: add probe management helpers
` [PATCH v4 12/21] mm/ksw: resolve stack watch addr and len
` [PATCH v4 13/21] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v4 14/21] mm/ksw: add self-debug helpers
` [PATCH v4 15/21] mm/ksw: add test module
` [PATCH v4 16/21] mm/ksw: add stack overflow test
` [PATCH v4 17/21] mm/ksw: add silent corruption test case
` [PATCH v4 18/21] mm/ksw: add recursive stack corruption test
` [PATCH v4 19/21] tools/ksw: add test script
` [PATCH v4 20/21] docs: add KStackWatch document
` [PATCH v4 21/21] MAINTAINERS: add entry for KStackWatch
[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
2025-09-14 9:18 UTC (2+ messages)
[PATCH v11 00/15] khugepaged: mTHP support
2025-09-13 0:28 UTC (46+ messages)
` [PATCH v11 01/15] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v11 02/15] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v11 03/15] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v11 04/15] khugepaged: generalize alloc_charge_folio()
` [PATCH v11 05/15] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v11 06/15] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH v11 07/15] khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH v11 08/15] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v11 09/15] khugepaged: add per-order mTHP collapse failure statistics
` [PATCH v11 10/15] khugepaged: improve tracepoints for mTHP orders
` [PATCH v11 11/15] khugepaged: introduce collapse_allowable_orders helper function
` [PATCH v11 12/15] khugepaged: Introduce mTHP collapse support
` [PATCH v11 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v11 14/15] khugepaged: run khugepaged for all orders
` [PATCH v11 15/15] Documentation: mm: update the admin guide for mTHP collapse
[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-12 21:09 UTC (5+ messages)
[PATCH v2 1/1] tracing/sched: add 'next_policy' to trace_sched_switch
2025-09-12 14:30 UTC (2+ messages)
[PATCH v6 00/24] Tracefs support for pKVM
2025-09-12 13:48 UTC (23+ messages)
` [PATCH v6 04/24] tracing: Add reset to trace remotes
` [PATCH v6 06/24] tracing: Add events "
` [PATCH v6 07/24] tracing: Add events/ root files "
` [PATCH v6 10/24] tracing: Introduce 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 v2] ftrace: Fix softlockup in ftrace_module_enable
2025-09-12 11:28 UTC
[PATCH v3 00/19] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
2025-09-12 8:15 UTC (25+ messages)
` [PATCH v3 01/19] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v3 02/19] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v3 03/19] mm/ksw: add build system support
` [PATCH v3 04/19] mm/ksw: add ksw_config struct and parser
` [PATCH v3 05/19] mm/ksw: add /proc/kstackwatch interface
` [PATCH v3 06/19] mm/ksw: add HWBP pre-allocation
` [PATCH v3 07/19] mm/ksw: add atomic watch on/off operations
` [PATCH v3 08/19] mm/ksw: support CPU hotplug
` [PATCH v3 09/19] mm/ksw: add probe management helpers
` [PATCH v3 10/19] mm/ksw: resolve stack watch addr and len
` [PATCH v3 11/19] mm/ksw: add recursive depth tracking
` [PATCH v3 12/19] mm/ksw: manage start/stop of stack watching
` [PATCH v3 13/19] mm/ksw: add self-debug helpers
` [PATCH v3 14/19] mm/ksw: add test module
` [PATCH v3 15/19] mm/ksw: add stack overflow test
` [PATCH v3 16/19] mm/ksw: add silent corruption test case
` [PATCH v3 17/19] mm/ksw: add recursive stack corruption test
` [PATCH v3 18/19] tools/ksw: add test script
` [PATCH v3 19/19] docs: add KStackWatch document
[PATCH 0/5] histogram docs formatting cleanup
2025-09-12 2:55 UTC (12+ messages)
` [PATCH 1/5] Documentation: trace: histogram: Fix histogram trigger subsection number order
` [PATCH 2/5] Documentation: trace: histogram-design: Trim trailing vertices in diagram explanation text
` [PATCH 3/5] Documentation: trace: historgram-design: Separate sched_waking histogram section heading and the following diagram
` [PATCH 4/5] Documentation: trace: histogram-design: Wrap introductory note in note:: directive
` [PATCH 5/5] Documentation: trace: histogram: Link to ftrace docs
[PATCH] uaccess: Comment that copy to/from inatomic requires page fault disabled
2025-09-12 1:07 UTC (2+ messages)
[PATCH] MAINTAINERS: Remove bouncing kprobes maintainer
2025-09-12 0:03 UTC (2+ messages)
[PATCH 0/7] tracing: Show contents of syscall trace event user space fields
2025-09-11 23:20 UTC (4+ messages)
` [PATCH 1/7] tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
2025-09-11 22:25 UTC (7+ messages)
` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
[PATCH] ftrace: Fix softlockup in ftrace_module_enable
2025-09-11 18:42 UTC (6+ messages)
[PATCH] rv: Add Gabriele Monaco as maintainer for Runtime Verification
2025-09-11 15:57 UTC
[PATCH] tracing: Fix missing errno when zero parser->idx in trace_pid_write
2025-09-11 14:04 UTC (5+ messages)
[PATCH v10 00/13] khugepaged: mTHP support
2025-09-11 12:21 UTC (13+ messages)
` [PATCH v10 01/13] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v10 06/13] khugepaged: add mTHP support
` [PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats
[paulmck-rcu:dev.2025.08.13a] [tracing] 364ac25d46: WARNING:at_arch/x86/mm/fault.c:#do_user_addr_fault
2025-09-11 12:04 UTC (7+ messages)
[PATCH v3 0/3] rtla: fix cgroup and trace options parsing
2025-09-11 11:32 UTC (5+ messages)
` [PATCH v3 2/3] rtla: fix -C/--cgroup interface
` [PATCH v3 3/3] rtla: fix -a overriding -t argument
[RFC PATCH V3] sched: psi: Add psi events trace point
2025-09-11 3:28 UTC
[PATCH v3 0/7] tracing: wprobe: Add wprobe for watchpoint
2025-09-11 0:43 UTC (8+ messages)
` [PATCH v3 1/7] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v3 2/7] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v3 3/7] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v3 4/7] tracing: wprobe: Add wprobe event trigger
` [PATCH v3 5/7] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v3 6/7] selftests: tracing: Add syntax "
` [PATCH v3 7/7] selftests: ftrace: Add wprobe trigger testcase
[PATCH v7 00/12] Improvements to S5 power consumption
2025-09-10 18:23 UTC (30+ messages)
` [PATCH v7 01/12] PM: Introduce new PMSG_POWEROFF event
` [PATCH v7 02/12] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v7 04/12] USB: Pass PMSG_POWEROFF event to suspend_common()
` [PATCH v7 05/12] PCI/PM: Disable device wakeups when halting or powering off system
` [PATCH v7 06/12] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v7 07/12] PCI/PM: Run bridge power up actions as part of restore phase
` [PATCH v7 08/12] PCI/PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v7 09/12] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
` [PATCH v7 10/12] drm/amd: Avoid evicting resources at S5
` [PATCH v7 11/12] PM: Use hibernate flows for system power off
` [PATCH v7 12/12] Documentation: power: Add document on debugging shutdown hangs
[PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
2025-09-10 14:30 UTC (12+ messages)
` nop5-optimized USDTs WAS: "
[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
2025-09-10 9:54 UTC (7+ messages)
` [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
[PATCH] rv/ltl_monitor: adapt handle_task_newtask to u64 clone_flags
2025-09-10 8:05 UTC (4+ messages)
[PATCH v2 0/6] tracing: wprobe: Add wprobe for watchpoint
2025-09-10 1:22 UTC (3+ messages)
` [PATCH v2 4/6] tracing: wprobe: Add wprobe event trigger
[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
2025-09-10 1:11 UTC (6+ messages)
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-09-10 1:05 UTC (3+ messages)
` [PATCH 6/6] uprobes/x86: Add SLS mitigation to the trampolines
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).