messages from 2023-02-02 12:26:38 to 2023-02-14 10:01:18 UTC [more...]
[PATCH v4 00/14] Introduce Copy-On-Write to Page Table
2023-02-14 9:58 UTC (21+ messages)
` [PATCH v4 01/14] mm: Allow user to control COW PTE via prctl
` [PATCH v4 02/14] mm: Add Copy-On-Write PTE to fork()
` [PATCH v4 03/14] mm: Add break COW PTE fault and helper functions
` [PATCH v4 04/14] mm/rmap: Break COW PTE in rmap walking
` [PATCH v4 05/14] mm/khugepaged: Break COW PTE before scanning pte
` [PATCH v4 06/14] mm/ksm: Break COW PTE before modify shared PTE
` [PATCH v4 07/14] mm/madvise: Handle COW-ed PTE with madvise()
` [PATCH v4 08/14] mm/gup: Trigger break COW PTE before calling follow_pfn_pte()
` [PATCH v4 09/14] mm/mprotect: Break COW PTE before changing protection
` [PATCH v4 10/14] mm/userfaultfd: Support COW PTE
` [PATCH v4 11/14] mm/migrate_device: "
` [PATCH v4 12/14] fs/proc: Support COW PTE with clear_refs_write
` [PATCH v4 13/14] events/uprobes: Break COW PTE before replacing page
` [PATCH v4 14/14] mm: fork: Enable COW PTE to fork system call
[PATCH v2] perf c2c: Add report option to show false sharing in adjacent cachelines
2023-02-14 7:58 UTC
[RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
2023-02-14 5:04 UTC (8+ messages)
` [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/7] perf bpf filter: Implement event sample filtering
` [PATCH 3/7] perf record: Add BPF event filter support
` [PATCH 4/7] perf record: Record dropped sample count
` [PATCH 5/7] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/7] perf bpf filter: Add more weight "
` [PATCH 7/7] perf bpf filter: Add data_src "
[PATCH v3 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-02-13 22:05 UTC (10+ messages)
` [PATCH v3 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v3 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v3 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v3 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v3 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v3 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v3 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v3 8/8] ARM: mach-virt: Select PMUv3 driver by default
brstack information with perf-intel-pt?
2023-02-13 18:33 UTC
[PATCH v2 0/7] task comm cleanups
2023-02-13 17:46 UTC (19+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
missing stack frames
2023-02-13 17:29 UTC (4+ messages)
[PATCH] perf c2c: Add report option to show false sharing in adjacent cachelines
2023-02-13 14:04 UTC (7+ messages)
[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
2023-02-13 13:10 UTC (4+ messages)
` [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags
` [RFC PATCH kernel 2/2] KVM: SEV: PreventHostIBS enablement for SEV-ES and SNP guest
[PATCH v2 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-02-12 11:59 UTC (11+ messages)
` [PATCH v2 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v2 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v2 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v2 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v2 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v2 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v2 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v2 8/8] ARM: mach-virt: Select PMUv3 driver by default
[PATCH 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-02-10 16:58 UTC (12+ messages)
` [PATCH 3/8] perf: pmuv3: Add common defines for the PMU version
` [PATCH 4/8] perf: pmuv3: Add wrappers for KVM accesses
` [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
[PATCH v1] perf stat: Avoid merging/aggregating metric counts twice
2023-02-09 21:29 UTC (3+ messages)
[RFC 0/5] mm/bpf/perf: Store build id in file object
2023-02-09 19:38 UTC (22+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 2/5] bpf: Use file object build id in stackmap
` [PATCH RFC 4/5] selftests/bpf: Add file_build_id test
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test
[PATCH V8 5/6] arm64/perf: Add branch stack support in ARMV8 PMU
2023-02-09 2:48 UTC (6+ messages)
[PATCH v2 0/2] perf/x86: KVM: Disable vPMU on hybrid CPUs
2023-02-08 20:42 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)
` [PATCH v2 2/2] perf/x86: Refuse to export capabilities for hybrid PMUs
[PATCH] tools/perf: Fix perf tool build error in util/pfm.c
2023-02-08 14:07 UTC (6+ messages)
[PATCH] perf tools: Fix auto-complete on aarch64
2023-02-08 13:39 UTC (3+ messages)
[RFC/PATCH 0/3] perf lock contention: Track lock owner (v2)
2023-02-08 13:37 UTC (8+ messages)
` [PATCH 1/3] perf lock contention: Fix to save callstack for the default modified
` [PATCH 2/3] perf lock contention: Add -o/--lock-owner option
` [PATCH 3/3] perf lock contention: Support old rw_semaphore type
[PATCH V2] x86/perf/zhaoxin: Add stepping check for ZXC
2023-02-08 8:27 UTC
[PATCH] tools/perf/tests: Add system wide check for perf bench workload in all metric test
2023-02-08 3:44 UTC (3+ messages)
[PATCH] x86/perf/zhaoxin: Add stepping check for ZX-C
2023-02-07 18:30 UTC (10+ messages)
[PATCH v4 0/8] perf: Arm SPEv1.2 support
2023-02-07 12:42 UTC (5+ messages)
` [PATCH v4 7/8] perf: Add perf_event_attr::config3
[PATCH] tests/bpf: Fix the bpf test to check for libtraceevent support
2023-02-07 5:15 UTC (5+ messages)
[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
2023-02-07 3:03 UTC (6+ messages)
` [RFC PATCH v1 1/4] docs: perf: Add documentation for HiSilicon PMCU
` [RFC PATCH v1 2/4] drivers/perf: hisi: Add driver support "
` [RFC PATCH v1 3/4] perf tool: Add HiSilicon PMCU data recording support
` [RFC PATCH v1 4/4] perf tool: Add HiSilicon PMCU data decoding support
[PATCH v3] perf_event_open.2: Update recent changes
2023-02-07 1:37 UTC (3+ messages)
[PATCH 1/2] tools/perf: Update the exit error codes in function try_to_find_probe_trace_event
2023-02-06 18:10 UTC (5+ messages)
` [PATCH 2/2] perf test bpf: Skip test if kernel-debuginfo is not present
[PATCH v3] perf record: Fix segfault with --overwrite and --max-size
2023-02-06 3:40 UTC (5+ messages)
[PATCH] perf/core: Fix account interrupt throttle
2023-02-06 1:28 UTC (3+ messages)
[PATCH v5 00/15] jevents/pmu-events improvements
2023-02-04 21:25 UTC (4+ messages)
` [PATCH v5 15/15] perf jevents: Run metric_test.py at compile-time
[PATCH v1] perf pmu: Fix aarch64 build
2023-02-04 21:23 UTC (10+ messages)
[PATCH v2 0/3] perf lock contention: Improve aggr x filter combination
2023-02-03 20:12 UTC (5+ messages)
` [PATCH v2 1/3] perf lock contention: Factor out lock_contention_get_name()
` [PATCH v2 2/3] perf lock contention: Use lock_stat_find{,new}
` [PATCH v2 3/3] perf lock contention: Support filters for different aggregation
[PATCH v2] perf arm-spe: Add raw decoding for SPEv1.2 previous branch address
2023-02-03 19:55 UTC (2+ messages)
[PATCH 0/4] perf lock contention: Improve aggr x filter combination (v1)
2023-02-02 23:51 UTC (7+ messages)
` [PATCH 1/4] perf lock contention: Factor out lock_contention_get_name()
` [PATCH 2/4] perf lock contention: Use lock_stat_find{,new}
[PATCH V2 0/9] perf symbols: Improve dso__synthesize_plt_symbols() for x86
2023-02-02 19:41 UTC (3+ messages)
` [PATCH V2 8/9] perf symbols: Start adding support for .plt.got "
[PATCH v4 0/4] tools perf: Add branch speculation info
2023-02-02 13:14 UTC (8+ messages)
` [PATCH v4 1/4] perf script: Show "
` [PATCH v4 2/4] perf session: Show branch speculation info in raw dump
` [PATCH v4 3/4] perf test sample-parsing: Update expected branch flags
` [PATCH v4 4/4] perf test brstack: Update regex to include spec field
[PATCH 0/2] Script style improvements in lib/coresight.sh
2023-02-02 13:00 UTC (3+ messages)
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).