linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 11:07:39 to 2025-09-12 10:12:03 UTC [more...]

[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-12 10:11 UTC  (2+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall

[PATCH v11 00/15] khugepaged: mTHP support
 2025-09-12  9:35 UTC  (19+ 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

[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  (22+ messages)
  ` [PATCH v6 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
  ` [PATCH v6 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
  ` [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
  ` [PATCH v6 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
  ` [PATCH v6 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
  ` [PATCH v6 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
  ` [PATCH v6 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
  ` [PATCH v6 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
  ` [PATCH v6 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
  ` [PATCH v6 10/16] xen: swiotlb: Open code map_resource callback
  ` [PATCH v6 11/16] dma-mapping: export new dma_*map_phys() interface
  ` [PATCH v6 12/16] mm/hmm: migrate to physical address-based DMA mapping API
  ` [PATCH v6 13/16] mm/hmm: properly take MMIO path
  ` [PATCH v6 14/16] block-dma: migrate to dma_map_phys instead of map_page
  ` [PATCH v6 15/16] block-dma: properly take MMIO path
  ` [PATCH v6 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[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  (31+ 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 03/12] usb: sl811-hcd: "
` [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

[PATCH v6 00/24] Tracefs support for pKVM
 2025-09-10 17:06 UTC  (27+ messages)
` [PATCH v6 03/24] tracing: Introduce trace remotes
` [PATCH v6 04/24] tracing: Add reset to "
` [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

[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  (10+ messages)
` [PATCH 6/6] uprobes/x86: Add SLS mitigation to the trampolines

[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
 2025-09-09 16:41 UTC  (9+ messages)
` [PATCHv3 perf/core 1/6] bpf: Allow uprobe program to change context registers
` [PATCHv3 perf/core 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
` [PATCHv3 perf/core 3/6] selftests/bpf: Add uprobe context registers changes test
` [PATCHv3 perf/core 4/6] selftests/bpf: Add uprobe context ip register change test
` [PATCHv3 perf/core 5/6] selftests/bpf: Add kprobe write ctx attach test
` [PATCHv3 perf/core 6/6] selftests/bpf: Add kprobe multi "

[syzbot] [trace?] WARNING in tracepoint_add_func (3)
 2025-09-09 11:39 UTC 

[PATCH v2 0/7] tools/rtla: Code consolidation and osnoise actions
 2025-09-09 11:25 UTC  (2+ messages)

[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
 2025-09-09 11:07 UTC  (21+ messages)
` [PATCH 02/21] add definitions for BLKTRACESETUP2
` [PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace
` [PATCH 04/21] blktrace: change size of action to 64 bits
` [PATCH 05/21] blktrace: add definitions for blk_io_trace2
` [PATCH 06/21] blktrace: support protocol version 8
` [PATCH 07/21] blkparse: pass magic to get_magic
` [PATCH 08/21] blkparse: read 'magic' first
` [PATCH 09/21] blkparse: factor out reading of a singe blk_io_trace event
` [PATCH 10/21] blkparse: skip unsupported protocol versions
` [PATCH 11/21] blkparse: make get_pdulen() take the pdu_len
` [PATCH 12/21] blkiomon: read 'magic' first
` [PATCH 13/21] blktrace: pass magic to CHECK_MAGIC macro
` [PATCH 14/21] blktrace: pass magic to verify_trace
` [PATCH 15/21] blktrace: rename trace_to_cpu to bit_trace_to_cpu
` [PATCH 16/21] blkparse: use blk_io_trace2 internally
` [PATCH 17/21] blkparse: natively parse blk_io_trace2
` [PATCH 18/21] blkparse: parse zone (un)plug actions
` [PATCH 19/21] blkparse: add zoned commands to fill_rwbs()
` [PATCH 20/21] blkparse: parse zone management commands
` [PATCH 21/21] blkparse: parse zone append completions


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).