linux-trace-kernel
Thread
Date
Earlier messages
Messages by Thread
[PATCH v7 10/12] drm/amd: Avoid evicting resources at S5
Mario Limonciello (AMD)
[PATCH v7 09/12] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
Mario Limonciello (AMD)
[PATCH v7 06/12] PCI/PM: Split out code from pci_pm_suspend_noirq() into helper
Mario Limonciello (AMD)
[PATCH v7 07/12] PCI/PM: Run bridge power up actions as part of restore phase
Mario Limonciello (AMD)
[PATCH v7 01/12] PM: Introduce new PMSG_POWEROFF event
Mario Limonciello (AMD)
[PATCH 13/21] blktrace: pass magic to CHECK_MAGIC macro
Johannes Thumshirn
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API
Leon Romanovsky
[PATCH v6 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
Leon Romanovsky
[PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
Re: [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
[PATCH v6 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
Leon Romanovsky
[PATCH v6 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link().
Leon Romanovsky
[PATCH v6 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
Leon Romanovsky
[PATCH v6 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
Leon Romanovsky
[PATCH v6 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
[PATCH v6 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
Leon Romanovsky
[PATCH v6 14/16] block-dma: migrate to dma_map_phys instead of map_page
Leon Romanovsky
[PATCH v6 10/16] xen: swiotlb: Open code map_resource callback
Leon Romanovsky
[PATCH v6 15/16] block-dma: properly take MMIO path
Leon Romanovsky
[PATCH v6 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
Leon Romanovsky
[PATCH v6 13/16] mm/hmm: properly take MMIO path
Leon Romanovsky
[PATCH v6 12/16] mm/hmm: migrate to physical address-based DMA mapping API
Leon Romanovsky
[PATCH v6 11/16] dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
Jiri Olsa
[PATCHv3 perf/core 1/6] bpf: Allow uprobe program to change context registers
Jiri Olsa
[PATCHv3 perf/core 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
[PATCHv3 perf/core 3/6] selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
[PATCHv3 perf/core 5/6] selftests/bpf: Add kprobe write ctx attach test
Jiri Olsa
[PATCHv3 perf/core 6/6] selftests/bpf: Add kprobe multi write ctx attach test
Jiri Olsa
[PATCHv3 perf/core 4/6] selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
[PATCH 16/21] blkparse: use blk_io_trace2 internally
Johannes Thumshirn
[PATCH 12/21] blkiomon: read 'magic' first
Johannes Thumshirn
[PATCH 11/21] blkparse: make get_pdulen() take the pdu_len
Johannes Thumshirn
[PATCH 06/21] blktrace: support protocol version 8
Johannes Thumshirn
[PATCH 03/21] call BLKTRACESETUP2 ioctl per default to setup a trace
Johannes Thumshirn
[PATCH 00/16] block: add blktrace support for zoned block device commands
Johannes Thumshirn
[PATCH 03/16] blktrace: pass blk_user_trace2 to setup functions
Johannes Thumshirn
[PATCH 02/16] blktrace: add definitions for blk_user_trace_setup2
Johannes Thumshirn
[PATCH 04/16] blktrace: add definitions for struct blk_io_trace2
Johannes Thumshirn
[PATCH 06/16] blktrace: only calculate trace length once
Johannes Thumshirn
[PATCH 08/16] blktrace: change the internal action to 64bit
Johannes Thumshirn
[PATCH 10/16] blktrace: differentiate between blk_io_trace versions
Johannes Thumshirn
[PATCH 12/16] blktrace: add block trace commands for zone operations
Johannes Thumshirn
[PATCH 11/16] blktrace: untangle if/else sequence in __blk_add_trace
Johannes Thumshirn
[PATCH 16/16] blktrace: handle BLKTRACESETUP2 ioctl
Johannes Thumshirn
[PATCH 13/16] blktrace: expose ZONE APPEND completions to blktrace
Johannes Thumshirn
[PATCH 05/16] blktrace: factor out recording a blktrace event
Johannes Thumshirn
[RESEND][PATCH v15 2/4] perf: Support deferred user callchains
Steven Rostedt
[RESEND][PATCH v15 3/4] perf: Have the deferred request record the user context cookie
Steven Rostedt
[RESEND][PATCH v15 1/4] unwind deferred: Add unwind_user_get_cookie() API
Steven Rostedt
[RESEND][PATCH v15 4/4] perf: Support deferred user callchains for per CPU events
Steven Rostedt
[PATCH v16 0/4] perf tool: Support the deferred unwinding infrastructure
Steven Rostedt
[PATCH v16 3/4] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
Steven Rostedt
[PATCH v16 4/4] perf tools: Merge deferred user callchains
Steven Rostedt
[PATCH v16 2/4] perf record: Enable defer_callchain for user callchains
Steven Rostedt
[PATCH v16 1/4] perf tools: Minimal CALLCHAIN_DEFERRED support
Steven Rostedt
Re: [RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
Steven Rostedt
[PATCHv2 perf/core 0/4] uprobe,bpf: Allow to change app registers from uprobe registers
Jiri Olsa
[PATCHv2 perf/core 1/4] bpf: Allow uprobe program to change context registers
Jiri Olsa
Re: [PATCHv2 perf/core 1/4] bpf: Allow uprobe program to change context registers
Jiri Olsa
[PATCHv2 perf/core 2/4] uprobe: Do not emulate/sstep original instruction when ip is changed
Jiri Olsa
Re: [PATCHv2 perf/core 2/4] uprobe: Do not emulate/sstep original instruction when ip is changed
Oleg Nesterov
[PATCHv2 perf/core 4/4] selftests/bpf: Add uprobe context ip register change test
Jiri Olsa
[PATCHv2 perf/core 3/4] selftests/bpf: Add uprobe context registers changes test
Jiri Olsa
[PATCH v2] tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
Re: [PATCH v2] tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
Re: [PATCH v2] tracing: Silence warning when chunk allocation fails in trace_pid_write
Google
[PATCH v3 0/3] rtla: fix cgroup and trace options parsing
Ivan Pravdin
[PATCH v3 1/3] rtla: fix buffer overflow in actions_parse
Ivan Pravdin
[PATCH v3 3/3] rtla: fix -a overriding -t argument
Ivan Pravdin
[PATCH v3 2/3] rtla: fix -C/--cgroup interface
Ivan Pravdin
[PATCH v2 0/6] tracing: wprobe: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[PATCH v2 4/6] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
[PATCH v2 6/6] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v2 2/6] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
Masami Hiramatsu (Google)
[PATCH v2 5/6] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[PATCH v2 1/6] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
[PATCH v2 3/6] HWBP: Add modify_wide_hw_breakpoint_local() API
Masami Hiramatsu (Google)
[PATCH v2 0/7] tools/rtla: Code consolidation and osnoise actions
Crystal Wood
[PATCH v2 1/7] tools/rtla: Consolidate common parameters into shared structure
Crystal Wood
[PATCH v2 2/7] tools/rtla: Move top/hist params into common struct
Crystal Wood
[PATCH v2 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top
Crystal Wood
Re: [PATCH v2 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top
Costa Shulyupin
Re: [PATCH v2 4/7] tools/rtla: Consolidate code between osnoise/timerlat and hist/top
Costa Shulyupin
[PATCH v2 7/7] tools/rtla: Add remaining support for osnoise actions
Crystal Wood
[PATCH v2 6/7] tools/rtla: Add test engine support for unexpected output
Crystal Wood
Re: [PATCH v2 6/7] tools/rtla: Add test engine support for unexpected output
Crystal Wood
[PATCH v2 3/7] tools/rtla: Create common_apply_config()
Crystal Wood
[PATCH v2 5/7] tools/rtla: Fix -A option name in test comment
Crystal Wood
Re: [PATCH v2 0/7] tools/rtla: Code consolidation and osnoise actions
Tomas Glozar
[PATCH v6 RESEND 00/11] Improvements to S5 power consumption
Mario Limonciello (AMD)
[PATCH v6 RESEND 02/11] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
Mario Limonciello (AMD)
[PATCH v6 RESEND 08/11] PCI: PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
Mario Limonciello (AMD)
[PATCH v6 RESEND 05/11] PCI: PM: Disable device wakeups when halting system through S4 flow
Mario Limonciello (AMD)
[PATCH v6 RESEND 01/11] PM: Introduce new PMSG_POWEROFF event
Mario Limonciello (AMD)
[PATCH v6 RESEND 10/11] drm/amd: Avoid evicting resources at S5
Mario Limonciello (AMD)
[PATCH v6 RESEND 06/11] PCI: PM: Split out code from pci_pm_suspend_noirq() into helper
Mario Limonciello (AMD)
[PATCH v6 RESEND 04/11] USB: Pass PMSG_POWEROFF event to suspend_common() for poweroff with S4 flow
Mario Limonciello (AMD)
[PATCH v6 RESEND 11/11] PM: Use hibernate flows for system power off
Mario Limonciello (AMD)
[PATCH v6 RESEND 03/11] usb: sl811-hcd: Add PM_EVENT_POWEROFF into suspend callbacks
Mario Limonciello (AMD)
[PATCH v6 RESEND 07/11] PCI: PM: Run bridge power up actions as part of restore phase
Mario Limonciello (AMD)
[PATCH v6 RESEND 09/11] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
Mario Limonciello (AMD)
Re: [PATCH v6 RESEND 00/11] Improvements to S5 power consumption
Greg Kroah-Hartman
Re: [PATCH v6 RESEND 00/11] Improvements to S5 power consumption
Mario Limonciello
Re: [PATCH v6 RESEND 00/11] Improvements to S5 power consumption
Greg Kroah-Hartman
[PATCH] trace/fgraph: Fix error handling
Guenter Roeck
[PATCH v2] tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()
Wang Liang
Re: [PATCH v2] tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()
Steven Rostedt
[PATCH perf/core 0/3] uprobes/x86: change error path for uprobe syscall
Jiri Olsa
[PATCH perf/core 1/3] uprobes/x86: Return error from uprobe syscall when not called from trampoline
Jiri Olsa
[PATCH 3/3] man2: Add uprobe syscall page
Jiri Olsa
[PATCH perf/core 2/3] selftests/bpf: Fix uprobe_sigill test for uprobe syscall error value
Jiri Olsa
Re: [PATCH perf/core 2/3] selftests/bpf: Fix uprobe_sigill test for uprobe syscall error value
Andrii Nakryiko
[PATCH] rv/ltl_monitor: adapt handle_task_newtask to u64 clone_flags
Simon Schuster via B4 Relay
Re: [PATCH] rv/ltl_monitor: adapt handle_task_newtask to u64 clone_flags
Gabriele Monaco
[PATCH] tracing/osnoise: Replace kmalloc() + copy_from_user() with memdup_user()
Thorsten Blum
[PATCH 0/1] trace: replace wq users and add WQ_PERCPU to alloc_workqueue() users
Marco Crivellari
[PATCH 1/1] tracing: replace use of system_wq with system_percpu_wq
Marco Crivellari
[PATCH -next] tracing/osnoise: fix null-ptr-deref in bitmap_parselist
Wang Liang
Re: [PATCH -next] tracing/osnoise: fix null-ptr-deref in bitmap_parselist
Steven Rostedt
Re: [PATCH -next] tracing/osnoise: fix null-ptr-deref in bitmap_parselist
Wang Liang
[PATCH v2] arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
panfan
Re: [PATCH v2] arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
Catalin Marinas
Re: [PATCH v2] arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module with CONFIG_DYNAMIC_FTRACE
Mark Rutland
[PATCH v2] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
Re: [PATCH v2] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Google
[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
Jinchao Wang
[PATCH v2 03/18] mm/ksw: add /proc/kstackwatch interface
Jinchao Wang
Re: [PATCH v2 03/18] mm/ksw: add /proc/kstackwatch interface
Mike Rapoport
Re: [PATCH v2 03/18] mm/ksw: add /proc/kstackwatch interface
Jinchao Wang
[PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
Jinchao Wang
Re: [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
Peter Zijlstra
Re: [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
Jinchao Wang
Re: [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
kernel test robot
Re: [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
kernel test robot
[PATCH v2 07/18] mm/ksw: add atomic watch on/off operations
Jinchao Wang
Re: [PATCH v2 07/18] mm/ksw: add atomic watch on/off operations
Peter Zijlstra
Re: [PATCH v2 07/18] mm/ksw: add atomic watch on/off operations
Jinchao Wang
[PATCH v2 08/18] mm/ksw: add stack probe support
Jinchao Wang
[PATCH v2 10/18] mm/ksw: add per-task recursion depth tracking
Jinchao Wang
[PATCH v2 09/18] mm/ksw: implement stack canary and local var resolution logic
Jinchao Wang
[PATCH v2 11/18] mm/ksw: coordinate watch and stack for full functionality
Jinchao Wang
[PATCH v2 16/18] mm/ksw: add recursive corruption test
Jinchao Wang
[PATCH v2 13/18] mm/ksw: add test module
Jinchao Wang
[PATCH v2 15/18] mm/ksw: add simplified silent corruption test
Jinchao Wang
[PATCH v2 02/18] mm/ksw: add ksw_config struct and parser
Jinchao Wang
Re: [PATCH v2 02/18] mm/ksw: add ksw_config struct and parser
Mike Rapoport
Re: [PATCH v2 02/18] mm/ksw: add ksw_config struct and parser
Jinchao Wang
[PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
Jinchao Wang
Re: [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
Peter Zijlstra
Re: [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
Jinchao Wang
Re: [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
Google
Re: [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
Jinchao Wang
[PATCH v2 18/18] MAINTAINERS: add entry for KStackWatch (Kernel Stack Watch)
Jinchao Wang
[PATCH v2 12/18] mm/ksw: add self-debug functions for kstackwatch watch
Jinchao Wang
[PATCH v2 04/18] mm/ksw: add HWBP pre-allocation support
Jinchao Wang
[PATCH v2 17/18] tools/kstackwatch: add interactive test script for KStackWatch
Jinchao Wang
[PATCH v2 14/18] mm/ksw: add stack overflow test
Jinchao Wang
[PATCH v2 01/18] mm/ksw: add build system support
Jinchao Wang
Re: [PATCH v2 01/18] mm/ksw: add build system support
Mike Rapoport
Re: [PATCH v2 01/18] mm/ksw: add build system support
Jinchao Wang
[PATCH v2 0/4] nios2: Add architecture support for clone3
Simon Schuster via B4 Relay
[PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
Simon Schuster via B4 Relay
Re: [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
Arnd Bergmann
Re: [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
David Hildenbrand
[PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
Simon Schuster via B4 Relay
Re: [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
Arnd Bergmann
Re: [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
David Hildenbrand
[PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Simon Schuster via B4 Relay
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
David Hildenbrand
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Andreas Larsson
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
John Paul Adrian Glaubitz
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Andreas Larsson
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Geert Uytterhoeven
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Arnd Bergmann
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Guo Ren
Re: [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
Russell King (Oracle)
Re: [PATCH v2 0/4] nios2: Add architecture support for clone3
Christian Brauner
Re: [PATCH v2 0/4] nios2: Add architecture support for clone3
Christian Brauner
[PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
Simon Schuster via B4 Relay
Re: [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3
Arnd Bergmann
[PATCH] rv: Fix missing mutex unlock in rv_register_monitor()
Zhen Ni
Re: [PATCH] rv: Fix missing mutex unlock in rv_register_monitor()
Gabriele Monaco
Re: [PATCH] rv: Fix missing mutex unlock in rv_register_monitor()
Nam Cao
Re: [PATCH] rv: Fix missing mutex unlock in rv_register_monitor()
Gabriele Monaco
[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
Masami Hiramatsu (Google)
[RFC PATCH 1/6] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
Masami Hiramatsu (Google)
[RFC PATCH 4/6] tracing: wprobe: Add wprobe event trigger
Masami Hiramatsu (Google)
[RFC PATCH 5/6] selftests: tracing: Add a basic testcase for wprobe
Masami Hiramatsu (Google)
[RFC PATCH 6/6] selftests: tracing: Add syntax testcase for wprobe
Masami Hiramatsu (Google)
[RFC PATCH 2/6] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
Masami Hiramatsu (Google)
Re: [RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
Google
Re: [RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
Jinchao Wang
Re: [RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
Google
Re: [RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
Jinchao Wang
[RFC PATCH 3/6] HWBP: Add modify_wide_hw_breakpoint_local() API
Masami Hiramatsu (Google)
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
Leon Romanovsky
[PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
Leon Romanovsky
[PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link().
Leon Romanovsky
[PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
Leon Romanovsky
Earlier messages