linux-trace-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
Xu Kuohai
Re: [PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
Leon Hwang
Re: [PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
Xu Kuohai
Re: [PATCH bpf-next v3 0/6] bpf trampoline support "jmp" mode
patchwork-bot+netdevbpf
[PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
Lorenzo Stoakes
[PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
Re: [PATCH v4 1/9] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lance Yang
[PATCH v4 7/9] tools/testing/vma: add VMA sticky userland tests
Lorenzo Stoakes
[PATCH v4 9/9] tools/testing/selftests/mm: add smaps visibility guard region test
Lorenzo Stoakes
[PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes
Re: [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
David Hildenbrand (Red Hat)
Re: [PATCH v4 6/9] mm: set the VM_MAYBE_GUARD flag on guard region install
Lorenzo Stoakes
[PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
Re: [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
David Hildenbrand (Red Hat)
Re: [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Chris Mason
Re: [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
Re: [PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
[PATCH v4 8/9] tools/testing/selftests/mm: add MADV_COLLAPSE test case
Lorenzo Stoakes
[PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
Lorenzo Stoakes
Re: [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
David Hildenbrand (Red Hat)
Re: [PATCH v4 2/9] mm: add atomic VMA flags and set VM_MAYBE_GUARD as such
Lance Yang
[PATCH v4 4/9] mm: implement sticky VMA flags
Lorenzo Stoakes
Re: [PATCH v4 4/9] mm: implement sticky VMA flags
David Hildenbrand (Red Hat)
[PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
Lorenzo Stoakes
Re: [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
Vlastimil Babka
Re: [PATCH v4 3/9] mm: update vma_modify_flags() to handle residual flags, document
Pedro Falcato
Re: [PATCH v4 0/9] introduce VM_MAYBE_GUARD and make it sticky
Andrew Morton
[PATCH] tracing: Show the tracer options in boot-time created instance
Masami Hiramatsu (Google)
Re: [PATCH] tracing: Show the tracer options in boot-time created instance
Steven Rostedt
Re: [PATCH] tracing: Show the tracer options in boot-time created instance
Google
[POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
[POC][RFC][PATCH 2/3] ftrace: Add perf counters to function tracing
Steven Rostedt
[POC][RFC][PATCH 1/3] tracing: Add perf events
Steven Rostedt
Re: [POC][RFC][PATCH 1/3] tracing: Add perf events
Peter Zijlstra
Re: [POC][RFC][PATCH 1/3] tracing: Add perf events
Steven Rostedt
Re: [POC][RFC][PATCH 1/3] tracing: Add perf events
Steven Rostedt
[POC][RFC][PATCH 3/3] fgraph: Add perf counters to function graph tracer
Steven Rostedt
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Google
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Google
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Namhyung Kim
Re: [POC][RFC][PATCH 0/3] tracing: Add perf events to trace buffer
Steven Rostedt
[PATCH 0/13] rtla: Code robustness and maintainability improvements
Wander Lairson Costa
[rtla 01/13] rtla: Check for memory allocation failures
Wander Lairson Costa
Re: [rtla 01/13] rtla: Check for memory allocation failures
Google
Re: [rtla 01/13] rtla: Check for memory allocation failures
Steven Rostedt
Re: [rtla 01/13] rtla: Check for memory allocation failures
Google
Re: [rtla 01/13] rtla: Check for memory allocation failures
Costa Shulyupin
Re: [rtla 01/13] rtla: Check for memory allocation failures
Wander Lairson Costa
[rtla 02/13] rtla: Use strdup() to simplify code
Wander Lairson Costa
[rtla 05/13] rtla: Simplify argument parsing
Wander Lairson Costa
Re: [rtla 05/13] rtla: Simplify argument parsing
Crystal Wood
Re: [rtla 05/13] rtla: Simplify argument parsing
Wander Lairson Costa
Re: [rtla 05/13] rtla: Simplify argument parsing
Crystal Wood
[rtla 04/13] rtla: Replace atoi() with a robust strtoi()
Wander Lairson Costa
Re: [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
Crystal Wood
Re: [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
Wander Lairson Costa
Re: [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
Costa Shulyupin
Re: [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
Wander Lairson Costa
[rtla 03/13] rtla: Introduce for_each_action() helper
Wander Lairson Costa
[rtla 06/13] rtla: Use strncmp_static() in more places
Wander Lairson Costa
[rtla 07/13] rtla: Introduce timerlat_restart() helper
Wander Lairson Costa
Re: [rtla 07/13] rtla: Introduce timerlat_restart() helper
Crystal Wood
Re: [rtla 07/13] rtla: Introduce timerlat_restart() helper
Wander Lairson Costa
Re: [rtla 07/13] rtla: Introduce timerlat_restart() helper
Crystal Wood
Re: [rtla 07/13] rtla: Introduce timerlat_restart() helper
Wander Lairson Costa
[rtla 08/13] rtla: Use standard exit codes for result enum
Wander Lairson Costa
Re: [rtla 08/13] rtla: Use standard exit codes for result enum
Wander Lairson Costa
[rtla 09/13] rtla: Exit if trace output action fails
Wander Lairson Costa
[rtla 11/13] rtla: Replace magic number with MAX_PATH
Wander Lairson Costa
[rtla 13/13] rtla: Fix inconsistent state in actions_add_* functions
Wander Lairson Costa
[rtla 10/13] rtla: Remove redundant memset after calloc
Wander Lairson Costa
[rtla 12/13] rtla: Remove unused headers
Wander Lairson Costa
Re: [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
Nico Pache
Re: [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
Wei Yang
Re: [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
Lorenzo Stoakes
Re: [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
Nico Pache
Re: [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts
Nico Pache
[PATCH] tracing: Remove unused variable in tracing_trace_options_show()
Steven Rostedt
Re: [PATCH] tracing: Remove unused variable in tracing_trace_options_show()
Andy Shevchenko
Re: [PATCH v4 1/3] tracing: Have tracer option be instance specific
Andy Shevchenko
Re: [PATCH v4 1/3] tracing: Have tracer option be instance specific
Steven Rostedt
Re: [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
David Hildenbrand (Red Hat)
Re: [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
Re: [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
jane . chu
Re: [PATCH v3 1/8] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Lorenzo Stoakes
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Lorenzo Stoakes
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Andrew Morton
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Lorenzo Stoakes
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Mark Brown
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Lorenzo Stoakes
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Mark Brown
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Pedro Falcato
Re: [PATCH v3 3/8] mm: implement sticky VMA flags
Lorenzo Stoakes
[RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
Jiri Olsa
[RFC PATCH 3/8] uprobe/x86: Add support to emulate mov reg,reg instructions
Jiri Olsa
[RFC PATCH 2/8] uprobe/x86: Use struct arch_uprobe_xol in emulate callback
Jiri Olsa
[RFC PATCH 1/8] uprobe/x86: Introduce struct arch_uprobe_xol object
Jiri Olsa
[RFC PATCH 6/8] selftests/bpf: Add test for mov and sub emulation
Jiri Olsa
[RFC PATCH 4/8] uprobe/x86: Add support to emulate sub imm,reg instructions
Jiri Olsa
[RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
Jiri Olsa
Re: [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
Oleg Nesterov
Re: [RFC PATCH 5/8] uprobe/x86: Add support to optimize on top of emulated instructions
Jiri Olsa
[RFC PATCH 7/8] selftests/bpf: Add test for uprobe prologue optimization
Jiri Olsa
[RFC PATCH 8/8] selftests/bpf: Add race test for uprobe proglog optimization
Jiri Olsa
Re: [RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
Oleg Nesterov
Re: [RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
Google
Re: [RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
Oleg Nesterov
Re: [RFC PATCH 0/8] uprobe/x86: Add support to optimize prologue
Jiri Olsa
[PATCH v2 0/2] rv: Tidy up with auto-cleanup
Nam Cao
[PATCH v2 1/2] rv: Convert to use lock guard
Nam Cao
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Gabriele Monaco
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Nam Cao
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Gabriele Monaco
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Gabriele Monaco
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Gabriele Monaco
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Steven Rostedt
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Gabriele Monaco
Re: [PATCH v2 1/2] rv: Convert to use lock guard
Nam Cao
[PATCH v2 2/2] rv: Convert to use __free
Nam Cao
[PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
Menglong Dong
[PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
Menglong Dong
Re: [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
Google
Re: [PATCH bpf-next v2 1/6] ftrace: introduce FTRACE_OPS_FL_JMP
Menglong Dong
[PATCH bpf-next v2 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME
Menglong Dong
[PATCH bpf-next v2 2/6] x86/ftrace: implement DYNAMIC_FTRACE_WITH_JMP
Menglong Dong
[PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
Menglong Dong
Re: [PATCH bpf-next v2 5/6] bpf: specify the old and new poke_type for bpf_arch_text_poke
kernel test robot
[PATCH bpf-next v2 4/6] bpf,x86: adjust the "jmp" mode for bpf trampoline
Menglong Dong
[PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
Menglong Dong
Re: [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
kernel test robot
Re: [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
Menglong Dong
Re: [PATCH bpf-next v2 6/6] bpf: implement "jmp" mode for trampoline
kernel test robot
Re: [PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
Alexei Starovoitov
Re: [PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
Menglong Dong
Re: [PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
Alexei Starovoitov
Re: [PATCH bpf-next v2 0/6] bpf trampoline support "jmp" mode
Menglong Dong
[PATCH 0/2] rv: Tidy up with auto-cleanup
Nam Cao
[PATCH 1/2] rv: Convert to use lock guard
Nam Cao
[PATCH 2/2] rv: Convert to use __free
Nam Cao
Re: [PATCH 2/2] rv: Convert to use __free
Gabriele Monaco
Re: [PATCH 2/2] rv: Convert to use __free
Nam Cao
Re: [PATCH 2/2] rv: Convert to use __free
Steven Rostedt
Re: [PATCH 2/2] rv: Convert to use __free
Nam Cao
[PATCHSET v4 0/5] perf tools: Add deferred callchain support
Namhyung Kim
[PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
Namhyung Kim
Re: [PATCH v4 3/5] perf record: Add --call-graph fp,defer option for deferred callchains
Ian Rogers
[PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
Namhyung Kim
Re: [PATCH v4 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
Ian Rogers
[PATCH v4 5/5] perf tools: Merge deferred user callchains
Namhyung Kim
Re: [PATCH v4 5/5] perf tools: Merge deferred user callchains
Ian Rogers
Re: [PATCH v4 5/5] perf tools: Merge deferred user callchains
Namhyung Kim
[PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
Namhyung Kim
Re: [PATCH v4 1/5] tools headers UAPI: Sync linux/perf_event.h for deferred callchains
Ian Rogers
[PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
Re: [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
Ian Rogers
Re: [PATCH v4 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
Re: [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
Ackerley Tng
Re: [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
Ackerley Tng
[PATCH 0/4] tracing: Make more function graph tracer options per-instance
Steven Rostedt
[PATCH 4/4] tracing: Convert function graph set_flags() to use a switch() statement
Steven Rostedt
[PATCH 2/4] tracing: Move graph-time out of function graph options
Steven Rostedt
[PATCH 3/4] tracing: Have function graph tracer option sleep-time be per instance
Steven Rostedt
[PATCH 1/4] tracing: Have function graph tracer option funcgraph-irqs be per instance
Steven Rostedt
[PATCH] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
Steven Rostedt
Re: [PATCH] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
Kees Cook
Re: [PATCH] unwind: Show that entries of struct unwind_cache is not bound by nr_entries
Steven Rostedt
Re: [PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
Will Deacon
Re: [PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
Google
[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
Valentin Schneider
[PATCH v7 01/31] objtool: Make validate_call() recognize indirect calls to pv_ops[]
Valentin Schneider
[PATCH v7 03/31] rcu: Add a small-width RCU watching counter debug option
Valentin Schneider
[PATCH v7 04/31] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
Valentin Schneider
[PATCH v7 05/31] jump_label: Add annotations for validating noinstr usage
Valentin Schneider
[PATCH v7 06/31] static_call: Add read-only-after-init static calls
Valentin Schneider
[PATCH v7 10/31] riscv/paravirt: Mark pv_steal_clock static call as __ro_after_init
Valentin Schneider
[PATCH v7 09/31] x86/paravirt: Mark pv_steal_clock static call as __ro_after_init
Valentin Schneider
[PATCH v7 26/31] x86/jump_label: Add ASM support for static_branch_likely()
Valentin Schneider
[PATCH v7 12/31] arm64/paravirt: Mark pv_steal_clock static call as __ro_after_init
Valentin Schneider
[PATCH v7 08/31] x86/idle: Mark x86_idle static call as __ro_after_init
Valentin Schneider
[PATCH v7 14/31] perf/x86/amd: Mark perf_lopwr_cb static call as __ro_after_init
Valentin Schneider
[PATCH v7 15/31] sched/clock: Mark sched_clock_running key as __ro_after_init
Valentin Schneider
[PATCH v7 13/31] arm/paravirt: Mark pv_steal_clock static call as __ro_after_init
Valentin Schneider
[PATCH v7 16/31] KVM: VMX: Mark __kvm_is_using_evmcs static key as __ro_after_init
Valentin Schneider
[PATCH v7 02/31] objtool: Flesh out warning related to pv_ops[] calls
Valentin Schneider
[PATCH v7 19/31] sched/clock, x86: Mark __sched_clock_stable key as allowed in .noinstr
Valentin Schneider
[PATCH v7 21/31] stackleack: Mark stack_erasing_bypass key as allowed in .noinstr
Valentin Schneider
[PATCH v7 20/31] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
Valentin Schneider
[PATCH v7 27/31] x86/mm: Make INVPCID type macros available to assembly
Valentin Schneider
[PATCH v7 07/31] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
Valentin Schneider
[RFC PATCH v7 29/31] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
Valentin Schneider
Earlier messages
Later messages