Anup Patel ([email protected])

Number of posts: 806 (0.75 per day)
First post: 2019-01-19 13:30:36
Last post: 2021-12-24 07:37:00

Date List Subject
2021-06-02 11:25:23 linux-kernel [PATCH v5 4/8] RISC-V: Add SBI HSM suspend related defines
2021-06-02 11:25:14 linux-kernel [PATCH v5 0/8] RISC-V CPU Idle Support
2021-06-02 11:25:06 linux-kernel [PATCH v5 2/8] RISC-V: Rename relocate() and make it global
2021-05-19 19:11:16 linux-kernel [PATCH v18 16/18] RISC-V: KVM: Document RISC-V specific parts of KVM API
2021-05-19 19:10:20 linux-kernel [PATCH v18 14/18] RISC-V: KVM: Implement ONE REG interface for FP registers
2021-05-19 19:10:11 linux-kernel [PATCH v18 04/18] RISC-V: KVM: Implement VCPU interrupts and requests handling
2021-05-19 19:09:50 linux-kernel [PATCH v18 15/18] RISC-V: KVM: Add SBI v0.1 support
2021-05-19 19:09:19 linux-kernel [PATCH v18 18/18] RISC-V: KVM: Add MAINTAINERS entry
2021-05-19 19:09:16 linux-kernel [PATCH v18 17/18] RISC-V: KVM: Move sources to drivers/staging directory
2021-05-19 19:09:03 linux-kernel [PATCH v18 11/18] RISC-V: KVM: Implement MMU notifiers
2021-05-19 19:08:41 linux-kernel [PATCH v18 10/18] RISC-V: KVM: Implement stage2 page table programming
2021-05-19 19:08:27 linux-kernel [PATCH v18 12/18] RISC-V: KVM: Add timer functionality
2021-05-19 19:08:25 linux-kernel [PATCH v18 13/18] RISC-V: KVM: FP lazy save/restore
2021-05-19 19:07:59 linux-kernel [PATCH v18 05/18] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
2021-05-19 19:07:48 linux-kernel [PATCH v18 09/18] RISC-V: KVM: Implement VMID allocator
2021-05-19 19:07:44 linux-kernel [PATCH v18 03/18] RISC-V: KVM: Implement VCPU create, init and destroy functions
2021-05-19 19:07:42 linux-kernel [PATCH v18 08/18] RISC-V: KVM: Handle WFI exits for VCPU
2021-05-19 19:07:42 linux-kernel [PATCH v18 07/18] RISC-V: KVM: Handle MMIO exits for VCPU
2021-05-19 19:07:40 linux-kernel [PATCH v18 02/18] RISC-V: Add initial skeletal KVM support
2021-05-19 19:07:35 linux-kernel [PATCH v18 01/18] RISC-V: Add hypervisor extension related CSR defines
2021-05-19 19:07:32 linux-kernel [PATCH v18 06/18] RISC-V: KVM: Implement VCPU world-switch
2021-05-19 19:07:32 linux-kernel [PATCH v18 00/18] KVM RISC-V Support
2021-05-17 19:29:30 linux-kernel [RFC PATCH v4 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
2021-05-17 19:29:29 linux-kernel [RFC PATCH v4 4/8] RISC-V: Add SBI HSM suspend related defines
2021-05-17 19:29:26 linux-kernel [RFC PATCH v4 2/8] RISC-V: Rename relocate() and make it global
2021-05-17 19:29:21 linux-kernel [RFC PATCH v4 0/8] RISC-V CPU Idle Support
2021-05-17 19:29:18 linux-kernel [RFC PATCH v4 1/8] RISC-V: Enable CPU_IDLE drivers
2021-05-17 18:36:48 linux-kernel [RFC PATCH v4 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
2021-05-17 18:36:47 linux-kernel [RFC PATCH v4 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine
2021-05-17 18:36:44 linux-kernel [RFC PATCH v4 6/8] cpuidle: Add RISC-V SBI CPU idle driver
2021-05-17 18:35:37 linux-kernel [RFC PATCH v4 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
2021-04-30 04:08:20 linux-kernel RE: [PATCH] RISC-V: insn: Use a raw spinlock to protect TEXT_POKE*
2021-04-15 08:58:58 linux-kernel [PATCH] RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
2021-04-01 18:33:32 linux-kernel [PATCH v17 12/17] RISC-V: KVM: Add timer functionality
2021-04-01 18:28:34 linux-kernel [PATCH v17 01/17] RISC-V: Add hypervisor extension related CSR defines
2021-04-01 18:24:22 linux-kernel [PATCH v17 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
2021-04-01 18:24:03 linux-kernel [PATCH v17 15/17] RISC-V: KVM: Add SBI v0.1 support
2021-04-01 18:23:55 linux-kernel [PATCH v17 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
2021-04-01 18:23:13 linux-kernel [PATCH v17 17/17] RISC-V: KVM: Add MAINTAINERS entry
2021-04-01 18:22:13 linux-kernel [PATCH v17 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
2021-04-01 18:21:57 linux-kernel [PATCH v17 11/17] RISC-V: KVM: Implement MMU notifiers
2021-04-01 18:21:50 linux-kernel [PATCH v17 00/17] KVM RISC-V Support
2021-04-01 18:21:49 linux-kernel [PATCH v17 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
2021-04-01 18:21:49 linux-kernel [PATCH v17 02/17] RISC-V: Add initial skeletal KVM support
2021-04-01 18:21:49 linux-kernel [PATCH v17 06/17] RISC-V: KVM: Implement VCPU world-switch
2021-04-01 18:21:39 linux-kernel [PATCH v17 08/17] RISC-V: KVM: Handle WFI exits for VCPU
2021-04-01 18:21:33 linux-kernel [PATCH v17 10/17] RISC-V: KVM: Implement stage2 page table programming
2021-04-01 18:21:31 linux-kernel [PATCH v17 13/17] RISC-V: KVM: FP lazy save/restore
2021-04-01 18:18:55 linux-kernel [PATCH v17 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
2021-04-01 18:18:36 linux-kernel [PATCH v17 09/17] RISC-V: KVM: Implement VMID allocator
2021-04-01 18:18:31 linux-kernel [PATCH v17 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions