Greentime Hu ([email protected])

Number of posts: 252 (0.25 per day)
First post: 2019-08-15 09:48:44
Last post: 2022-05-11 11:27:12

Date List Subject
2021-03-31 09:28:26 linux-kernel [PATCH v3 0/6] Add SiFive FU740 PCIe host controller driver support
2021-03-31 09:28:22 linux-kernel [PATCH v3 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
2021-03-31 09:28:14 linux-kernel [PATCH v3 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
2021-03-31 09:28:13 linux-kernel [PATCH v3 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
2021-03-31 09:28:12 linux-kernel [PATCH v3 3/6] MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
2021-03-31 09:27:59 linux-kernel [PATCH v3 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
2021-03-30 03:40:15 linux-kernel Re: [PATCH v2 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
2021-03-29 03:43:46 linux-kernel Re: [PATCH v2 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
2021-03-18 06:12:24 linux-kernel [PATCH v2 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
2021-03-18 06:12:17 linux-kernel [PATCH v2 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
2021-03-18 06:10:34 linux-kernel [PATCH v2 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
2021-03-18 06:10:31 linux-kernel [PATCH v2 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
2021-03-18 06:10:23 linux-kernel [PATCH v2 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
2021-03-18 06:10:23 linux-kernel [PATCH v2 3/6] MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
2021-03-18 06:09:57 linux-kernel [PATCH v2 0/6] Add SiFive FU740 PCIe host controller driver support
2021-03-09 07:30:58 linux-kernel Re: [RFC PATCH 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
2021-03-04 06:14:57 linux-kernel [RFC PATCH 3/6] MAINTAINERS: Add maintainers for SiFive FU740 PCIe driver
2021-03-04 06:14:25 linux-kernel [RFC PATCH 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
2021-03-04 06:13:12 linux-kernel [RFC PATCH 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
2021-03-04 06:13:08 linux-kernel [RFC PATCH 5/6] PCI: designware: Add SiFive FU740 PCIe host controller driver
2021-03-02 22:57:31 linux-kernel [RFC PATCH 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
2021-03-02 22:57:30 linux-kernel [RFC PATCH 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
2021-03-02 22:57:30 linux-kernel [RFC PATCH 0/6] Add SiFive FU740 PCIe host controller driver support
2020-11-24 19:52:59 linux-kernel Re: [PATCH v3 0/5] Improve kernel section protections
2020-11-13 09:23:10 linux-kernel Re: [PATCH v3] gpio: sifive: To get gpio irq offset from device tree data
2020-11-13 02:36:24 linux-kernel [PATCH v3] gpio: sifive: To get gpio irq offset from device tree data
2020-11-09 07:59:43 linux-kernel [PATCH] gpio: sifive: To get gpio irq offset from device tree data
2020-11-09 07:46:17 linux-kernel Re: [PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap
2020-11-06 11:04:21 linux-kernel Re: [RFC PATCH 1/1] gpio: sifive: To get gpio irq offset from device tree data
2020-11-06 03:02:36 linux-kernel [RFC PATCH 1/1] gpio: sifive: To get gpio irq offset from device tree data
2020-10-29 08:56:53 linux-kernel [RFC PATCH] irqchip/sifive-plic: Fix getting wrong chip_data when interrupt is hierarchy
2020-10-20 21:21:08 linux-kernel [PATCH] irqchip/sifive-plic: Fix broken irq_set_affinity() callback
2020-10-13 11:23:33 linux-kernel Re: [PATCH 4/5] RISC-V: Protect .init.text & .init.data
2020-10-12 23:58:05 linux-kernel [PATCH 2/2] irqchip/sifive-plic: Fix the interrupt was enabled accidentally issue.
2020-10-12 14:02:04 linux-kernel [PATCH 1/2] irqchip/sifive-plic: Enable or disable interrupt based on its previous setting
2020-10-12 13:35:46 linux-kernel Re: [PATCH 4/5] RISC-V: Protect .init.text & .init.data
2020-09-15 03:59:39 linux-kernel Re: [PATCH] riscv: Add sfence.vma after page table changed
2020-09-12 02:13:44 linux-kernel Re: [RFC/RFT PATCH v2 3/5] riscv: Separate memory init from paging init
2020-09-10 08:35:20 linux-kernel [RFC PATCH v7 10/21] riscv: Add task switch support for vector
2020-09-10 08:28:08 linux-kernel [RFC PATCH v7 19/21] riscv: Fix an illegal instruction exception when accessing vlenb without enable vector first
2020-09-10 08:27:17 linux-kernel [RFC PATCH v7 21/21] riscv: Optimize task switch codes of vector
2020-09-10 08:27:14 linux-kernel [RFC PATCH v7 15/21] riscv: Use CSR_STATUS to replace sstatus in vector.S
2020-09-10 08:26:36 linux-kernel [RFC PATCH v7 20/21] riscv: Allocate space for vector registers in start_thread()
2020-09-10 08:25:59 linux-kernel [RFC PATCH v7 18/21] riscv: Optimize vector registers initialization
2020-09-10 08:25:33 linux-kernel [RFC PATCH v7 17/21] riscv: Initialize vector registers with proper vsetvli then it can work normally
2020-09-10 08:25:32 linux-kernel [RFC PATCH v7 13/21] riscv: signal: Report signal frame size to userspace via auxv
2020-09-10 08:25:29 linux-kernel [RFC PATCH v7 16/21] riscv: Add vector extension XOR implementation
2020-09-10 08:24:24 linux-kernel [RFC PATCH v7 14/21] riscv: Add support for kernel mode vector
2020-09-10 08:24:01 linux-kernel [RFC PATCH v7 11/21] riscv: Add ptrace vector support
2020-09-10 08:24:00 linux-kernel [RFC PATCH v7 08/21] riscv: Add vector struct and assembler definitions
2020-09-10 08:23:19 linux-kernel [RFC PATCH v7 12/21] riscv: Add sigcontext save/restore for vector