Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-17 07:21:59 to 2025-04-21 17:40:31 UTC [more...]

[PATCH 0/2] riscv: dts: spacemit: Add clocks to pinctrl and UART
 2025-04-21 17:40 UTC  (7+ messages)
` [PATCH 1/2] riscv: dts: spacemit: Acquire clocks for pinctrl
` [PATCH 2/2] riscv: dts: spacemit: Acquire clocks for UART

[RFC v3 00/12] LKMM generic atomics in Rust
 2025-04-21 16:42 UTC  (13+ messages)
` [RFC v3 01/12] rust: Introduce atomic API helpers
` [RFC v3 02/12] rust: sync: Add basic atomic operation mapping framework
` [RFC v3 03/12] rust: sync: atomic: Add ordering annotation types
` [RFC v3 04/12] rust: sync: atomic: Add generic atomics
` [RFC v3 05/12] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [RFC v3 06/12] rust: sync: atomic: Add the framework of arithmetic operations
` [RFC v3 07/12] rust: sync: atomic: Add Atomic<u{32,64}>
` [RFC v3 08/12] rust: sync: atomic: Add Atomic<{usize,isize}>
` [RFC v3 09/12] rust: sync: atomic: Add Atomic<*mut T>
` [RFC v3 10/12] rust: sync: atomic: Add arithmetic ops for "
` [RFC v3 11/12] rust: sync: Add memory barriers
` [RFC v3 12/12] rust: sync: rcu: Add RCU protected pointer

[RFC v2 00/13] LKMM *generic* atomics in Rust
 2025-04-21 16:27 UTC  (3+ messages)

[PATCH v11 0/5] Change PWM-controlled LED pin active mode and algorithm
 2025-04-21 15:23 UTC  (7+ messages)
` [PATCH v11 1/5] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v11 2/5] pwm: sifive: change the PWM algorithm
` [PATCH v11 3/5] pwm: sifive: Fix the error in the idempotent test within the pwm_apply_state_debug function
` [PATCH v11 4/5] pwm: sifive: Fix rounding issues in apply and get_state functions
` [PATCH v11 5/5] pwm: sifive: clarify inverted compare logic in comments

[PATCH v3 0/4] riscv: Add Zicbop & prefetchw support
 2025-04-21 14:24 UTC  (5+ messages)
` [PATCH v3 1/4] riscv: Introduce Zicbop instructions
` [PATCH v3 2/4] riscv: Add support for Zicbop
` [PATCH v3 3/4] riscv: Add ARCH_HAS_PREFETCH[W] support with Zicbop
` [PATCH v3 4/4] riscv: xchg: Prefetch the destination word for sc.w

[PATCH] riscv: hwprobe: export Zabha extension
 2025-04-21 14:14 UTC 

[PATCH v5 0/7] clk: spacemit: add K1 reset support
 2025-04-21 13:42 UTC  (9+ messages)
` [PATCH v5 1/7] dt-bindings: soc: spacemit: define spacemit,k1-ccu resets
` [PATCH v5 2/7] clk: spacemit: rename spacemit_ccu_data fields
` [PATCH v5 3/7] clk: spacemit: add reset controller support
` [PATCH v5 4/7] clk: spacemit: define existing syscon resets
` [PATCH v5 5/7] clk: spacemit: make clocks optional
` [PATCH v5 6/7] clk: spacemit: define new syscons with only resets
` [PATCH v5 7/7] riscv: dts: spacemit: add reset support for the K1 SoC

[PATCH 0/9] add Voyager board support
 2025-04-21 12:19 UTC  (4+ messages)
` [PATCH 4/9] dt-bindings: interrupt-controller: add Andes machine-level software interrupt controller

[PATCH v6 0/3] riscv: canaan: Add support for K230-Canmv clock
 2025-04-21 10:47 UTC  (11+ messages)
` [PATCH v6 1/3] dt-bindings: clock: Add bindings for Canaan K230 clock controller
` [PATCH v6 2/3] clk: canaan: Add clock driver for Canaan K230
  ` PATCH "

[PATCH] RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND
 2025-04-21 10:16 UTC  (2+ messages)

[PATCH 0/2] riscv: misaligned: Add ZCB handling and fix sleeping function
 2025-04-21  7:47 UTC  (3+ messages)
