Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-09 20:45:29 to 2023-03-14 13:25:27 UTC [more...]

[PATCH v5 0/3] Add watchdog driver for StarFive JH7100/JH7110 RISC-V SoCs
 2023-03-14 13:24 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: watchdog: Add watchdog for StarFive JH7100 and JH7110
` [PATCH v5 2/3] drivers: watchdog: Add StarFive Watchdog driver
` [PATCH v5 3/3] riscv: dts: starfive: jh7100: Add watchdog node

[PATCH v2 0/5] riscv: add PREEMPT_RT support
 2023-03-14 13:07 UTC  (2+ messages)

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-03-14 12:48 UTC  (4+ messages)
` [PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary

[PATCH v3 00/11] Add new partial clock and reset drivers for StarFive JH7110
 2023-03-14 12:44 UTC  (11+ messages)
` [PATCH v3 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v3 02/11] reset: starfive: jh7110: Add StarFive System-Top-Group reset support
` [PATCH v3 03/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v3 04/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v3 06/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v3 08/11] reset: starfive: jh7110: Add StarFive Video-Output reset support
` [PATCH v3 09/11] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v3 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v3 11/11] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-14 10:44 UTC  (5+ messages)
` [PATCH -next v14 11/19] riscv: Add ptrace vector support

[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-14  7:27 UTC  (4+ messages)

[PATCH v6 0/4] RISC-V Hibernation Support
 2023-03-14  5:03 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
` [PATCH v6 2/4] RISC-V: Factor out common code of __cpu_resume_enter()
` [PATCH v6 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function
` [PATCH v6 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v3 0/4] crypto: starfive - Add drivers for crypto engine
 2023-03-14  3:24 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: crypto: Add StarFive crypto module
` [PATCH v3 2/4] crypto: starfive - Add crypto engine support
` [PATCH v3 3/4] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
` [PATCH v3 4/4] crypto: starfive - Add hash and HMAC support

[PATCH v6 0/8] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-14  0:33 UTC  (10+ messages)
` [PATCH v6 1/8] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v6 2/8] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v6 3/8] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
` [PATCH v6 4/8] dt-bindings: net: Add support StarFive dwmac
` [PATCH v6 5/8] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [PATCH v6 6/8] net: stmmac: starfive_dmac: Add phy interface settings
` [PATCH v6 7/8] riscv: dts: starfive: jh7110: Add ethernet device nodes
` [PATCH v6 8/8] riscv: dts: starfive: visionfive 2: Add configuration of gmac and phy

[PATCH] riscv: Handle zicsr/zifencei issues between clang and binutils
 2023-03-13 23:00 UTC 

[PATCH] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-03-13 20:21 UTC  (5+ messages)

[PATCH RFC v3 00/16] RISC-V: support some cryptography accelerations
 2023-03-13 19:13 UTC  (17+ messages)
` [PATCH RFC v3 01/16] riscv: Add support for kernel mode vector
` [PATCH RFC v3 02/16] riscv: Add vector extension XOR implementation
` [PATCH RFC v3 03/16] RISC-V: add Zbc extension detection
` [PATCH RFC v3 04/16] RISC-V: add Zbkb "
` [PATCH RFC v3 05/16] RISC-V: hook new crypto subdir into build-system
` [PATCH RFC v3 06/16] RISC-V: crypto: add accelerated GCM GHASH implementation
` [PATCH RFC v3 07/16] RISC-V: add helper function to read the vector VLEN
` [PATCH RFC v3 08/16] RISC-V: add vector crypto extension detection
` [PATCH RFC v3 09/16] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH RFC v3 10/16] RISC-V: crypto: add Zvkb accelerated GCM GHASH implementation
` [PATCH RFC v3 11/16] RISC-V: crypto: add Zvkg "
` [PATCH RFC v3 12/16] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH RFC v3 13/16] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH RFC v3 14/16] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH RFC v3 15/16] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH RFC v3 16/16] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation

[PATCH] Revert "riscv: Set more data to cacheinfo"
 2023-03-13 18:20 UTC  (4+ messages)

[PATCH v7 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-13 10:01 UTC  (10+ messages)
` [PATCH v7 1/4] riscv: Get rid of riscv_pfn_base variable
` [PATCH v7 2/4] mm: Introduce memblock_isolate_memory
` [PATCH v7 3/4] arm64: Make use of memblock_isolate_memory for the linear mapping
` [PATCH v7 4/4] riscv: Use PUD/P4D/PGD pages "

[PATCH v5 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-13  8:53 UTC  (35+ messages)
` [PATCH v5 01/21] clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v5 02/21] clk: starfive: Factor out common JH7100 and JH7110 code
` [PATCH v5 03/21] clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
` [PATCH v5 04/21] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v5 05/21] reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v5 06/21] reset: Create subdirectory for StarFive drivers
` [PATCH v5 07/21] reset: starfive: Factor out common JH71X0 reset code
` [PATCH v5 08/21] reset: starfive: Extract the "
` [PATCH v5 09/21] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v5 10/21] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [PATCH v5 11/21] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v5 12/21] dt-bindings: clock: Add StarFive JH7110 always-on "
` [PATCH v5 13/21] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v5 14/21] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v5 15/21] reset: starfive: Add StarFive JH7110 reset driver
` [PATCH v5 16/21] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v5 17/21] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v5 18/21] dt-bindings: riscv: Add SiFive S7 compatible
` [PATCH v5 19/21] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v5 20/21] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v5 21/21] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-13  3:32 UTC  (3+ messages)

