Show patches with: State = Action Required       |    Archived = No       |   359 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v11,12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,09/18] tracing: Add ftrace_fill_perf_regs() for perf event tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,07/18] fprobe: Use ftrace_regs in fprobe exit handler tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,06/18] fprobe: Use ftrace_regs in fprobe entry handler tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,05/18] function_graph: Pass ftrace_regs to retfunc tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,03/18] function_graph: Pass ftrace_regs to entryfunc tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph - - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2024-06-17 Masami Hiramatsu (Google) New
[v11,01/18] tracing: Add a comment about ftrace_regs definition tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph 1 - - --- 2024-06-17 Masami Hiramatsu (Google) New
ring-buffer: Use vma_pages() helper function ring-buffer: Use vma_pages() helper function - - - --- 2024-06-15 Thorsten Blum New
[v4,3/3] module: add install target for modules.builtin.ranges Generate address range data for built-in modules - 1 - --- 2024-06-14 Kris Van Hees New
[v4,2/3] kbuild, kconfig: generate offset range data for builtin modules Generate address range data for built-in modules - 2 - --- 2024-06-14 Kris Van Hees New
[v4,1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects Generate address range data for built-in modules - - - --- 2024-06-14 Kris Van Hees New
bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test - - - --- 2024-06-14 Jiri Olsa mhiramat New
[v5,4/4] net: drop_monitor: use drop_reason_lookup() tracing: improve symbolic printing - - - --- 2024-06-14 Johannes Berg New
[v5,3/4] net: dropreason: use new __print_sym() in tracing tracing: improve symbolic printing - - - --- 2024-06-14 Johannes Berg New
[v5,2/4] tracing/timer: use __print_sym() tracing: improve symbolic printing - - - --- 2024-06-14 Johannes Berg New
[v5,1/4] tracing: add __print_sym() to replace __print_symbolic() tracing: improve symbolic printing - - - --- 2024-06-14 Johannes Berg New
[v6,7/7] Docs/damon: document damos_migrate_{hot,cold} DAMON based tiered memory management for CXL memory - 1 - --- 2024-06-14 Honggyu Kim New
[v6,6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion DAMON based tiered memory management for CXL memory - - - --- 2024-06-14 Honggyu Kim New
[v6,5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion DAMON based tiered memory management for CXL memory - - - --- 2024-06-14 Honggyu Kim New
[v6,4/7] mm/migrate: add MR_DAMON to migrate_reason DAMON based tiered memory management for CXL memory - 1 - --- 2024-06-14 Honggyu Kim New
[v6,3/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes DAMON based tiered memory management for CXL memory - - - --- 2024-06-14 Honggyu Kim New
[v6,2/7] mm: rename alloc_demote_folio to alloc_migrate_folio DAMON based tiered memory management for CXL memory - 1 - --- 2024-06-14 Honggyu Kim New
[v6,1/7] mm: make alloc_demote_folio externally invokable for migration DAMON based tiered memory management for CXL memory - 1 - --- 2024-06-14 Honggyu Kim New
[v7,2/2] pstore/ramoops: Add ramoops.mem_name= command line option mm/memblock: Add "reserve_mem" to reserved named memory at boot up - - 1 --- 2024-06-13 Steven Rostedt New
[v7,1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up mm/memblock: Add "reserve_mem" to reserved named memory at boot up - - 1 --- 2024-06-13 Steven Rostedt New
linux++: delete some forward declarations linux++: delete some forward declarations - - - --- 2024-06-13 Alexey Dobriyan New
function_graph: Add READ_ONCE() when accessing fgraph_array[] function_graph: Add READ_ONCE() when accessing fgraph_array[] 1 - - --- 2024-06-13 Steven Rostedt Queued
[6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
[5/6] ftrace: Fix possible out-of-bound issue in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
[4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
[3/6] module: kallsyms: Determine exact function size kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
[2/6] kallsyms: Emit symbol at the holes in the text kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
[1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian mhiramat New
trace: riscv: Remove deprecated kprobe on ftrace support trace: riscv: Remove deprecated kprobe on ftrace support 1 - - --- 2024-06-13 Jinjie Ruan mhiramat New
[8/8] riscv: ftrace: support PREEMPT riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[7/8] riscv: vector: Support calling schedule() for preemptible Vector riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[6/8] riscv: ftrace: do not use stop_machine to update code riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[5/8] riscv: ftrace: prepare ftrace for atomic code patching riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[4/8] riscv: ftrace: align patchable functions to 4 Byte boundary riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[3/8] riscv: ftrace: support fastcc in Clang for WITH_ARGS riscv: ftrace: atmoic patching and preempt improvements 1 - - --- 2024-06-13 Andy Chiu New
[2/8] tracing: do not trace kernel_text_address() riscv: ftrace: atmoic patching and preempt improvements - - - --- 2024-06-13 Andy Chiu New
[1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr riscv: ftrace: atmoic patching and preempt improvements - 1 - --- 2024-06-13 Andy Chiu New
[v6,13/13] tracing: Add last boot delta offset for stack traces [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,12/13] tracing: Update function tracing output for previous boot buffer [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,11/13] tracing: Handle old buffer mappings for event strings and functions [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,10/13] tracing/ring-buffer: Add last_boot_info file to boot instance [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,09/13] ring-buffer: Save text and data locations in mapped meta data [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,08/13] tracing: Add option to use memmapped memory for trace boot instance [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,07/13] ring-buffer: Validate boot range memory events [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,06/13] ring-buffer: Add test if range of boot buffer is valid [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,05/13] ring-buffer: Add output of ring buffer meta page [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,04/13] tracing: Implement creating an instance based on a given memory region [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,03/13] ring-buffer: Add ring_buffer_meta data [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,02/13] ring-buffer: Add ring_buffer_alloc_range() [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,01/13] ring-buffer: Allow mapped field to be set without mapping [v6,01/13] ring-buffer: Allow mapped field to be set without mapping - - - --- 2024-06-12 Steven Rostedt Queued
[v6,00/13] tracing: Persistent traces across a reboot or crash - - - --- 2024-06-12 Steven Rostedt New
selftests/ftrace: Add required dependency for kprobe tests selftests/ftrace: Add required dependency for kprobe tests - - - --- 2024-06-12 Masami Hiramatsu (Google) New
[bpf-next,v5,09/12] bpf: treewide: Align kfunc signatures to prog point-of-view bpf: Support dumping kfunc prototypes from BTF - - - --- 2024-06-12 Daniel Xu New
[bpf-next,v5,06/12] bpf: Make bpf_session_cookie() kfunc return long * bpf: Support dumping kfunc prototypes from BTF - - - --- 2024-06-12 Daniel Xu New
[5/5] rtla: Documentation: Add --disable-idle-states rtla: Support idle state disabling via libcpupower in timerlat - - - --- 2024-06-12 Tomas Glozar New
[4/5] rtla/timerlat: Add --disable-idle-states for hist rtla: Support idle state disabling via libcpupower in timerlat - - - --- 2024-06-12 Tomas Glozar New
[3/5] rtla/timerlat: Add --disable-idle-states for top rtla: Support idle state disabling via libcpupower in timerlat - - - --- 2024-06-12 Tomas Glozar New
[2/5] rtla/utils: Add idle state disabling via libcpupower rtla: Support idle state disabling via libcpupower in timerlat - - - --- 2024-06-12 Tomas Glozar New
[1/5] rtla: Add dependency on libcpupower rtla: Support idle state disabling via libcpupower in timerlat - - - --- 2024-06-12 Tomas Glozar New
rtla/osnoise: Better report when histogram is empty rtla/osnoise: Better report when histogram is empty - 1 - --- 2024-06-12 Luis Claudio R. Goncalves New
[2/2] hugetlbfs: use tracepoints in hugetlbfs functions. Introduce tracepoint for hugetlbfs - - - --- 2024-06-12 Hongbo Li New
[1/2] hugetlbfs: support tracepoint Introduce tracepoint for hugetlbfs - - - --- 2024-06-12 Hongbo Li New
[v3,3/3] tracing/kprobe: Remove cleanup code unrelated to selftest tracing: Fix some selftest issues - 1 - --- 2024-06-11 Masami Hiramatsu (Google) Queued
[v3,2/3] tracing/kprobe: Integrate test warnings into WARN_ONCE tracing: Fix some selftest issues - 1 - --- 2024-06-11 Masami Hiramatsu (Google) Queued
[v3,1/3] tracing: Build event generation tests only as modules tracing: Fix some selftest issues - 1 - --- 2024-06-11 Masami Hiramatsu (Google) Queued
[PATCHv8,9/9] man2: Add uretprobe syscall page uprobe: uretprobe speed up 1 2 - --- 2024-06-11 Jiri Olsa New
[PATCHv8,bpf-next,8/9] selftests/bpf: Add uretprobe shadow stack test uprobe: uretprobe speed up 1 1 - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,7/9] selftests/bpf: Add uretprobe syscall call from user space test uprobe: uretprobe speed up 1 1 - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,6/9] selftests/bpf: Add uretprobe syscall test for regs changes uprobe: uretprobe speed up 1 1 - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,5/9] selftests/bpf: Add uretprobe syscall test for regs integrity uprobe: uretprobe speed up 1 1 - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,4/9] selftests/x86: Add return uprobe shadow stack test uprobe: uretprobe speed up 1 - - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,3/9] uprobe: Add uretprobe syscall to speed up return probe uprobe: uretprobe speed up 1 2 1 --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,2/9] uprobe: Wire up uretprobe system call uprobe: uretprobe speed up 1 2 - --- 2024-06-11 Jiri Olsa Queued
[PATCHv8,bpf-next,1/9] x86/shstk: Make return uprobe work with shadow stack uprobe: uretprobe speed up 2 1 - --- 2024-06-11 Jiri Olsa Queued
[2/2] function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it function_graph: ftrace_graph_ret_addr(); there can be only one! - - - --- 2024-06-11 Steven Rostedt Queued
[1/2] function_graph: Fix up ftrace_graph_ret_addr() function_graph: ftrace_graph_ret_addr(); there can be only one! - - - --- 2024-06-11 Steven Rostedt Queued
[v6,3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}() Clean up usage of rt_task() - - - --- 2024-06-10 Qais Yousef New
[v6,2/3] sched/rt, dl: Convert functions to return bool Clean up usage of rt_task() - 3 - --- 2024-06-10 Qais Yousef New
[v6,1/3] sched/rt: Clean up usage of rt_task() Clean up usage of rt_task() - 3 - --- 2024-06-10 Qais Yousef New
[1/3] rtla/osnoise: Use pretty formatting only on interactive tty [1/3] rtla/osnoise: Use pretty formatting only on interactive tty - 2 - --- 2024-06-10 Luis Claudio R. Goncalves New
rtla/osnoise: set the default threshold to 1us rtla/osnoise: set the default threshold to 1us 1 1 - --- 2024-06-10 Luis Claudio R. Goncalves New
[18/18] KVM: x86: hyper-v: Handle VSM hcalls in user-space Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[17/18] KVM: Introduce traces to track memory attributes modification. Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[16/18] KVM: x86: Take mem attributes into account when faulting memory Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[15/18] KVM: Introduce RWX memory attributes Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[14/18] KVM: x86/mmu: Init memslot if memory attributes available Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[12/18] KVM: x86/mmu: Introduce infrastructure to handle non-executable mappings Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[11/18] KVM: x86: Pass the instruction length on memory fault user-space exits Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
[10/18] KVM: x86: Keep track of instruction length during faults Introducing Core Building Blocks for Hyper-V VSM Emulation - - - --- 2024-06-09 Nicolas Saenz Julienne New
« 1 2 3 4 »