linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v8 5/8] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v8 6/8] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
Xiang Gao
Re: [PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
Steven Rostedt
Re: [PATCH] ftrace: fix use-after-free of mod->name in function_stat_show()
Xiang Gao
Re: [PATCH mm-unstable v15 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
Nico Pache
Re: [PATCH mm-unstable v15 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
Lorenzo Stoakes
Re: [PATCH net-next v4 04/13] devlink: allow to use devlink index as a command handle
Geert Uytterhoeven
[PATCH 0/3] bootconfig: break dependency from memblock
Breno Leitao
[PATCH 1/3] bootconfig: use static buffers instead of memblock allocation
Breno Leitao
[PATCH 2/3] init: use static buffers for bootconfig extra command line
Breno Leitao
Re: [PATCH 2/3] init: use static buffers for bootconfig extra command line
Google
Re: [PATCH 2/3] init: use static buffers for bootconfig extra command line
Breno Leitao
Re: [PATCH 2/3] init: use static buffers for bootconfig extra command line
Google
Re: [PATCH 2/3] init: use static buffers for bootconfig extra command line
Breno Leitao
[PATCH 3/3] init: move embedded bootconfig parsing before setup_arch()
Breno Leitao
[PATCH v7 0/6] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v7 1/6] tracing/fprobe: Reject registration of a registered fprobe before init
Masami Hiramatsu (Google)
[PATCH v7 4/6] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v7 5/6] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v7 2/6] tracing/fprobe: Unregister fprobe even if memory allocation fails
Masami Hiramatsu (Google)
[PATCH v7 3/6] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v7 6/6] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
chensong_2000
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Christoph Hellwig
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Petr Mladek
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Song Chen
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
David Laight
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Petr Mladek
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
David Laight
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Song Chen
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Google
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Petr Mladek
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Song Chen
Re: [RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
Song Chen
Re: [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks
Paul E. McKenney
Re: [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks
Dmitry Ilvokhin
Re: [PATCH v4 4/5] locking: Factor out queued_spin_release()
Paul E. McKenney
Re: [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
Paul E. McKenney
[PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
Costa Shulyupin
Re: [PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
Tomas Glozar
Re: [PATCH v2] tracing/osnoise: Add option to align tlat threads
Crystal Wood
[PATCH] tracefs: Removed unused 'ret' variable in eventfs_iterate()
Steven Rostedt
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Pavlu
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Song Chen
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Pavlu
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Mladek
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Google
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Song Chen
Re: [RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
Petr Mladek
[PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Costa Shulyupin
Re: [PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Crystal Wood
Re: [PATCH v1] tools/rtla: Fix --dump-task option name to --dump-tasks
Costa Shulyupin
[PATCH v6 0/5] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v6 4/5] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v6 1/5] tracing/fprobe: Reject registration of a registered fprobe before init
Masami Hiramatsu (Google)
[PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
Re: [PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Menglong Dong
Re: [PATCH v6 2/5] tracing/fprobe: Remove fprobe from hash in failure path
Google
[PATCH v6 3/5] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v6 5/5] tracing/fprobe: Fix to unregister ftrace_ops if it is empty on module unloading
Masami Hiramatsu (Google)
[PATCH 0/2] tracing: fully-qualified var-ref testcase
Tom Zanussi
[PATCH 1/2] tracing: Fix fully-qualified variable reference printing in histograms
Tom Zanussi
[PATCH 2/2] selftests/ftrace: Add test case for fully-qualified variable references
Tom Zanussi
[PATCH] tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()
David Carlier
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Frank van der Linden
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Arun George
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Arun George/Arun George
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Arun George/Arun George
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Arun George/Arun George
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Yiannis Nikolakopoulos
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
David Hildenbrand (Arm)
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Zenghui Yu
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Gregory Price
Re: [LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
Balbir Singh
[PATCH v5 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v5 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v5 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v5 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
Re: [PATCH v5 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Google
[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
chensong_2000
Re: [RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
Christoph Hellwig
[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
[PATCH 2/3] mm: use get_i_mmap_root to access the file's i_mmap
Huang Shijie
[PATCH 1/3] mm: use mapping_mapped to simplify the code
Huang Shijie
[PATCH 3/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Mateusz Guzik
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Mateusz Guzik
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Pedro Falcato
Re: [PATCH 0/3] mm: split the file's i_mmap tree for NUMA
Huang Shijie
Re: [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
Nico Pache
Re: [PATCH mm-unstable v15 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
Lorenzo Stoakes
Re: [PATCH mm-unstable v15 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
Nico Pache
Re: [PATCH mm-unstable v15 06/13] mm/khugepaged: skip collapsing mTHP to smaller orders
David Hildenbrand (Arm)
[RFC PATCH 0/4] rv/tlob: Add task latency over budget RV monitor
wen . yang
[RFC PATCH 1/4] rv/tlob: Add tlob model DOT file
wen . yang
Re: [RFC PATCH 1/4] rv/tlob: Add tlob model DOT file
Gabriele Monaco
[RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
wen . yang
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Gabriele Monaco
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Wen Yang
Re: [RFC PATCH 2/4] rv/tlob: Add tlob deterministic automaton monitor
Gabriele Monaco
[RFC PATCH 3/4] rv/tlob: Add KUnit tests for the tlob monitor
wen . yang
Re: [RFC PATCH 3/4] rv/tlob: Add KUnit tests for the tlob monitor
Gabriele Monaco
[RFC PATCH 4/4] selftests/rv: Add selftest for the tlob monitor
wen . yang
Re: [RFC PATCH 4/4] selftests/rv: Add selftest for the tlob monitor
Gabriele Monaco
Re: [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
Tingmao Wang
Re: [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
Tingmao Wang
Re: [PATCH] kernel/trace/ftrace: introduce ftrace module notifier
Song Chen
Re: [PATCH] kernel/trace/ftrace: introduce ftrace module notifier
Song Liu
[PATCH v4 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v4 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v4 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v4 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
Re: [PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
Theodore Ts'o
[PATCH v2] perf: enable unprivileged syscall tracing with perf trace
Anubhav Shelat
[PATCH] ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()
Vincent Donnefort
[bug report] ring-buffer: Introduce ring-buffer remotes
Dan Carpenter
Re: [bug report] ring-buffer: Introduce ring-buffer remotes
Vincent Donnefort
[PATCH v3 0/3] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v3 2/3] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
[PATCH v3 3/3] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
[PATCH v3 1/3] tracing/fprobe: Remove fprobe from hash in failure path
Masami Hiramatsu (Google)
[PATCH v2] tracing: preserve module tracepoint strings
Cao Ruichuang
Re: [PATCH v2] tracing: preserve module tracepoint strings
Petr Pavlu
[PATCH] tracing: separate module tracepoint strings from trace_printk formats
Cao Ruichuang
Re: [PATCH] tracing: separate module tracepoint strings from trace_printk formats
Petr Pavlu
Re: [PATCH] tracing: separate module tracepoint strings from trace_printk formats
Cao Ruichuang
[PATCH v2] tracing: export live module tracepoint strings in printk_formats
Cao Ruichuang
Re: [PATCH v2] tracing: export live module tracepoint strings in printk_formats
Steven Rostedt
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Theodore Tso
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Li Chen
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Theodore Tso
Re: [RFC v4 0/7] ext4: fast commit: snapshot inode state for FC log
Li Chen
Re: [PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
Al Viro
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Conor Dooley
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Dmitry Torokhov
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Conor Dooley
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Rob Herring
Re: [PATCH v3 09/11] dt-bindings: input: Document hid-over-spi DT schema
Benjamin Tissoires
Re: [PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
Jonathan Corbet
Re: [PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
Steven Rostedt
Re: [PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
Jonathan Corbet
Re: [PATCH] tracing: Documentation: Update histogram-design.rst for fn() handling
Steven Rostedt
Re: [PATCH v1] Documentation/rtla: Convert links to RST format
Jonathan Corbet
[PATCH v2 0/2] tracing/fprobe: Fix fprobe_ip_table related bugs
Masami Hiramatsu (Google)
[PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Masami Hiramatsu (Google)
Re: [PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Menglong Dong
Re: [PATCH v2 1/2] tracing/fprobe: Avoid kcalloc() in rcu_read_lock section
Google
[PATCH v2 2/2] tracing/fprobe: Check the same type fprobe on table as the unregistered one
Masami Hiramatsu (Google)
Re: [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
Miroslav Benes
Re: [RFC PATCH 2/4] trace: Allow kprobes to override livepatched functions
Yafang Shao
Re: [PATCH v4] kernel/trace: fixed static warnings
Steven Rostedt
Re: [PATCH v4] kernel/trace: fixed static warnings
Abhijith Sriram
[PATCH bpf-next v4 0/2] Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v4 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
Re: [PATCH bpf-next v4 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Jiri Olsa
Re: [PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
Steven Rostedt
[PATCH bpf-next v5 0/2] Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
[PATCH bpf-next v5 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable
Varun R Mallya
[PATCH bpf-next v5 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
Varun R Mallya
Re: [PATCH bpf-next v5 0/2] Reject sleepable kprobe_multi programs at attach time
patchwork-bot+netdevbpf
Earlier messages
Later messages