` [PATCH 1/2] riscv: misaligned: Add handling for ZCB instructions

[PATCH 0/5] riscv: misaligned: fix interruptible context and add tests
 2025-04-21  7:22 UTC  (9+ messages)
` [PATCH 1/5] riscv: misaligned: factorize trap handling
` [PATCH 2/5] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH 3/5] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH 4/5] Documentation/sysctl: add riscv to unaligned-trap supported archs

[PATCH] kbuild: Use --strip-unneeded with INSTALL_MOD_STRIP
 2025-04-21  6:06 UTC  (10+ messages)

[PATCH v3] scripts: Do not strip .rela.dyn section
 2025-04-21  6:04 UTC  (2+ messages)

[PATCH v2 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-20 21:42 UTC  (15+ messages)
` [PATCH v2 01/13] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH v2 02/13] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH v2 03/13] crypto: s390 - drop redundant dependencies on S390
` [PATCH v2 04/13] crypto: x86 - drop redundant dependencies on X86
` [PATCH v2 05/13] crypto: arm - move library functions to arch/arm/lib/crypto/
` [PATCH v2 06/13] crypto: arm64 - move library functions to arch/arm64/lib/crypto/
` [PATCH v2 07/13] crypto: mips - move library functions to arch/mips/lib/crypto/
` [PATCH v2 08/13] crypto: powerpc - move library functions to arch/powerpc/lib/crypto/
` [PATCH v2 09/13] crypto: riscv - move library functions to arch/riscv/lib/crypto/
` [PATCH v2 10/13] crypto: s390 - move library functions to arch/s390/lib/crypto/
` [PATCH v2 11/13] crypto: x86 - move library functions to arch/x86/lib/crypto/
` [PATCH v2 12/13] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH v2 13/13] crypto: lib/poly1305 "

[PATCH v2 0/6] pwm: Update PWM_PXA driver for SpacemiT K1
 2025-04-20 12:09 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: pwm: marvell,pxa-pwm: Add SpacemiT K1 PWM support
` [PATCH v2 2/6] pwm: pxa: add optional reset control
` [PATCH v2 3/6] riscv: dts: spacemit: add PWM support for K1 SoC
` [PATCH v2 4/6] riscv: dts: spacemit: add pwm14_1 pinctrl setting
` [PATCH v2 5/6] pwm: Kconfig: add depends on ARCH_SPACEMIT to PWM_PXA
` [PATCH v2 6/6] riscv: defconfig: Enable PWM support for SpacemiT K1 SoC

[PATCH v5 00/21] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2025-04-19 19:09 UTC  (3+ messages)
  ` [PATCH v5 20/21] riscv: dts: thead: Introduce reset controller node

[PATCH v2 0/2] reset: canaan: add Kendryte K230 reset support
 2025-04-19 17:09 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: reset: add support for canaan,k230-rst
` [PATCH v2 2/2] reset: canaan: add reset driver for Kendryte K230

[PATCH fixes v2 1/2] riscv: Replace function-like macro by static inline function
 2025-04-19 11:14 UTC  (2+ messages)
` [PATCH fixes v2 2/2] riscv: uprobes: Add missing fence.i after building the XOL buffer

[PATCH 1/2] dt-bindings: PCI: Correct indentation and style in DTS example
 2025-04-19 10:39 UTC  (2+ messages)

[PATCH fixes] riscv: uprobes: Add missing fence.i after building the XOL buffer
 2025-04-19 10:18 UTC  (4+ messages)

[PATCH v2 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-04-19  7:36 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: pwm: sophgo: add pwm controller "
` [PATCH v2 2/3] pwm: sophgo: reorganize the code structure
` [PATCH v2 3/3] pwm: sophgo: add driver for SG2044
  ` [External] : "

[PATCH 00/15] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
 2025-04-19  2:40 UTC  (28+ messages)
` [PATCH 01/15] crypto: arm - remove CRYPTO dependency of library functions
` [PATCH 02/15] crypto: arm64 - drop redundant dependencies on ARM64
` [PATCH 03/15] crypto: arm64 - remove CRYPTO dependency of library functions
` [PATCH 04/15] crypto: loongarch - source arch/loongarch/crypto/Kconfig without CRYPTO
` [PATCH 05/15] crypto: mips - remove CRYPTO dependency of library functions
` [PATCH 06/15] crypto: powerpc - drop redundant dependencies on PPC
` [PATCH 07/15] crypto: powerpc - remove CRYPTO dependency of library functions
` [PATCH 08/15] crypto: riscv "
` [PATCH 09/15] crypto: s390 - drop redundant dependencies on S390
` [PATCH 10/15] crypto: s390 - remove CRYPTO dependency of library functions
` [PATCH 11/15] crypto: sparc - source arch/sparc/crypto/Kconfig without CRYPTO
` [PATCH 12/15] crypto: x86 - drop redundant dependencies on X86
` [PATCH 13/15] crypto: x86 - remove CRYPTO dependency of library functions
` [PATCH 14/15] crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTO
` [PATCH 15/15] crypto: lib/poly1305 "

[PATCH v2 0/2] pinctrl: spacemit: add clock/reset support
 2025-04-18 23:59 UTC  (2+ messages)

[PATCH v8 0/6] Add clock controller support for SpacemiT K1
 2025-04-18 23:44 UTC  (3+ messages)
` (subset) "