[PATCH] riscv: relocate R_RISCV_CALL_PLT in kexec_file
 2023-03-13  3:13 UTC  (2+ messages)

[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-13  2:29 UTC  (14+ messages)
` [PATCH v4 10/19] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator

[PATCH V6 00/15] Add support for stacked/parallel memories
 2023-03-12 15:59 UTC  (18+ messages)
` [PATCH V6 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH V6 02/15] net: "
` [PATCH V6 03/15] iio: imu: "
` [PATCH V6 04/15] mtd: devices: "
` [PATCH V6 05/15] staging: "
` [PATCH V6 06/15] platform/x86: serial-multi-instantiate: "
` [PATCH V6 07/15] powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select "
` [PATCH V6 08/15] ALSA: hda: cs35l41: "
` [PATCH V6 09/15] spi: Add stacked and parallel memories support in SPI core
` [PATCH V6 10/15] mtd: spi-nor: Convert macros with inline functions
` [PATCH V6 11/15] mtd: spi-nor: Add APIs to set/get nor->params
` [PATCH V6 12/15] mtd: spi-nor: Add stacked memories support in spi-nor
` [PATCH V6 13/15] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver
` [PATCH V6 14/15] mtd: spi-nor: Add parallel memories support in spi-nor
` [PATCH V6 15/15] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver
` (subset) [PATCH V6 00/15] Add support for stacked/parallel memories

[PATCH v4 00/15] spi: Add support for stacked/parallel memories
 2023-03-11 21:16 UTC  (2+ messages)
` (subset) "

[RESEND PATCH] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-03-12 13:40 UTC  (2+ messages)

[PATCH 1/8] gpio: ftgpio010: drop of_match_ptr for ID table
 2023-03-11 21:49 UTC  (16+ messages)
` [PATCH 2/8] gpio: altera: "
` [PATCH 3/8] gpio: rcar: "
` [PATCH 4/8] gpio: visconti: "
` [PATCH 5/8] gpio: sifive: "
` [PATCH 6/8] gpio: sama5d2-piobu: "
` [PATCH 7/8] gpio: xra1403: mark OF related data as maybe unused
` [PATCH 8/8] gpio: raspberrypi-exp: "

[PATCH v2] RISC-V: remove I-extension ISA spec version dance
 2023-03-11 13:09 UTC  (12+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-03-10 19:10 UTC  (11+ messages)
              ` [PATCH v2] "

[PATCH v3] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-03-10 19:07 UTC 

[PATCH] cpuidle: Use of_property_present() for testing DT property presence
 2023-03-10 17:46 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 6.3-rc2
 2023-03-10 17:26 UTC  (2+ messages)

[PATCH v5 00/12] Add Ethernet driver for StarFive JH7110 SoC
 2023-03-10 11:13 UTC  (8+ messages)
` [PATCH v5 06/12] net: stmmac: Add glue layer "

[PATCH] riscv: Kconfig: enable SCHED_MC kconfig
 2023-03-10 11:03 UTC 

[PATCH v5 0/4] RISC-V Hibernation Support
 2023-03-10 10:56 UTC  (9+ messages)
` [PATCH v5 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v2 0/3] Add JH7110 USB driver support
 2023-03-10  8:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: phy: Add StarFive JH7110 USB dt-binding

[RESEND PATCH v2] RISC-V: mm: Support huge page in vmalloc_fault()
 2023-03-10  7:50 UTC 

[PATCH v2] RISC-V: mm: Support huge page in vmalloc_fault()
 2023-03-10  7:42 UTC 

[PATCH] riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
 2023-03-10  2:30 UTC  (2+ messages)

[PATCH 0/2] riscv: asid: switch to alternative way to fix stale TLB entries
 2023-03-10  2:30 UTC  (2+ messages)

[PATCH v5] RISC-V: Don't check text_mutex during stop_machine
 2023-03-10  2:30 UTC  (2+ messages)

[PATCH v4 0/3] Add watchdog driver for StarFive JH7100/JH7110 RISC-V SoCs
 2023-03-10  2:25 UTC  (8+ messages)
` [PATCH v4 2/3] drivers: watchdog: Add StarFive Watchdog driver

[PATCH v3 0/3] Add RISC-V 32 NOMMU support
 2023-03-08  2:16 UTC  (5+ messages)

[PATCH v1 0/5] Convert users of SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
 2023-03-09 20:44 UTC  (3+ messages)
` [PATCH v1 4/5] rtc: mpfs: convert "
` [PATCH v1 5/5] usb: musb: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).