Raghavendra Rao Ananta ([email protected])

Number of posts: 543 (0.57 per day)
First post: 2021-08-19 22:37:57
Last post: 2024-04-03 16:42:57

Date List Subject
2023-02-13 18:03:25 linux-kernel [PATCH 08/13] selftests: KVM: aarch64: Add vCPU migration test for PMU
2023-02-13 18:03:21 linux-kernel [PATCH 07/13] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
2023-02-13 18:03:12 linux-kernel [PATCH 06/13] selftests: KVM: aarch64: Add KVM PMU event filter test
2023-02-13 18:03:07 linux-kernel [PATCH 05/13] selftests: KVM: aarch64: Consider PMU event filters for VM creation
2023-02-13 18:03:04 linux-kernel [PATCH 04/13] selftests: KVM: aarch64: Add PMU cycle counter helpers
2023-02-13 18:03:01 linux-kernel [PATCH 03/13] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
2023-02-13 18:02:58 linux-kernel [PATCH 02/13] selftests: KVM: aarch64: Refactor the vPMU counter access tests
2023-02-13 18:02:54 linux-kernel [PATCH 01/13] selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c
2023-02-13 18:02:50 linux-kernel [PATCH 00/13] Extend the vPMU selftest
2023-02-06 17:24:26 linux-kernel [PATCH v2 7/7] KVM: arm64: Create a fast stage-2 unmap path
2023-02-06 17:24:24 linux-kernel [PATCH v2 6/7] KVM: arm64: Break the table entries using TLBI range instructions
2023-02-06 17:24:21 linux-kernel [PATCH v2 5/7] KVM: arm64: Flush only the memslot after write-protect
2023-02-06 17:24:19 linux-kernel [PATCH v2 3/7] KVM: arm64: Implement __kvm_tlb_flush_range_vmid_ipa()
2023-02-06 17:24:16 linux-kernel [PATCH v2 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
2023-02-06 17:24:13 linux-kernel [PATCH v2 2/7] KVM: arm64: Add FEAT_TLBIRANGE support
2023-02-06 17:24:09 linux-kernel [PATCH v2 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
2023-02-06 17:24:06 linux-kernel [PATCH v2 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-01-25 22:20:55 linux-kernel Re: [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions
2023-01-25 21:53:14 linux-kernel Re: [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
2023-01-10 17:55:41 linux-kernel Re: [RFC PATCH 3/6] KVM: Define kvm_flush_remote_tlbs_range
2023-01-09 22:39:52 linux-kernel [RFC PATCH 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
2023-01-09 22:23:49 linux-kernel [RFC PATCH 2/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-01-09 22:22:11 linux-kernel [RFC PATCH 5/6] KVM: arm64: Optimize the stage2 map path with TLBI range instructions
2023-01-09 22:20:19 linux-kernel [RFC PATCH 3/6] KVM: Define kvm_flush_remote_tlbs_range
2023-01-09 22:11:46 linux-kernel [RFC PATCH 6/6] KVM: arm64: Create a fast stage-2 unmap path
2023-01-09 22:04:58 linux-kernel [RFC PATCH 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-01-09 22:01:10 linux-kernel [RFC PATCH 4/6] KVM: arm64: Optimize TLBIs in the dirty logging path
2022-06-15 19:08:35 linux-kernel [PATCH] selftests: KVM: Handle compiler optimizations in ucall
2022-05-16 19:41:16 linux-kernel Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
2022-05-05 10:16:59 linux-kernel [PATCH] selftests: KVM: aarch64: Let hypercalls use UAPI *_BIT_COUNT
2022-05-04 15:25:30 linux-kernel Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
2022-05-03 20:04:15 linux-kernel Re: [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
2022-05-03 01:29:15 linux-kernel [PATCH v7 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test
2022-05-03 01:29:14 linux-kernel [PATCH v7 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
2022-05-03 01:28:17 linux-kernel [PATCH v7 6/9] Docs: KVM: Add doc for the bitmap firmware registers
2022-05-03 01:27:20 linux-kernel [PATCH v7 3/9] KVM: arm64: Add standard hypervisor firmware register
2022-05-03 01:27:11 linux-kernel [PATCH v7 7/9] tools: Import ARM SMCCC definitions
2022-05-03 01:27:10 linux-kernel [PATCH v7 4/9] KVM: arm64: Add vendor hypervisor firmware register
2022-05-03 01:27:08 linux-kernel [PATCH v7 0/9] KVM: arm64: Add support for hypercall services selection
2022-05-03 01:27:07 linux-kernel [PATCH v7 9/9] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
2022-05-03 01:27:07 linux-kernel [PATCH v7 5/9] Docs: KVM: Rename psci.rst to hypercalls.rst
2022-05-03 01:26:54 linux-kernel [PATCH v7 1/9] KVM: arm64: Factor out firmware register handling from psci.c
2022-04-27 18:26:16 linux-kernel Re: [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
2022-04-27 11:06:34 linux-kernel Re: [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test
2022-04-27 10:45:28 linux-kernel Re: [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
2022-04-26 02:25:50 linux-kernel Re: [PATCH v6 4/9] KVM: arm64: Add vendor hypervisor firmware register
2022-04-25 22:32:15 linux-kernel Re: [PATCH v6 6/9] Docs: KVM: Add doc for the bitmap firmware registers
2022-04-25 18:34:54 linux-kernel Re: [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
2022-04-23 00:40:32 linux-kernel [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
2022-04-23 00:37:18 linux-kernel [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test
2022-04-23 00:36:03 linux-kernel [PATCH v6 5/9] Docs: KVM: Rename psci.rst to hypercalls.rst