public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-12-03 14:10:42 to 2023-12-06 08:10:02 UTC [more...]

[PATCH v2 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
 2023-12-06  3:42 UTC  (10+ messages)
` [PATCH v2 2/4] clk: sophgo: Add CV1800 series clock controller driver
` [PATCH v2 3/4] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH v2 4/4] riscv: dts: sophgo: add uart clock "

[PATCH v8 0/4] RISC-V: Add MMC support for TH1520 boards
 2023-12-06  8:09 UTC  (3+ messages)
` [PATCH v8 3/4] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v8 4/4] riscv: dts: thead: Enable LicheePi 4A "

[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-06  7:41 UTC  (16+ messages)
` [PATCH v3 01/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v3 02/12] RISC-V: hook new crypto subdir into build-system
` [PATCH v3 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions
` [PATCH v3 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH v3 05/12] crypto: simd - Update `walksize` in simd skcipher
` [PATCH v3 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH v3 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH v3 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH v3 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH v3 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH v3 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH v3 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-06  7:41 UTC  (12+ messages)
` [RFC 1/9] RISC-V: Fix the typo in Scountovf CSR name
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 3/9] RISC-V: Add FIRMWARE_READ_HI definition
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 5/9] RISC-V: Add SBI PMU snapshot definitions
` [RFC 6/9] drivers/perf: riscv: Implement SBI PMU snapshot function
` [RFC 7/9] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests
` [RFC 9/9] RISC-V: KVM: Support 64 bit firmware counters on RV32

[PATCH 12/27] tty: hvc: convert to u8 and size_t
 2023-12-06  7:36 UTC 

[PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
 2023-12-06  3:14 UTC  (3+ messages)

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-12-06  2:35 UTC  (5+ messages)
` [v5 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
 2023-12-06  2:11 UTC  (5+ messages)
` [PATCH v2 1/3] riscv: Hoist linker relaxation disabling logic into Kconfig
` [PATCH v2 2/3] riscv: Restrict DWARF5 when building with LLVM to known working versions
` [PATCH v2 3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name

[PATCH v4 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-06  1:35 UTC  (13+ messages)
` [PATCH v4 1/4] dt-bindings: soc: sophgo: Add Sophgo system control module
` [PATCH v4 2/4] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH v4 3/4] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v4 4/4] riscv: dts: add clock generator for Sophgo SG2042 SoC

[RFC PATCH v5 5/5] riscv/cmpxchg: Implement xchg for variables of size 1 and 2
 2023-12-06  0:56 UTC  (3+ messages)

[PATCH v2 0/2] riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_ACCESS
 2023-12-06  0:05 UTC  (9+ messages)
` [PATCH v2 1/2] riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESS
` [PATCH v2 2/2] riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HW

[PATCH 0/2] RISC-V: Disable DWARF5 with known broken LLVM versions
 2023-12-05 23:39 UTC  (9+ messages)
` [PATCH 2/2] riscv: Restrict DWARF5 when building with LLVM to known working versions

[PATCH v2 0/1] riscv: Introduce system suspend support
 2023-12-05 18:23 UTC  (3+ messages)
` [PATCH v2 1/1] riscv: sbi: "

[PATCH v1 00/14] RISC-V: Add steal-time support
 2023-12-05 18:11 UTC  (15+ messages)
` [PATCH v1 01/14] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v1 02/14] RISC-V: Add SBI STA extension definitions
` [PATCH v1 03/14] RISC-V: paravirt: Implement steal-time support
` [PATCH v1 04/14] RISC-V: paravirt: Add kconfigs
` [PATCH v1 05/14] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v1 06/14] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v1 07/14] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v1 08/14] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v1 09/14] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v1 10/14] RISC-V: KVM: Implement SBI STA extension
` [PATCH v1 11/14] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v1 12/14] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v1 13/14] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v1 14/14] RISC-V: KVM: selftests: Add get-reg-list test for STA registers

