linux-trace-kernel
Thread
Date
Earlier messages
Messages by Thread
[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
[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
[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
[PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
Leon Romanovsky
[PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
[PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
[PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
Leon Romanovsky
[PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
Leon Romanovsky
[PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
[PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
Leon Romanovsky
[PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
Leon Romanovsky
[PATCH v5 15/16] block-dma: properly take MMIO path
Leon Romanovsky
[PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
Leon Romanovsky
[PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface
Leon Romanovsky
[PATCH v5 13/16] mm/hmm: properly take MMIO path
Leon Romanovsky
[PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
Leon Romanovsky
[PATCH perf/core 00/11] uprobes: Add unique uprobe
Jiri Olsa
[PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
Jiri Olsa
Re: [PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
Oleg Nesterov
Re: [PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
Andrii Nakryiko
Re: [PATCH perf/core 02/11] uprobes: Skip emulate/sstep on unique uprobe when ip is changed
Jiri Olsa
[PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi unique uprobe
Jiri Olsa
Re: [PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi unique uprobe
Alexei Starovoitov
Re: [PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi unique uprobe
Jiri Olsa
Re: [PATCH perf/core 04/11] bpf: Add support to attach uprobe_multi unique uprobe
Alexei Starovoitov
[PATCH perf/core 07/11] libbpf: Add support to attach generic unique uprobe
Jiri Olsa
Re: [PATCH perf/core 07/11] libbpf: Add support to attach generic unique uprobe
Andrii Nakryiko
[PATCH perf/core 06/11] libbpf: Add support to attach unique uprobe_multi uprobe
Jiri Olsa
[PATCH perf/core 08/11] selftests/bpf: Add uprobe multi context registers changes test
Jiri Olsa
[PATCH perf/core 09/11] selftests/bpf: Add uprobe multi context ip register change test
Jiri Olsa
[PATCH perf/core 11/11] selftests/bpf: Add uprobe unique attach test
Jiri Olsa
[PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
Jiri Olsa
Re: [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
Google
Re: [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
Jiri Olsa
Re: [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
Oleg Nesterov
Re: [PATCH perf/core 01/11] uprobes: Add unique flag to uprobe consumer
Jiri Olsa
[PATCH perf/core 05/11] bpf: Allow uprobe program to change context registers
Jiri Olsa
[PATCH perf/core 10/11] selftests/bpf: Add uprobe multi unique attach test
Jiri Olsa
[PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
Jiri Olsa
Re: [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
Alexei Starovoitov
Re: [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
kernel test robot
Re: [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
Oleg Nesterov
Re: [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
Jiri Olsa
Re: [PATCH perf/core 03/11] perf: Add support to attach standard unique uprobe
Oleg Nesterov
[PATCH 0/2] trace: minor documentation fixes for clarity and
Ryan Chung
[PATCH 2/2] trace: fix grammar error in debugging.rst
Ryan Chung
[PATCH 1/2] trace: rephrase for clearer documentation
Ryan Chung
Re: [PATCH 0/2] trace: minor documentation fixes for clarity and
Steven Rostedt
Re: [PATCH 0/2] trace: minor documentation fixes for clarity and
Ryan Chung
Re: [PATCH 0/2] trace: minor documentation fixes for clarity and
Steven Rostedt
Re: [PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
Nathan Chancellor
[PATCH v2] trace_fprobe.c: TODO: handle filter, nofilter or symbol list
Ryan Chung
Re: [PATCH v2] trace_fprobe.c: TODO: handle filter, nofilter or symbol list
Google
Re: [PATCH v2] trace_fprobe.c: TODO: handle filter, nofilter or symbol list
Ryan Chung
[PATCH] cfg80211: Remove unused tracepoints
Steven Rostedt
[PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Menglong Dong
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Steven Rostedt
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
menglong . dong
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Paul E. McKenney
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Paul E. McKenney
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Herbert Xu
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Google
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Paul E. McKenney
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Google
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Paul E. McKenney
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Herbert Xu
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Herbert Xu
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
menglong . dong
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Herbert Xu
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Steven Rostedt
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Herbert Xu
Re: [PATCH] tracing: fprobe: fix suspicious rcu usage in fprobe_entry
Google
[PATCH 0/3] cdns: Remove unused tracepoints
Steven Rostedt
[PATCH 1/3] cdns2: Remove unused tracepoints
Steven Rostedt
[PATCH 2/3] cdns3: Remove unused tracepoints
Steven Rostedt
Re: [PATCH 2/3] cdns3: Remove unused tracepoints
Peter Chen (CIX)
[PATCH 3/3] cdnsp: Remove unused tracepoints
Steven Rostedt
Re: [PATCH 3/3] cdnsp: Remove unused tracepoints
Peter Chen (CIX)
[PATCH v8 0/3] tracepoints: Add warnings for unused tracepoints and trace events
Steven Rostedt
[PATCH v8 3/3] tracepoint: Do not warn for unused event that is exported
Steven Rostedt
[PATCH v8 2/3] tracing: Add a tracepoint verification check at build time
Steven Rostedt
[PATCH v8 1/3] sorttable: Move ELF parsing into scripts/elf-parse.[ch]
Steven Rostedt
[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
Steven Rostedt
[PATCH v6 2/6] tracing: Rename __dynamic_array() to __dynamic_field() for ftrace events
Steven Rostedt
[PATCH v6 4/6] tracing: Have deferred user space stacktrace show file offsets
Steven Rostedt
[PATCH v6 1/6] tracing: Do not bother getting user space stacktraces for kernel threads
Steven Rostedt
[PATCH v6 3/6] tracing: Implement deferred user space stacktracing
Steven Rostedt
[PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Mathieu Desnoyers
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Sam James
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Arnaldo Carvalho de Melo
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Linus Torvalds
Re: [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
Steven Rostedt
[PATCH v6 6/6] tracing: Add an event to map the inodes to their file names
Steven Rostedt
[linux-next:master] [tracing] dfe0d675df: WARNING:suspicious_RCU_usage
kernel test robot
Re: [linux-next:master] [tracing] dfe0d675df: WARNING:suspicious_RCU_usage
Menglong Dong
Re: [linux-next:master] [tracing] dfe0d675df: WARNING:suspicious_RCU_usage
Steven Rostedt
Re: [linux-next:master] [tracing] dfe0d675df: WARNING:suspicious_RCU_usage
Menglong Dong
[PATCH 00/17] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
Jinchao Wang
[PATCH 01/17] mm/ksw: add build system support
Jinchao Wang
[PATCH 02/17] mm/ksw: add ksw_config struct and parser
Jinchao Wang
[PATCH 03/17] mm/ksw: add /proc/kstackwatch interface
Jinchao Wang
[PATCH 05/17] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
Jinchao Wang
[PATCH 06/17] mm/ksw: add atomic watch on/off operations
Jinchao Wang
[PATCH 08/17] mm/ksw: implement stack canary and local var resolution logic
Jinchao Wang
[PATCH 07/17] mm/ksw: add stack probe support
Jinchao Wang
[PATCH 11/17] mm/ksw: add self-debug functions for kstackwatch watch
Jinchao Wang
[PATCH 10/17] mm/ksw: coordinate watch and stack for full functionality
Jinchao Wang
[PATCH 13/17] mm/ksw: add stack overflow test
Jinchao Wang
[PATCH 12/17] mm/ksw: add test module
Jinchao Wang
[PATCH 16/17] tools/kstackwatch: add interactive test script for KStackWatch
Jinchao Wang
[PATCH 15/17] mm/ksw: add recursive corruption test
Jinchao Wang
[PATCH 17/17] MAINTAINERS: add entry for KStackWatch (Kernel Stack Watch)
Jinchao Wang
[PATCH 14/17] mm/ksw: add simplified silent corruption test
Jinchao Wang
[PATCH 04/17] mm/ksw: add HWBP pre-allocation support
Jinchao Wang
[PATCH 09/17] mm/ksw: add per-task recursion depth tracking
Jinchao Wang
[PATCH v10 00/11] unwind_deferred: Implement sframe handling
Steven Rostedt
[PATCH v10 01/11] unwind_user/sframe: Add support for reading .sframe headers
Steven Rostedt
[PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
Steven Rostedt
Re: [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
Liam R. Howlett
Re: [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
Steven Rostedt
Re: [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
Liam R. Howlett
Re: [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
Steven Rostedt
Earlier messages