Anup Patel ([email protected])

Number of posts: 998 (1.16 per day)
First post: 2022-01-25 09:10:46
Last post: 2024-06-06 10:22:50

Date List Subject
2022-09-03 16:15:21 linux-kernel Re: [PATCH v2 3/4] RISC-V: Implement arch specific PMEM APIs
2022-09-03 16:14:53 linux-kernel [PATCH v9 0/7] RISC-V IPI Improvements
2022-09-02 17:27:01 linux-kernel [PATCH 2/3] RISC-V: KVM: Use Svinval for local TLB maintenance when available
2022-09-02 17:16:57 linux-kernel [PATCH 3/3] RISC-V: KVM: Allow Guest use Svinval extension
2022-09-02 17:07:15 linux-kernel [PATCH 1/3] RISC-V: Probe Svinval extension form ISA string
2022-09-02 17:06:15 linux-kernel [PATCH 0/3] Svinval support for KVM RISC-V
2022-08-30 05:06:14 linux-kernel [PATCH v2 3/4] RISC-V: Implement arch specific PMEM APIs
2022-08-30 05:04:12 linux-kernel [PATCH v2 4/4] RISC-V: Enable PMEM drivers
2022-08-30 05:00:43 linux-kernel Re: [PATCH 0/4] Add PMEM support for RISC-V
2022-08-30 04:50:44 linux-kernel [PATCH v2 2/4] RISC-V: Move riscv_init_cbom_blocksize() to cacheflush.c
2022-08-30 04:50:44 linux-kernel [PATCH v2 1/4] RISC-V: Fix ioremap_cache() and ioremap_wc() for systems with Svpbmt
2022-08-30 04:50:38 linux-kernel [PATCH v2 0/4] Add PMEM support for RISC-V
2022-08-29 13:34:41 linux-kernel [PATCH 4/4] RISC-V: Enable PMEM drivers
2022-08-29 13:05:57 linux-kernel [PATCH 3/4] RISC-V: Implement arch specific PMEM APIs
2022-08-29 13:05:52 linux-kernel [PATCH 2/4] RISC-V: Move riscv_init_cbom_blocksize() to cacheflush.c
2022-08-29 13:05:42 linux-kernel [PATCH 1/4] RISC-V: Fix ioremap_cache() and ioremap_wc() for systems with Svpbmt
2022-08-29 13:05:42 linux-kernel [PATCH 0/4] Add PMEM support for RISC-V
2022-08-25 03:05:53 linux-kernel Re: [PATCH] drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
2022-08-20 07:17:56 linux-kernel [PATCH v8 6/7] RISC-V: Use IPIs for remote TLB flush when possible
2022-08-20 07:16:27 linux-kernel [PATCH v8 7/7] RISC-V: Use IPIs for remote icache flush when possible
2022-08-20 07:16:06 linux-kernel [PATCH v8 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
2022-08-20 07:06:34 linux-kernel [PATCH v8 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
2022-08-20 06:57:37 linux-kernel [PATCH v8 4/7] RISC-V: Treat IPIs as normal Linux IRQs
2022-08-20 06:57:22 linux-kernel [PATCH v8 3/7] genirq: Add mechanism to multiplex a single HW IPI
2022-08-20 06:57:14 linux-kernel [PATCH v8 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
2022-08-20 06:57:00 linux-kernel [PATCH v8 0/7] RISC-V IPI Improvements
2022-08-19 17:37:01 linux-kernel Re: [PATCH 0/4] misc warning cleanup in arch/risc-v
2022-08-18 08:47:53 linux-kernel Re: [PATCH] drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
2022-07-27 13:14:42 linux-kernel Re: [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
2022-07-27 13:09:43 linux-kernel Re: [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
2022-07-27 12:26:53 linux-kernel Re: [PATCH v2] RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
2022-07-27 12:25:17 linux-kernel [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
2022-07-27 11:55:11 linux-kernel [PATCH v2 2/2] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT property
2022-07-27 11:53:58 linux-kernel [PATCH v2 0/2] Improve CLOCK_EVT_FEAT_C3STOP feature setting
2022-07-27 04:48:34 linux-kernel [PATCH v2] RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
2022-07-21 09:53:20 linux-kernel Re: [PATCH 2/2] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT property
2022-07-20 16:21:32 linux-kernel [PATCH v7 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
2022-07-20 16:20:59 linux-kernel [PATCH v7 6/7] RISC-V: Use IPIs for remote TLB flush when possible
2022-07-20 16:19:37 linux-kernel [PATCH v7 0/7] RISC-V IPI Improvements
2022-07-20 15:49:20 linux-kernel [PATCH v7 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
2022-07-20 15:47:17 linux-kernel [PATCH v7 3/7] genirq: Add mechanism to multiplex a single HW IPI
2022-07-20 15:46:04 linux-kernel [PATCH v7 7/7] RISC-V: Use IPIs for remote icache flush when possible
2022-07-20 15:40:36 linux-kernel [PATCH v7 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
2022-07-20 15:31:42 linux-kernel [PATCH v7 4/7] RISC-V: Treat IPIs as normal Linux IRQs
2022-07-20 14:57:53 linux-kernel Re: [PATCH v6 3/7] genirq: Add mechanism to multiplex a single HW IPI
2022-07-19 06:54:50 linux-kernel [PATCH 0/2] Improve CLOCK_EVT_FEAT_C3STOP feature setting
2022-07-19 06:50:47 linux-kernel [PATCH 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-always-on
2022-07-19 06:11:12 linux-kernel [PATCH 2/2] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT property
2022-07-18 08:52:53 linux-kernel [PATCH] cpuidle: riscv-sbi: Fix CPU_PM_CPU_IDLE_ENTER_xyz() macro usage
2022-07-11 04:48:56 linux-kernel Re: [PATCH] RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()
2022-07-11 04:48:32 linux-kernel Re: [PATCH 2/5] riscv: Fix missing PAGE_PFN_MASK