LinuxLists
Users
About
Andrii Nakryiko (
[email protected]
)
Number of posts: 78 (0.06 per day)
First post: 2020-10-15 03:49:58
Last post: 2024-06-11 11:13:03
Next Page
Date
List
Subject
2024-06-11 11:13:03
linux-kernel
[PATCH v4 6/7] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
2024-06-11 11:05:22
linux-kernel
[PATCH v4 7/7] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
2024-06-11 11:04:49
linux-kernel
[PATCH v4 5/7] tools: sync uapi/linux/fs.h header into tools subdir
2024-06-11 11:02:36
linux-kernel
[PATCH v4 4/7] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
2024-06-11 11:02:09
linux-kernel
[PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
2024-06-11 11:01:55
linux-kernel
[PATCH v4 2/7] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
2024-06-11 11:01:35
linux-kernel
[PATCH v4 1/7] fs/procfs: extract logic for getting VMA name constituents
2024-06-11 11:01:16
linux-kernel
[PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-05 00:39:05
linux-kernel
[PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
2024-06-05 00:37:27
linux-kernel
[PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
2024-06-05 00:36:48
linux-kernel
[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-06-05 00:33:29
linux-kernel
[PATCH v3 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
2024-06-05 00:33:06
linux-kernel
[PATCH v3 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
2024-06-05 00:32:50
linux-kernel
[PATCH v3 7/9] tools: sync uapi/linux/fs.h header into tools subdir
2024-06-05 00:32:31
linux-kernel
[PATCH v3 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
2024-06-05 00:32:14
linux-kernel
[PATCH v3 5/9] fs/procfs: add build ID fetching to PROCMAP_QUERY API
2024-06-05 00:31:41
linux-kernel
[PATCH v3 2/9] fs/procfs: extract logic for getting VMA name constituents
2024-06-05 00:31:36
linux-kernel
[PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
2024-05-24 04:14:57
linux-kernel
[PATCH v2 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
2024-05-24 04:14:15
linux-kernel
[PATCH v2 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
2024-05-24 04:13:48
linux-kernel
[PATCH v2 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
2024-05-24 04:13:07
linux-kernel
[PATCH v2 7/9] tools: sync uapi/linux/fs.h header into tools subdir
2024-05-24 04:12:55
linux-kernel
[PATCH v2 5/9] fs/procfs: add build ID fetching to PROCMAP_QUERY API
2024-05-24 04:12:39
linux-kernel
[PATCH v2 2/9] fs/procfs: extract logic for getting VMA name constituents
2024-05-24 04:12:03
linux-kernel
[PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
2024-05-24 04:11:50
linux-kernel
[PATCH v2 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
2024-05-24 04:11:12
linux-kernel
[PATCH v2 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
2024-05-24 04:10:52
linux-kernel
[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-05-04 00:33:17
linux-kernel
[PATCH 5/5] selftests/bpf: a simple benchmark tool for /proc/<pid>/maps APIs
2024-05-04 00:31:45
linux-kernel
[PATCH 4/5] selftests/bpf: make use of PROCFS_PROCMAP_QUERY ioctl, if available
2024-05-04 00:31:21
linux-kernel
[PATCH 3/5] tools: sync uapi/linux/fs.h header into tools subdir
2024-05-04 00:31:04
linux-kernel
[PATCH 2/5] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
2024-05-04 00:30:42
linux-kernel
[PATCH 1/5] fs/procfs: extract logic for getting VMA name constituents
2024-05-04 00:30:20
linux-kernel
[PATCH 0/5] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-04-02 02:22:36
linux-kernel
[PATCH v5 4/4] perf/x86/amd: don't reject non-sampling events with configured LBR
2024-04-02 02:22:20
linux-kernel
[PATCH v5 3/4] perf/x86/amd: support capturing LBR from software events
2024-04-02 02:22:05
linux-kernel
[PATCH v5 2/4] perf/x86/amd: avoid taking branches before disabling LBR
2024-04-02 02:21:49
linux-kernel
[PATCH v5 1/4] perf/x86/amd: ensure amd_pmu_core_disable_all() is always inlined
2024-04-02 02:21:33
linux-kernel
[PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events
2024-03-31 04:20:00
linux-kernel
[PATCH v4 3/4] perf/x86/amd: support capturing LBR from software events
2024-03-31 04:19:38
linux-kernel
[PATCH v4 2/4] perf/x86/amd: avoid taking branches before disabling LBR
2024-03-31 04:19:37
linux-kernel
[PATCH v4 4/4] perf/x86/amd: don't reject non-sampling events with configured LBR
2024-03-31 04:19:16
linux-kernel
[PATCH v4 1/4] perf/x86/amd: ensure amd_pmu_core_disable_all() is always inlined
2024-03-31 04:18:46
linux-kernel
[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
2024-03-29 16:37:55
linux-kernel
[PATCH v3 2/2] perf/x86/amd: don't reject sampling events with configured LBR
2024-03-29 16:37:42
linux-kernel
[PATCH v3 1/2] perf/x86/amd: support capturing LBR from software events
2024-03-28 13:34:33
linux-kernel
[PATCH v2] perf/x86/amd: support capturing LBR from software events
2024-03-19 22:42:18
linux-kernel
[PATCH bpf-next] perf, amd: support capturing LBR from software events
2024-03-18 18:23:05
linux-kernel
[PATCH v2 3/3] uprobes: add speculative lockless system-wide uprobe filter check
2024-03-18 18:22:44
linux-kernel
[PATCH v2 2/3] uprobes: prepare uprobe args buffer lazily
2024-03-18 18:18:48
linux-kernel
[PATCH v2 1/3] uprobes: encapsulate preparation of uprobe args buffer