[PATCH v3 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
 2023-12-05 17:45 UTC  (4+ messages)
` [PATCH v3 1/3] RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
` [PATCH v3 2/3] RISC-V: KVM: add 'vlenb' Vector CSR
` [PATCH v3 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST

Re: linux-next: Tree for Dec 1 (riscv, crash_core)
 2023-12-05 17:08 UTC  (8+ messages)
` [PATCH 1/2] riscv, crash: don't export some symbols when CONFIG_MMU=n
` [PATCH 2/2] riscv, kexec: fix dependency of two items
` linux-next: Tree for Dec 1 (riscv, crash_core)

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-05 17:02 UTC  (5+ messages)

[v3 0/6] DRM driver for verisilicon
 2023-12-05 13:18 UTC  (16+ messages)
` [v3 1/6] dt-bindings: display: Add yamls for JH7110 display system
` [v3 2/6] riscv: dts: starfive: jh7110: display subsystem
` [v3 3/6] drm/vs: Register DRM device
` [v3 4/6] drm/vs: Add KMS crtc&plane
` [v3 5/6] drm/vs: Add hdmi driver
` [v3 6/6] drm/vs: simple encoder

[PATCH v7 0/4] RISC-V: Add MMC support for TH1520 boards
 2023-12-05 15:52 UTC  (6+ messages)
` [PATCH v7 2/4] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock

[PATCH v2 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
 2023-12-05 14:52 UTC  (5+ messages)
` [PATCH v2 1/3] RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
` [PATCH v2 2/3] RISC-V: KVM: add 'vlenb' Vector CSR
` [PATCH v2 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST

[PATCH 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
 2023-12-05 13:22 UTC  (5+ messages)
` [PATCH 1/3] RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
` [PATCH 2/3] RISC-V: KVM: add 'vlenb' Vector CSR
` [PATCH 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST

[PATCH 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
 2023-12-05 11:02 UTC  (4+ messages)
` [PATCH 3/4] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH 4/4] riscv: dts: sophgo: add uart clock "

[PATCH 1/2] drivers: perf: ctr_get_width function for legacy is not defined
 2023-12-05  9:25 UTC  (2+ messages)
` [PATCH 2/2] drivers: perf: added capabilities for legacy PMU

[PATCH] riscv: add CALLER_ADDRx support
 2023-12-05  8:59 UTC 

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-12-05  7:58 UTC  (7+ messages)
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH] drivers: perf: ctr_get_width function for legacy is not defined
 2023-12-05  2:47 UTC  (3+ messages)

[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-05  1:18 UTC  (13+ messages)
` [PATCH v2 1/2] cfi: Flip headers
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH v3 0/4] riscv: sophgo: add clock support for sg2042
 2023-12-04 23:58 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: soc: sophgo: Add Sophgo system control module
` [PATCH v3 2/4] dt-bindings: clock: sophgo: Add SG2042 bindings
` [PATCH v3 3/4] clk: sophgo: Add SG2042 clock generator driver
` [PATCH v3 4/4] riscv: dts: add clock generator for Sophgo SG2042 SoC

[PATCH v5 0/2] Change the sg2042 timer layout to fit aclint format
 2023-12-04 23:14 UTC  (10+ messages)
` [PATCH v5 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs
` [PATCH v5 2/2] riscv: dts: sophgo: separate sg2042 mtime and mtimecmp to fit aclint format

[PATCH v4 0/2] riscv: Fix issues with module loading
 2023-12-04 20:32 UTC  (5+ messages)
` [PATCH v4 1/2] riscv: Safely remove entries from relocation list
` [PATCH v4 2/2] riscv: Correct type casting in module loading

RISC-V regression on Linux 6.7-rc1
 2023-12-04 20:28 UTC  (4+ messages)

[PATCH v2] riscv: Use asm-generic for {read,write}{bwlq} and their relaxed variant
 2023-12-04 19:05 UTC  (2+ messages)

[PATCH v3 0/2] riscv: Fix issues with module loading
 2023-12-04 18:42 UTC  (4+ messages)
` [PATCH v3 1/2] riscv: Safely remove entries from relocation list

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-12-04 18:23 UTC  (3+ messages)

[PATCH v3 1/1] clocksource/timer-riscv: Add riscv_clock_shutdown callback
 2023-12-04 17:40 UTC  (2+ messages)

[PATCH v3 0/6] Initial device tree support for StarFive JH8100 SoC
 2023-12-04 17:36 UTC  (3+ messages)
` [PATCH v3 3/6] dt-bindings: timer: Add StarFive JH8100 clint

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-12-04 16:28 UTC  (6+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-04 16:14 UTC  (8+ messages)
` [PATCH v3 2/7] "
` [PATCH v3 5/7] kexec_file, ricv: "

[PATCH v4 0/7] Add Huashan Pi board support
 2023-12-04 12:28 UTC  (6+ messages)

[PATCH v1] riscv: dts: starfive: move timebase-frequency to .dtsi
 2023-12-04 11:29 UTC  (5+ messages)

[PATCH] riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.o
 2023-12-04  8:34 UTC  (2+ messages)

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-04  6:03 UTC  (4+ messages)
` [PATCH v11 19/20] PCI: starfive: Add JH7110 PCIe controller

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-12-04  3:01 UTC  (3+ messages)
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack

[PATCH v2 0/3] riscv: dts: starfive: add Milkv Mars board device tree
 2023-12-03 16:36 UTC  (3+ messages)
` [PATCH v2 2/3] dt-bindings: riscv: starfive: add Milkv Mars board

[RFC PATCH V2 00/38] rv64ilp32: Running ILP32 on RV64 ISA
 2023-12-03 15:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox