Atish Patra ([email protected])

Number of posts: 562 (0.63 per day)
First post: 2021-11-18 08:41:06
Last post: 2024-05-04 00:25:52

Date List Subject
2024-04-09 22:12:04 linux-kernel Re: [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
2024-04-09 00:37:34 linux-kernel Re: [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
2024-04-09 00:33:26 linux-kernel Re: [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
2024-04-09 00:23:44 linux-kernel Re: [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-09 00:20:17 linux-kernel Re: [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
2024-04-09 00:04:57 linux-kernel Re: [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
2024-04-03 08:39:52 linux-kernel [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
2024-04-03 08:15:52 linux-kernel [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
2024-04-03 08:15:39 linux-kernel [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
2024-04-03 08:14:37 linux-kernel [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
2024-04-03 08:14:15 linux-kernel [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
2024-04-03 08:12:11 linux-kernel [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow
2024-04-03 08:11:49 linux-kernel [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
2024-04-03 08:10:57 linux-kernel [PATCH v5 18/22] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
2024-04-03 08:10:39 linux-kernel [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
2024-04-03 08:10:25 linux-kernel [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
2024-04-03 08:10:16 linux-kernel [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
2024-04-03 08:09:52 linux-kernel [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
2024-04-03 08:09:51 linux-kernel [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-04-03 08:09:31 linux-kernel [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
2024-04-03 08:09:15 linux-kernel [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
2024-04-03 08:08:41 linux-kernel [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
2024-04-03 08:08:28 linux-kernel [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
2024-04-03 08:08:24 linux-kernel [PATCH v5 10/22] RISC-V: KVM: No need to update the counter value during reset
2024-04-03 08:08:21 linux-kernel [PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2024-04-03 08:07:43 linux-kernel [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
2024-04-03 08:06:59 linux-kernel [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
2024-04-03 08:06:23 linux-kernel [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
2024-04-03 08:06:03 linux-kernel [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
2024-04-03 07:39:16 linux-kernel Re: [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
2024-04-02 08:44:04 linux-kernel Re: [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
2024-04-02 08:42:43 linux-kernel Re: [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
2024-04-02 08:36:04 linux-kernel Re: [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
2024-04-02 08:34:11 linux-kernel Re: [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
2024-03-22 19:05:46 linux-kernel Re: [PATCH] riscv: Improve sbi_ecall() code generation by reordering arguments
2024-03-19 20:11:42 linux-kernel Re: [PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
2024-03-19 20:08:21 linux-kernel Re: [PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
2024-03-19 19:47:09 linux-kernel Re: [PATCH v2] riscv: use KERN_INFO in do_trap
2024-03-19 19:46:33 linux-kernel Re: [PATCH v2] riscv: dmi: Add SMBIOS/DMI support
2024-03-19 00:48:26 linux-kernel Re: [PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
2024-03-18 22:47:07 linux-kernel Re: [PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
2024-03-12 19:10:40 linux-kernel Re: [PATCH v3] clocksource: timer-riscv: Clear timer interrupt on timer initialization
2024-03-02 01:03:56 linux-kernel Re: [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
2024-03-01 19:30:32 linux-kernel Re: [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
2024-02-29 01:25:57 linux-kernel Re: [PATCH RFC 00/20] Add Counter delegation ISA extension support
2024-02-29 01:25:46 linux-kernel [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow
2024-02-29 01:25:27 linux-kernel [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
2024-02-29 01:20:12 linux-kernel [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
2024-02-29 01:18:17 linux-kernel [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
2024-02-29 01:18:08 linux-kernel [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
2024-02-29 01:17:42 linux-kernel [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions