LinuxLists
Users
About
Atish Kumar Patra (
[email protected]
)
Number of posts: 564 (0.6 per day)
First post: 2021-11-18 08:41:06
Last post: 2024-06-12 07:48:43
Previous Page
/
Next Page
Date
List
Subject
2024-04-16 18:51:20
linux-kernel
[PATCH v7 18/24] KVM: riscv: selftests: Add helper functions for extension checks
2024-04-16 18:51:02
linux-kernel
[PATCH v7 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
2024-04-16 18:50:48
linux-kernel
[PATCH v7 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
2024-04-16 18:50:26
linux-kernel
[PATCH v7 16/24] RISC-V: KVM: Improve firmware counter read function
2024-04-16 18:50:17
linux-kernel
[PATCH v7 14/24] RISC-V: KVM: Add perf sampling support for guests
2024-04-16 18:50:10
linux-kernel
[PATCH v7 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
2024-04-16 18:49:41
linux-kernel
[PATCH v7 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
2024-04-16 18:49:16
linux-kernel
[PATCH v7 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
2024-04-16 18:48:42
linux-kernel
[PATCH v7 11/24] RISC-V: KVM: No need to update the counter value during reset
2024-04-16 18:48:00
linux-kernel
[PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-16 18:47:44
linux-kernel
[PATCH v7 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
2024-04-16 18:47:25
linux-kernel
[PATCH v7 07/24] RISC-V: Use the minor version mask while computing sbi version
2024-04-16 18:47:20
linux-kernel
[PATCH v7 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
2024-04-16 18:46:58
linux-kernel
[PATCH v7 05/24] RISC-V: Add SBI PMU snapshot definitions
2024-04-16 18:46:19
linux-kernel
[PATCH v7 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
2024-04-16 18:46:00
linux-kernel
[PATCH v7 02/24] RISC-V: Add FIRMWARE_READ_HI definition
2024-04-16 18:45:11
linux-kernel
[PATCH v7 01/24] RISC-V: Fix the typo in Scountovf CSR name
2024-04-16 18:45:10
linux-kernel
[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-16 08:49:59
linux-kernel
Re: [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
2024-04-16 08:33:45
linux-kernel
Re: [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-16 08:31:49
linux-kernel
Re: [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
2024-04-16 00:02:34
linux-kernel
Re: [PATCH] perf: RISC-V: Check standard event availability
2024-04-11 00:25:19
linux-kernel
[PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
2024-04-11 00:19:43
linux-kernel
[PATCH v6 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
2024-04-11 00:16:37
linux-kernel
[PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test
2024-04-11 00:16:16
linux-kernel
[PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
2024-04-11 00:15:58
linux-kernel
[PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
2024-04-11 00:15:13
linux-kernel
[PATCH v6 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
2024-04-11 00:14:40
linux-kernel
[PATCH v6 18/24] KVM: riscv: selftests: Add helper functions for extension checks
2024-04-11 00:14:19
linux-kernel
[PATCH v6 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
2024-04-11 00:13:51
linux-kernel
[PATCH v6 16/24] RISC-V: KVM: Improve firmware counter read function
2024-04-11 00:13:30
linux-kernel
[PATCH v6 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
2024-04-11 00:13:15
linux-kernel
[PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
2024-04-11 00:13:04
linux-kernel
[PATCH v6 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
2024-04-11 00:12:52
linux-kernel
[PATCH v6 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
2024-04-11 00:12:14
linux-kernel
[PATCH v6 11/24] RISC-V: KVM: No need to update the counter value during reset
2024-04-11 00:11:48
linux-kernel
[PATCH v6 10/24] RISC-V: KVM: Fix the initial sample period value
2024-04-11 00:11:25
linux-kernel
[PATCH v6 09/24] drivers/perf: riscv: Fix counter mask iteration for RV32
2024-04-11 00:11:16
linux-kernel
[PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-11 00:10:59
linux-kernel
[PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
2024-04-11 00:10:51
linux-kernel
[PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
2024-04-11 00:10:49
linux-kernel
[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-11 00:10:33
linux-kernel
[PATCH v6 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
2024-04-11 00:10:07
linux-kernel
[PATCH v6 05/24] RISC-V: Add SBI PMU snapshot definitions
2024-04-11 00:10:00
linux-kernel
[PATCH v6 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
2024-04-11 00:09:25
linux-kernel
[PATCH v6 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
2024-04-11 00:09:04
linux-kernel
[PATCH v6 02/24] RISC-V: Add FIRMWARE_READ_HI definition
2024-04-10 22:46:24
linux-kernel
Re: [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
2024-04-10 22:29:47
linux-kernel
Re: [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-10 07:28:23
linux-kernel
Re: [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
2024-04-10 00:12:00
linux-kernel
Re: [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests