Linux-RISC-V Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 12:55:08 to 2026-01-14 23:19:44 UTC [more...]

[PATCH v2 0/4] riscv: dts: Add "b" ISA extension to existing devicetrees
 2026-01-14 23:18 UTC  (4+ messages)
` [PATCH v2 1/4] Documentation: riscv: uabi: Clarify ISA spec version for canonical order
` [PATCH v2 2/4] riscv: dts: anlogic: dr1v90: Add "b" ISA extension
` [PATCH v2 3/4] riscv: dts: sophgo: sg2044: "

[PATCH v3 00/11] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
 2026-01-14 23:17 UTC  (3+ messages)
` [PATCH v3 01/11] dt-bindings: riscv: add SpacemiT X100 CPU compatible

[PATCH v5 0/3] i2c: spacemit: improve clock handling and cleanups
 2026-01-14 23:11 UTC  (5+ messages)
` [PATCH v5 1/3] i2c: spacemit: drop useless spaces
` [PATCH v5 3/3] i2c: spacemit: drop warning when clock-frequency property is absent

[PATCH 0/2] riscv: dts: Add "b" ISA extension to existing devicetrees
 2026-01-14 22:54 UTC  (9+ messages)
` [PATCH 1/2] Documentation: riscv: uabi: Clarify ISA spec version for canonical order
` [PATCH 2/2] riscv: dts: Add "b" ISA extension to existing devicetrees

[PATCH 0/5] virt: Add Bao hypervisor IPC and I/O dispatcher drivers
 2026-01-14 20:37 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH 2/6] virt: bao: Add Bao IPC shared memory driver
  ` [PATCH 4/6] virt: bao: Add Bao I/O dispatcher driver
  ` [PATCH 5/6] virt: bao: Move BAO_IPCSHMEM_HYPERCALL_ID to common header

[PATCH v4 00/11] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board
 2026-01-14 20:26 UTC  (19+ messages)
` [PATCH v4 05/11] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings
` [PATCH v4 06/11] dt-bindings: riscv: Add B ISA extension description
` [PATCH v4 07/11] dt-bindings: riscv: Add descriptions for Za64rs, Ziccamoa, Ziccif, and Zicclsm
` [PATCH v4 08/11] dt-bindings: riscv: Add Ssccptr, Sscounterenw, Sstvala, Sstvecd, Ssu64xl
` [PATCH v4 09/11] dt-bindings: riscv: Add Sha and its comprised extensions
` (subset) [PATCH v4 00/11] riscv: spacemit: Add SpacemiT K3 SoC and K3 Pico-ITX board

[PATCH] irqchip/riscv-aplic: Register the driver prior to device creation
 2026-01-14 19:50 UTC  (4+ messages)

[PATCH RFC 00/10] riscv: Add support for rva23
 2026-01-14 18:16 UTC  (2+ messages)

[PATCH RESEND net-next v6 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-01-14 15:51 UTC  (10+ messages)
` [PATCH RESEND net-next v6 2/7] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH RESEND net-next v6 7/7] net: stmmac: qcom-ethqos: add support for sa8255p
  ` [RESEND,net-next,v6,7/7] "

[PATCH v6 0/2] i2c: spacemit: introduce pio for k1
 2026-01-14 15:47 UTC  (3+ messages)
` [PATCH v6 2/2] "

Typo in pinctrl-th1520.c
 2026-01-14 15:20 UTC 

[PATCH v2] dt-bindings: pinctrl: spacemit: k3: fix drive-strength doc
 2026-01-14 13:54 UTC  (2+ messages)

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-14 13:47 UTC  (14+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 06/13] KVM: arm64: "
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 08/13] KVM: selftests: load elf via bounce buffer
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v9 10/13] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v9 11/13] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v9 12/13] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v9 13/13] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v2] ACPI: pci_root: Clear the acpi dependencies after PCI root bridge initialization on RISC-V
 2026-01-14 12:32 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH 00/36] AES library improvements
 2026-01-14 12:12 UTC  (5+ messages)
` [PATCH 15/36] lib/crypto: s390/aes: Migrate optimized code into library

[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
 2026-01-14 10:21 UTC  (29+ messages)
` [PATCH v2 01/14] lib/string: extract generic strlen() into __generic_strlen()
` [PATCH v2 02/14] lib/string: extract generic strnlen() into __generic_strnlen()
` [PATCH v2 03/14] lib/string: extract generic strchr() into __generic_strchr()
` [PATCH v2 04/14] lib/string: extract generic strrchr() into __generic_strrchr()
` [PATCH v2 05/14] lib/string_kunit: add correctness test for strlen
` [PATCH v2 06/14] lib/string_kunit: add correctness test for strnlen
` [PATCH v2 07/14] lib/string_kunit: add correctness test for strrchr()
` [PATCH v2 08/14] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v2 09/14] lib/string_kunit: add performance benchmark for strnlen()
` [PATCH v2 10/14] lib/string_kunit: add performance benchmark for strchr()
` [PATCH v2 11/14] lib/string_kunit: add performance benchmark for strrchr()
` [PATCH v2 12/14] riscv: lib: add strnlen implementation
` [PATCH v2 13/14] riscv: lib: add strchr implementation
` [PATCH v2 14/14] riscv: lib: add strrchr implementation

[PATCH v3 00/10] Add clock and reset support for Mobileye EyeQ7H
 2026-01-14 10:05 UTC  (11+ messages)
` [PATCH v3 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB
` [PATCH v3 02/10] reset: eyeq: Add EyeQ7H compatibles
` [PATCH v3 03/10] clk: fixed-factor: Rework initialization with parent clocks
` [PATCH v3 04/10] clk: fixed-factor: Export __clk_hw_register_fixed_factor()
` [PATCH v3 05/10] clk: eyeq: Prefix the PLL registers with the PLL type
` [PATCH v3 06/10] clk: eyeq: Introduce a generic clock type
` [PATCH v3 07/10] clk: eyeq: Convert clocks declaration to eqc_clock
` [PATCH v3 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs
` [PATCH v3 09/10] clk: eyeq: Add EyeQ7H compatibles
` [PATCH v3 10/10] MAINTAINERS: Add entry for Mobileye RISC-V SoCs

[PATCH v18 00/12] Support page table check on PowerPC
 2026-01-14  9:34 UTC  (4+ messages)

[PATCH v5 0/3] spacemit: fix P1 sub-device Kconfig defaults and dependencies
 2026-01-14  7:40 UTC  (4+ messages)
` [PATCH v5 2/3] mfd: simple-mfd-i2c: add default value

[PATCH] riscv: support CPUs having only "zalrsc" but no "zaamo"
 2026-01-14  7:25 UTC 

[GIT PULL] clk: spacemit: Updates for v6.20
 2026-01-14  1:43 UTC 

[PATCH v5 0/5] Add clock support for SpacemiT K3 SoC
 2026-01-14  1:41 UTC  (2+ messages)

[PATCH v4 0/4] clk: spacemit: refactor common ccu driver
 2026-01-14  1:35 UTC  (2+ messages)

[PATCH v3 0/3] riscv: dts: spacemit: Add USB 3.0 support for K1
 2026-01-14  0:47 UTC  (2+ messages)

[PATCH RFC v2] riscv: Use 64-bit variable for output in __get_user_asm
 2026-01-14  0:09 UTC 

[PATCH v3 0/3] pic64gx clk kconfig/binding changes
 2026-01-13 22:11 UTC  (4+ messages)
` [PATCH v3 1/3] clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
` [PATCH v3 2/3] dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
` [PATCH v3 3/3] dt-bindings: clock: mpfs-clkcfg: "

[PATCH] perf vendor events riscv: Add CVA6 JSON file
 2026-01-13 21:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] riscv: dts: allwinner: d1: Add CPU thermal sensor and zone
 2026-01-13 18:29 UTC 

[PATCH v8 0/5] leds: Allwinner A100 LED controller support
 2026-01-13 16:53 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/3] Implement Send and Sync for clk
 2026-01-13 15:12 UTC  (2+ messages)
` [PATCH v4 3/3] pwm: th1520: remove impl Send/Sync for Th1520PwmDriverData

[PATCH] irqchip/riscv-aplic: adapt to syscore API passing context data
 2026-01-13 14:51 UTC  (3+ messages)

[PATCH v4 0/9] Verisilicon DC8200 driver (and adaption to TH1520)
 2026-01-13 13:41 UTC  (6+ messages)
` [PATCH v4 2/9] dt-bindings: display: add verisilicon,dc

[PATCH] riscv: mm: define copy_user_page() as copy_page()
 2026-01-13 13:40 UTC 

[PATCH 0/3] riscv: word-at-a-time: improve find_zero()
 2026-01-13 12:24 UTC  (4+ messages)
` [PATCH 1/3] riscv: word-at-a-time: improve find_zero() for !RISCV_ISA_ZBB
` [PATCH 2/3] riscv: word-at-a-time: improve find_zero() without Zbb
` [PATCH 3/3] riscv: word-at-a-time: improve find_zero() for Zbb

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-01-13 12:29 UTC  (8+ messages)
` [PATCH v3 15/29] powerpc: introduce arch_zone_limits_init()
` [PATCH v3 19/29] sparc: "

[PATCH v3 00/10] Add RAS support for RISC-V architecture
 2026-01-13  8:41 UTC  (5+ messages)
` [PATCH v3 05/10] riscv: conditionally compile GHES NMI spool function
` [PATCH v3 07/10] riscv: Add RISC-V entries in processor type and ISA strings

[PATCH 0/5] RISC-V: RPMI performance service bindings and cpufreq support
 2026-01-13  5:31 UTC  (5+ messages)
` [PATCH 4/5] cpufreq: Add cpufreq driver for the RISC-V RPMI performance service group

[PATCH linux-next] irqchip/riscv-imsic: Revert "Remove redundant irq_data lookups"
 2026-01-13  3:19 UTC 

[PATCH 1/2] riscv: dts: sophgo: Move PLIC and CLINT node into CPU dtsi
 2026-01-13  2:38 UTC  (2+ messages)
` [PATCH 2/2] riscv: dts: sophgo: fix the node order of SG2042 peripheral

[PATCH v3] perf unwind-libdw: fix a cross-arch unwinding bug
 2026-01-13  2:41 UTC  (2+ messages)

[PATCH] riscv: sbi: vendorid_list: Add SpacemiT Technology to the vendor list
 2026-01-13  2:36 UTC  (2+ messages)

[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
 2026-01-13  1:51 UTC  (6+ messages)
  ` [tech-speculation-barriers] "

[GIT PULL] RISC-V updates for v6.19-rc5
 2026-01-12 19:38 UTC  (2+ messages)

[PATCH v2 00/35] AES library improvements
 2026-01-12 19:20 UTC  (36+ messages)
` [PATCH v2 01/35] crypto: powerpc/aes - Rename struct aes_key
` [PATCH v2 02/35] lib/crypto: aes: Introduce improved AES library
` [PATCH v2 03/35] crypto: arm/aes-neonbs - Use AES library for single blocks
` [PATCH v2 04/35] crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]
` [PATCH v2 05/35] crypto: arm64/aes "
` [PATCH v2 06/35] crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct places
` [PATCH v2 07/35] crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]
` [PATCH v2 08/35] crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TI
` [PATCH v2 09/35] crypto: aes - Replace aes-generic with wrapper around lib
` [PATCH v2 10/35] lib/crypto: arm/aes: Migrate optimized code into library
` [PATCH v2 11/35] lib/crypto: arm64/aes: "
` [PATCH v2 12/35] lib/crypto: powerpc/aes: Migrate SPE "
` [PATCH v2 13/35] lib/crypto: powerpc/aes: Migrate POWER8 "
` [PATCH v2 14/35] lib/crypto: riscv/aes: Migrate "
` [PATCH v2 15/35] lib/crypto: s390/aes: "
` [PATCH v2 16/35] lib/crypto: sparc/aes: "
` [PATCH v2 17/35] lib/crypto: x86/aes: Add AES-NI optimization
` [PATCH v2 18/35] crypto: x86/aes - Remove the superseded AES-NI crypto_cipher
` [PATCH v2 19/35] Bluetooth: SMP: Use new AES library API
` [PATCH v2 20/35] chelsio: "
` [PATCH v2 21/35] net: phy: mscc: macsec: "
` [PATCH v2 22/35] staging: rtl8723bs: core: "
` [PATCH v2 23/35] crypto: arm/ghash - "
` [PATCH v2 24/35] crypto: arm64/ghash "
` [PATCH v2 25/35] crypto: x86/aes-gcm "
` [PATCH v2 26/35] crypto: ccp "
` [PATCH v2 27/35] crypto: chelsio "
` [PATCH v2 28/35] crypto: crypto4xx "
` [PATCH v2 29/35] crypto: drbg "
` [PATCH v2 30/35] crypto: inside-secure "
` [PATCH v2 31/35] crypto: omap "
` [PATCH v2 32/35] lib/crypto: aescfb: "
` [PATCH v2 33/35] lib/crypto: aesgcm: "
` [PATCH v2 34/35] lib/crypto: aes: Remove old AES en/decryption functions
` [PATCH v2 35/35] lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sbox

[PATCH v4 00/21] KVM: selftests: Add Nested NPT support
 2026-01-12 17:38 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-01-12 17:38 UTC  (2+ messages)

[RFC PATCH 0/5] net: make config options NF_LOG_{ARP,IPV4,IPV6} transitional
 2026-01-12 17:13 UTC  (7+ messages)
` [RFC PATCH 1/5] net: make configs "
` [RFC PATCH 2/5] selftests: net: replace deprecated NF_LOG configs by NF_LOG_SYSLOG
` [RFC PATCH 3/5] m68k: defconfig: "
` [RFC PATCH 4/5] riscv: "
` [RFC PATCH 5/5] s390/configs: "

[PATCH bpf v2] riscv, bpf: fix incorrect usage of BPF_TRAMP_F_ORIG_STACK
 2026-01-12 17:01 UTC  (2+ messages)

[PATCH AUTOSEL 6.18] riscv: trace: fix snapshot deadlock with sbi ecall
 2026-01-12 14:58 UTC  (2+ messages)
` [PATCH AUTOSEL 6.18-6.12] riscv: Sanitize syscall table indexing under speculation

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-12 13:36 UTC  (6+ messages)
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches


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