linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-08 13:54:19 to 2025-09-11 00:43:33 UTC [more...]

[PATCH v3 0/7] tracing: wprobe: Add wprobe for watchpoint
 2025-09-11  0:43 UTC  (6+ 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] uaccess: Comment that copy to/from inatomic requires page fault disabled
 2025-09-10 20:18 UTC 

[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  (29+ messages)
` [PATCH v6 02/24] ring-buffer: Introduce ring-buffer remotes
` [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 v6 00/16] dma-mapping: migrate to physical address-based API
 2025-09-10 11:58 UTC  (20+ 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 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 v3 00/19] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-10  5:31 UTC  (20+ 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 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  (7+ messages)
` [PATCH v2 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top
` [PATCH v2 6/7] tools/rtla: Add test engine support for unexpected output

[PATCH 00/21] blktrace: Add user-space support for zoned command tracing
 2025-09-09 11:07 UTC  (22+ messages)
` [PATCH 01/21] fix comment for struct blk_trace_setup:
` [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

[PATCH 00/16] block: add blktrace support for zoned block device commands
 2025-09-09 11:06 UTC  (17+ messages)
` [PATCH 01/16] blktrace: split do_blk_trace_setup into two functions
` [PATCH 02/16] blktrace: add definitions for blk_user_trace_setup2
` [PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
` [PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
` [PATCH 05/16] blktrace: factor out recording a blktrace event
` [PATCH 06/16] blktrace: only calculate trace length once
` [PATCH 07/16] blktrace: split out relaying a blktrace event
` [PATCH 08/16] blktrace: change the internal action to 64bit
` [PATCH 09/16] blktrace: remove struct blk_io_trace from __blk_add_trace
` [PATCH 10/16] blktrace: differentiate between blk_io_trace versions
` [PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
` [PATCH 12/16] blktrace: add block trace commands for zone operations
` [PATCH 13/16] blktrace: expose ZONE APPEND completions to blktrace
` [PATCH 14/16] blktrace: trace zone management operations
` [PATCH 15/16] blktrace: trace zone write plugging operations
` [PATCH 16/16] blktrace: handle BLKTRACESETUP2 ioctl

[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
 2025-09-09  9:50 UTC  (8+ messages)
        ` [PATCH] rhashtable: Use rcu_dereference_all and rcu_dereference_all_check
            ` [v2 PATCH] "

[PATCH] i2c: Fix OOB access in trace_event_raw_event_smbus_write
 2025-09-09  9:30 UTC  (3+ messages)
  ` 回复: "

[PATCH v2] tracing: Silence warning when chunk allocation fails in trace_pid_write
 2025-09-09  7:43 UTC  (5+ messages)

[PATCH v3 1/2] powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVAL
 2025-09-09  7:17 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc/fprobe: fix updated fprobe for function-graph tracer

[PATCH v10 00/13] khugepaged: mTHP support
 2025-09-09  6:36 UTC  (9+ messages)
` [PATCH v10 06/13] khugepaged: add "
` [PATCH v10 12/13] khugepaged: add per-order mTHP khugepaged stats

[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
 2025-09-09  1:18 UTC  (21+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace

[PATCH] tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()
 2025-09-08 23:53 UTC  (4+ messages)

[PATCH v6 09/11] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
 2025-09-08 21:52 UTC  (3+ messages)

[PATCH v6 05/11] PCI: PM: Disable device wakeups when halting system through S4 flow
 2025-09-08 21:51 UTC  (3+ messages)

[PATCHv2 perf/core 0/4] uprobe,bpf: Allow to change app registers from uprobe registers
 2025-09-08 19:36 UTC  (4+ messages)
` [PATCHv2 perf/core 1/4] bpf: Allow uprobe program to change context registers

[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
 2025-09-08 17:53 UTC  (5+ messages)
` [PATCH v16 1/4] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v16 2/4] perf record: Enable defer_callchain for user callchains
` [PATCH v16 3/4] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v16 4/4] perf tools: Merge deferred user callchains

[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
 2025-09-08 17:21 UTC  (6+ messages)
` [RESEND][PATCH v15 1/4] unwind deferred: Add unwind_user_get_cookie() API
` [RESEND][PATCH v15 2/4] perf: Support deferred user callchains
` [RESEND][PATCH v15 3/4] perf: Have the deferred request record the user context cookie
` [RESEND][PATCH v15 4/4] perf: Support deferred user callchains for per CPU events

[PATCH v6 RESEND 00/11] Improvements to S5 power consumption
 2025-09-08 14:41 UTC  (4+ messages)


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