[GIT PULL] RISC-V Fixes for 6.15-rc3
 2025-04-18 20:27 UTC  (2+ messages)

[PATCH v2 0/4] Add USB2.0 PHY and USB3.0 PHY support for SpacemiT K1
 2025-04-18 13:19 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: phy: spacemit: add K1 USB2 PHY
` [PATCH v2 2/4] dt-bindings: phy: spacemit: add K1 PCIe/USB3 combo PHY
` [PATCH v2 3/4] phy: spacemit: support K1 USB2.0 PHY controller
` [PATCH v2 4/4] phy: spacemit: add USB3 support for K1 PCIe/USB3 combo PHY

[PATCH 00/12] riscv: Add vendor extensions support for SiFive
 2025-04-18  5:32 UTC  (13+ messages)
` [PATCH 01/12] dt-bindings: riscv: Add xsfvqmaccdod and xsfvqmaccqoq ISA extension description
` [PATCH 02/12] riscv: Add SiFive xsfvqmaccdod and xsfvqmaccqoq vendor extensions
` [PATCH 03/12] riscv: hwprobe: Document "
` [PATCH 04/12] riscv: hwprobe: Add SiFive vendor extension support and probe for xsfqmaccdod and xsfqmaccqoq
` [PATCH 05/12] dt-bindings: riscv: Add xsfvfnrclipxfqf ISA extension description
` [PATCH 06/12] riscv: Add SiFive xsfvfnrclipxfqf vendor extension
` [PATCH 07/12] riscv: hwprobe: Document "
` [PATCH 08/12] riscv: hwprobe: Add "
` [PATCH 09/12] dt-bindings: riscv: Add xsfvfwmaccqqq ISA extension description
` [PATCH 10/12] riscv: Add SiFive xsfvfwmaccqqq vendor extension
` [PATCH 11/12] riscv: hwprobe: Document "
` [PATCH 12/12] riscv: hwprobe: Add "

[PATCH 8/9] crypto: x86/chacha - remove the skcipher algorithms
 2025-04-18  3:41 UTC  (4+ messages)

[RFC PATCH] crypto: riscv: scalar accelerated GHASH
 2025-04-18  2:49 UTC  (14+ messages)

[PATCH v3 0/5] PCI: Add support for resetting the slots in a platform specific way
 2025-04-18  2:41 UTC  (7+ messages)
` [PATCH v3 1/5] PCI/ERR: Remove misleading TODO regarding kernel panic
` [PATCH v3 2/5] PCI/ERR: Add support for resetting the slots in a platform specific way
` [PATCH v3 3/5] PCI: host-common: Make the driver as a common library for host controller drivers
` [PATCH v3 4/5] PCI: host-common: Add link down handling for host bridges
` [PATCH v3 5/5] PCI: qcom: Add support for resetting the slot due to link down event

[PATCH v2 0/4] Add GPU clock/reset management for TH1520 in genpd
 2025-04-17 16:19 UTC  (6+ messages)
  ` [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

[PATCH v4 00/23] iommu: Further abstract iommu-pages
 2025-04-17 14:40 UTC  (4+ messages)

[PATCH v2 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-04-17 12:51 UTC  (4+ messages)
` [PATCH v2 1/7] perf: Increase the maximum number of samples to 256

[PATCH v8 0/5] riscv: spacemit: add gpio support for K1 SoC
 2025-04-17 12:35 UTC  (2+ messages)
` (subset) "

[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
 2025-04-17 12:20 UTC  (14+ messages)
` [PATCH v5 01/13] riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v5 02/13] riscv: sbi: add new SBI error mappings
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface
` [PATCH v5 04/13] riscv: sbi: add SBI FWFT extension calls
` [PATCH v5 05/13] riscv: misaligned: request misaligned exception from SBI
` [PATCH v5 06/13] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v5 07/13] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v5 08/13] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v5 09/13] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v5 10/13] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v5 11/13] RISC-V: KVM: add SBI extension reset callback
` [PATCH v5 12/13] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v5 13/13] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v2 0/4] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-04-17  9:53 UTC  (6+ messages)
` [PATCH v2 2/4] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c

Współpraca
 2025-04-17  7:50 UTC 


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