messages from 2024-05-20 15:20:09 to 2024-05-29 08:42:51 UTC [more...]
[PATCH v11 00/21] GenieZone hypervisor drivers
2024-05-29 8:42 UTC (3+ messages)
` [PATCH v11 12/21] virt: geniezone: Add memory region purpose for hypervisor
` [PATCH v11 13/21] virt: geniezone: Add dtb config support
[PATCH v2] sched/rt: Clean up usage of rt_task()
2024-05-29 8:29 UTC (6+ messages)
[PATCH v3 0/3] Clean up usage of rt_task()
2024-05-29 7:34 UTC (5+ messages)
` [PATCH v3 1/3] sched/rt: "
` [PATCH v3 2/3] hrtimer: Convert realtime_task() to realtime_task_policy()
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool
[PATCH net-next v9 00/14] Device Memory TCP
2024-05-29 2:42 UTC (5+ messages)
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
[linus:master] [net] e9669a00bb: aim9.udp_test.ops_per_sec 2.7% improvement
2024-05-29 2:35 UTC
[PATCH] mctp i2c: Add rx trace
2024-05-28 23:54 UTC (2+ messages)
[PATCH 0/3] tracing: Fix some selftest issues
2024-05-28 23:38 UTC (7+ messages)
` [PATCH 1/3] tracing: Build event generation tests only as modules
` [PATCH 2/3] tracing/kprobe: Remove unneeded WARN_ON_ONCE() in selftests
` [PATCH 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest
[PATCH 0/2] Objpool performance improvements
2024-05-28 20:30 UTC (8+ messages)
` [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
` [PATCH 2/2] objpool: cache nr_possible_cpus() and avoid caching nr_cpu_ids
Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-05-28 18:47 UTC (11+ messages)
[PATCH] rv: Update rv_en(dis)able_monitor doc to match kernel-doc
2024-05-28 13:17 UTC (2+ messages)
[PATCH] [v5] kallsyms: rework symbol lookup return codes
2024-05-28 13:03 UTC (2+ messages)
[linus:master] [mm] d99e3140a4: BUG:KCSAN:data-race_in_folio_remove_rmap_ptes/print_report
2024-05-28 8:42 UTC (4+ messages)
ARM Ftrace Function Graph Fails With UNWINDER_FRAME_POINTER
2024-05-28 4:52 UTC (6+ messages)
[PATCH v3] ftrace: Hide one more entry in stack trace when ftrace_pid is enabled
2024-05-28 3:24 UTC
[PATCH v2] ftrace: Fix stack trace entry generated by ftrace_pid_func()
2024-05-28 2:55 UTC (3+ messages)
[PATCH v2 0/2] tracing/user_events: Fix non-spaced field matching
2024-05-28 2:08 UTC (3+ messages)
` [PATCH v2 2/2] selftests/user_events: Add non-spacing separator check
[PATCH 0/6] Cleanup cpumask.h inclusion in core headers
2024-05-28 0:56 UTC (7+ messages)
` [PATCH 1/6] MAINTAINERS: add linux/nodemask_types.h to BITMAP API
` [PATCH 2/6] sched: avoid using ilog2() in sched.h
` [PATCH 3/6] cpumask: split out include/linux/cpumask_types.h
` [PATCH 4/6] sched: drop sched.h dependency on cpumask
` [PATCH 5/6] cpumask: cleanup core headers inclusion
` [PATCH 6/6] cpumask: make core headers including cpumask_types.h where possible
[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct
2024-05-28 0:50 UTC
[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
2024-05-27 23:43 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH v2] tracing/probes: fix error check in parse_btf_field()
2024-05-27 12:31 UTC (2+ messages)
[PATCH 0/2] Improve dump_page() output for slab pages
2024-05-27 10:48 UTC (8+ messages)
` [PATCH 1/2] mm: printk: introduce new format %pGs for slab flags
` [PATCH 2/2] mm: debug: print correct information for slab folios
[PATCH] ftrace: Fix stack trace entry generated by ftrace_pid_func()
2024-05-27 5:47 UTC (4+ messages)
[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
2024-05-27 1:18 UTC (30+ messages)
` [PATCH 01/20] function_graph: Convert ret_stack to a series of longs
` [PATCH 02/20] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH 03/20] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
` [PATCH 05/20] function_graph: Handle tail calls for stack unwinding
` [PATCH 06/20] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH 07/20] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH 08/20] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH 09/20] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH 11/20] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH 12/20] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH 13/20] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH 14/20] function_graph: Move graph depth stored data "
` [PATCH 15/20] function_graph: Move graph notrace bit "
` [PATCH 16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH 17/20] function_graph: Add selftest for passing local variables
` [PATCH 18/20] ftrace: Add multiple fgraph storage selftest
` [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry
[PATCH] tracing/probes: fix error check in parse_btf_field()
2024-05-26 23:13 UTC (4+ messages)
[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-05-25 9:48 UTC (13+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph
[PATCH 0/2] selftests/ftrace: Fix config related issues
2024-05-25 4:28 UTC (5+ messages)
` [PATCH 1/2] selftests/ftrace: Fix to check required event file
` [PATCH 2/2] selftests/ftrace: Update required config
(no subject)
2024-05-25 2:29 UTC
(no subject)
2024-05-25 2:29 UTC
How to properly fix reading user pointers in bpf in android kernel 4.9?
2024-05-24 13:13 UTC
[PATCH] selftests/uprobes: Add a basic uprobe testcase
2024-05-24 0:49 UTC
[PATCH] tracing/selftests: Run the ownership test twice
2024-05-24 0:47 UTC (2+ messages)
[PATCH] uprobes: prevent mutex_lock() under rcu_read_lock()
2024-05-23 23:45 UTC (4+ messages)
[PATCH] riscv: Fix early ftrace nop patching
2024-05-23 18:00 UTC (4+ messages)
[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
2024-05-23 12:11 UTC (10+ messages)
` [PATCHv7 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv7 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv7 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv7 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv7 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv7 9/9] man2: Add uretprobe syscall page
[PATCH] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
2024-05-23 9:14 UTC
[PATCH v2 0/4] tracefs/eventfs: Fix failed second run of test_ownership
2024-05-23 5:14 UTC (5+ messages)
` [PATCH v2 1/4] eventfs: Keep the directories from having the same inode number as files
` [PATCH v2 2/4] tracefs: Update inode permissions on remount
` [PATCH v2 3/4] eventfs: Update all the eventfs_inodes from the events descriptor
` [PATCH v2 4/4] tracefs: Clear EVENT_INODE flag in tracefs_drop_inode()
[PATCH] ftrace: riscv: move from REGS to ARGS
2024-05-22 23:51 UTC (2+ messages)
[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
2024-05-22 23:32 UTC (2+ messages)
[PATCH] tracefs: Remove unneeded buggy tracefs iput callback
2024-05-22 18:05 UTC (2+ messages)
[PATCHv6 bpf-next 0/9] uprobe: uretprobe speed up
2024-05-22 11:52 UTC (22+ messages)
` [PATCHv6 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv6 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv6 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv6 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv6 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv6 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv6 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv6 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv6 9/9] man2: Add uretprobe syscall page
[PATCH v2 0/4] Fix user stack traces captured from uprobes
2024-05-22 1:38 UTC (5+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces
[PATCH] tools/latency-collector: fix -Wformat-security compile warns
2024-05-21 16:10 UTC (3+ messages)
[PATCH] tracing/selftests: Fix kprobe event name test for .isra. functions
2024-05-21 15:10 UTC (4+ messages)
[PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
2024-05-21 10:11 UTC (13+ messages)
[PATCH 0/4] Fix user stack traces captured from uprobes
2024-05-20 23:56 UTC (8+ messages)
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
[PATCH v3 0/6] Generate address range data for built-in modules
2024-05-20 16:53 UTC (3+ messages)
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).