Date |
List |
Subject |
2024-05-30 17:21:11
|
linux-kernel
|
Re: [PATCH v3 3/6] KVM: arm64: add emulation for CTR_EL0 register |
2024-05-30 16:55:13
|
linux-kernel
|
Re: [PATCH v3 1/6] KVM: arm64: unify code to prepare traps |
2024-05-30 12:17:49
|
linux-kernel
|
Re: [PATCH v3 2/6] KVM: arm64: maintain per VM value for CTR_EL0 |
2024-05-29 17:35:55
|
linux-kernel
|
Re: [PATCH v3 2/6] KVM: arm64: maintain per VM value for CTR_EL0 |
2024-05-29 17:19:30
|
linux-kernel
|
Re: [PATCH v3 5/6] KVM: arm64: rename functions for invariant sys regs |
2024-05-29 17:08:09
|
linux-kernel
|
Re: [PATCH v3 6/6] KVM: selftests: arm64: Test writes to CTR_EL0 |
2024-05-29 13:59:02
|
linux-kernel
|
Re: [PATCH v3 5/6] KVM: arm64: rename functions for invariant sys regs |
2024-05-29 13:49:55
|
linux-kernel
|
Re: [PATCH v3 4/6] KVM: arm64: show writable masks for feature registers |
2024-05-29 10:37:37
|
linux-kernel
|
Re: [PATCH v3 2/6] KVM: arm64: maintain per VM value for CTR_EL0 |
2024-05-29 10:37:18
|
linux-kernel
|
Re: [PATCH v3 3/6] KVM: arm64: add emulation for CTR_EL0 register |
2024-05-07 08:46:24
|
linux-kernel
|
Re: [PATCH v7 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2024-03-19 21:09:18
|
linux-kernel
|
Re: [PATCH v5 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2024-03-19 21:07:14
|
linux-kernel
|
Re: [PATCH v5 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test |
2024-03-19 20:59:03
|
linux-kernel
|
Re: [PATCH v5 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2024-03-19 20:30:35
|
linux-kernel
|
Re: [PATCH v5 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation |
2024-02-15 18:31:35
|
linux-kernel
|
Re: [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test |
2024-02-15 15:09:34
|
linux-kernel
|
Re: [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2024-02-07 15:43:59
|
linux-kernel
|
Re: [PATCH] KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test |
2024-02-07 12:57:13
|
linux-kernel
|
Re: [PATCH] KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test |
2024-01-26 10:36:05
|
linux-kernel
|
Re: [PATCH v3 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2023-12-14 19:29:43
|
linux-kernel
|
Re: [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2023-12-14 13:55:49
|
linux-kernel
|
Re: [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2023-12-14 13:53:09
|
linux-kernel
|
Re: [PATCH v2 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test |
2023-12-14 13:47:51
|
linux-kernel
|
Re: [PATCH v2 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2023-12-14 10:13:58
|
linux-kernel
|
Re: [PATCH v2 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter |
2023-11-27 08:39:17
|
linux-kernel
|
Re: [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test |
2023-11-24 18:16:45
|
linux-kernel
|
Re: [PATCH v1 1/3] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() can be reused |
2023-11-24 18:16:44
|
linux-kernel
|
Re: [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/ |
2023-10-18 06:56:17
|
linux-kernel
|
Re: [PATCH v7 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters |
2023-10-17 18:56:19
|
linux-kernel
|
Re: [PATCH v7 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters |
2023-10-17 14:55:02
|
linux-kernel
|
Re: [PATCH v7 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test |
2023-10-17 09:25:00
|
linux-kernel
|
Re: [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset |
2023-10-16 20:03:33
|
linux-kernel
|
Re: [PATCH v7 05/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0 |
2023-10-16 19:48:44
|
linux-kernel
|
Re: [PATCH v7 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0 |
2023-10-16 19:46:26
|
linux-kernel
|
Re: [PATCH v7 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset |
2023-10-16 19:46:25
|
linux-kernel
|
Re: [PATCH v7 01/12] KVM: arm64: PMU: Introduce helpers to set the guest's PMU |
2023-09-29 23:36:42
|
linux-kernel
|
Re: [PATCH v2 2/2] arm64/kvm: Fine grain _EL2 system registers list that affect nested virtualization |
2023-09-28 11:45:47
|
linux-kernel
|
Re: [PATCH v2 1/2] arm64: Add missing _EL12 encodings |
2022-01-28 07:49:36
|
linux-kernel
|
Re: [PATCH v4 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall |
2022-01-28 06:32:37
|
linux-kernel
|
Re: [PATCH v4 14/21] KVM: arm64: Support SDEI_EVENT_{COMPLETE, COMPLETE_AND_RESUME} hypercall |
2022-01-28 04:57:38
|
linux-kernel
|
Re: [PATCH v4 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall |
2022-01-28 04:25:47
|
linux-kernel
|
Re: [PATCH v4 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall |
2022-01-28 02:57:31
|
linux-kernel
|
Re: [PATCH v4 16/21] KVM: arm64: Support SDEI ioctl commands on VM |
2022-01-28 00:29:37
|
linux-kernel
|
Re: [PATCH v4 02/21] KVM: arm64: Add SDEI virtualization infrastructure |
2022-01-26 06:34:43
|
linux-kernel
|
Re: [PATCH v4 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall |
2022-01-26 03:34:55
|
linux-kernel
|
Re: [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall |
2022-01-26 03:34:49
|
linux-kernel
|
Re: [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall |
2022-01-26 03:32:15
|
linux-kernel
|
Re: [PATCH v4 06/21] KVM: arm64: Support SDEI_EVENT_CONTEXT hypercall |
2022-01-26 03:30:33
|
linux-kernel
|
Re: [PATCH v4 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall |
2021-11-12 15:01:20
|
linux-kernel
|
Re: [PATCH v4 07/15] KVM: arm64: Support page-not-present notification |
2021-11-11 10:39:56
|
linux-kernel
|
Re: [PATCH v4 15/15] KVM: arm64: Add async PF document |