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
2022-07-21 18:32:02
linux-kernel
[PATCH v6 0/4] Add Sstc extension support
2022-07-20 20:05:24
linux-kernel
[PATCH v5 1/4] RISC-V: Add SSTC extension CSR details
2022-07-20 19:47:39
linux-kernel
[PATCH v5 4/4] RISC-V: KVM: Support sstc extension
2022-07-20 19:46:04
linux-kernel
[PATCH v5 2/4] RISC-V: Enable sstc extension parsing from DT
2022-07-20 19:28:32
linux-kernel
[PATCH v5 3/4] RISC-V: Prefer sstc extension if available
2022-07-20 19:27:32
linux-kernel
[PATCH v5 0/4] Add Sstc extension support
2022-07-18 17:40:52
linux-kernel
[RFC 5/9] RISC-V: KVM: Add skeleton support for perf
2022-07-18 17:25:02
linux-kernel
[RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
2022-07-18 17:14:16
linux-kernel
[RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
2022-07-18 17:13:27
linux-kernel
[RFC 8/9] RISC-V: KVM: Implement perf support
2022-07-18 17:12:37
linux-kernel
[RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
2022-07-18 17:12:34
linux-kernel
[RFC 9/9] RISC-V: KVM: Implement firmware events
2022-07-18 17:11:42
linux-kernel
[RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
2022-07-18 17:10:46
linux-kernel
[RFC 2/9] RISC-V: Define a helper function to return counter width
2022-07-18 17:10:19
linux-kernel
[RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
2022-07-18 17:10:06
linux-kernel
[RFC 0/9] KVM perf support
2022-07-11 18:30:36
linux-kernel
[v3 5/5] RISC-V: Improve SBI definitions
2022-07-11 18:16:23
linux-kernel
[v3 3/5] RISC-V: Fix SBI PMU calls for RV32
2022-07-11 18:14:53
linux-kernel
[v3 0/5] Miscallenous improvement & fixes for the PMU driver
2022-07-11 18:14:52
linux-kernel
[v3 2/5] RISC-V: Update user page mapping only once during start
2022-07-11 17:50:39
linux-kernel
[v3 4/5] RISC-V: Move counter info definition to sbi header file
2022-07-11 17:50:01
linux-kernel
[v3 1/5] RISC-V: Fix counter restart during overflow for RV32
2022-07-05 07:59:27
linux-kernel
Re: [PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
2022-06-21 00:18:29
linux-kernel
[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
2022-05-28 20:01:05
linux-kernel
[PATCH v4 3/4] RISC-V: Prefer sstc extension if available
2022-05-28 19:44:25
linux-kernel
[PATCH v4 2/4] RISC-V: Enable sstc extension parsing from DT
2022-05-28 19:39:25
linux-kernel
[PATCH v4 0/4] Add Sstc extension support
2022-05-28 19:28:49
linux-kernel
[PATCH v4 1/4] RISC-V: Add SSTC extension CSR details
2022-05-27 07:09:39
linux-kernel
[PATCH v4 4/4] RISC-V: KVM: Support sstc extension
2022-05-24 04:33:03
linux-kernel
[PATCH v9 05/12] target/riscv: Implement mcountinhibit CSR
2022-05-24 04:30:22
linux-kernel
[PATCH v9 00/12] Improve PMU support
2022-05-24 02:52:25
linux-kernel
[PATCH v9 10/12] target/riscv: Add few cache related PMU events
2022-05-24 02:41:40
linux-kernel
[PATCH v9 01/12] target/riscv: Fix PMU CSR predicate function
2022-05-24 02:37:56
linux-kernel
[PATCH v9 07/12] target/riscv: Support mcycle/minstret write operation
2022-05-24 02:09:14
linux-kernel
[PATCH v9 02/12] target/riscv: Implement PMU CSR predicate function for S-mode
2022-05-24 02:07:47
linux-kernel
[PATCH v9 08/12] target/riscv: Add sscofpmf extension support
2022-05-24 02:05:30
linux-kernel
[PATCH v9 12/12] target/riscv: Update the privilege field for sscofpmf CSRs
2022-05-24 02:02:28
linux-kernel
[PATCH v9 11/12] hw/riscv: virt: Add PMU DT node to the device tree
2022-05-24 00:27:39
linux-kernel
[PATCH v9 09/12] target/riscv: Simplify counter predicate function
2022-05-24 00:17:50
linux-kernel
[PATCH v9 03/12] target/riscv: pmu: Rename the counters extension to pmu
2022-05-24 00:11:40
linux-kernel
[PATCH v9 04/12] target/riscv: pmu: Make number of counters configurable
2022-05-24 00:03:18
linux-kernel
[PATCH v9 06/12] target/riscv: Add support for hpmcounters/hpmevents
2022-05-14 04:15:20
linux-kernel
[PATCH v2 0/3] Miscellaneous fixes for PMU driver
2022-05-14 04:08:49
linux-kernel
Re: [PATCH v8 07/12] target/riscv: Support mcycle/minstret write operation
2022-05-14 03:03:26
linux-kernel
[PATCH v8 11/12] hw/riscv: virt: Add PMU DT node to the device tree
2022-05-14 02:58:45
linux-kernel
[PATCH v8 06/12] target/riscv: Add support for hpmcounters/hpmevents
2022-05-14 02:34:03
linux-kernel
[PATCH v2 2/3] RISC-V: Update user page mapping only once during start
2022-05-14 00:34:03
linux-kernel
[PATCH 2/2] RISC-V: Update user page mapping only once during start
2022-05-14 00:11:04
linux-kernel
[PATCH v8 02/12] target/riscv: Implement PMU CSR predicate function for S-mode
2022-05-14 00:09:01
linux-kernel
[PATCH v8 00/12] Improve PMU support
2022-05-13 19:19:05
linux-kernel
[PATCH v8 04/12] target/riscv: pmu: Make number of counters configurable