linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-15 15:39:12 to 2025-06-18 12:04:26 UTC [more...]

[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
 2025-06-18 10:22 UTC  (9+ messages)
    ` [PATCH v5 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
    ` [PATCH v5 2/8] dt-bindings: firmware: thead,th1520: Add resets for GPU clkgen
    ` [PATCH v5 3/8] pmdomain: thead: Instantiate GPU power sequencer via auxiliary bus
    ` [PATCH v5 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management
    ` [PATCH v5 5/8] dt-bindings: gpu: img,powervr-rogue: Add TH1520 GPU compatible
    ` [PATCH v5 6/8] riscv: dts: thead: th1520: Add GPU clkgen reset to AON node
    ` [PATCH v5 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
    ` [PATCH v5 8/8] drm/imagination: Enable PowerVR driver for RISC-V

[PATCH v4 0/8] Add TH1520 GPU support with power sequencing
 2025-06-18 10:02 UTC  (10+ messages)
  ` [PATCH v4 1/8] power: sequencing: Add T-HEAD TH1520 GPU power sequencer driver
  ` [PATCH v4 3/8] pmdomain: thead: Instantiate GPU power sequencer via auxiliary bus
  ` [PATCH v4 4/8] drm/imagination: Use pwrseq for TH1520 GPU power management

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-18  9:31 UTC  (27+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH v2 00/12] MMU related improvements for KVM RISC-V
 2025-06-18  7:36 UTC  (13+ messages)
` [PATCH v2 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v2 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH v5 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-18  5:24 UTC  (12+ messages)
` [PATCH v5 05/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v5 12/23] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v5 21/23] irqchip/riscv-rpmi-sysmsi: Add ACPI support

[PATCH RFC 1/2] riscv: remove irqflags.h inclusion in asm/bitops.h
 2025-06-18  3:43 UTC  (2+ messages)
` [PATCH RFC 2/2] riscv: introduce percpu.h into include/asm

[PATCH net-next v2 0/6] Add Ethernet MAC support for SpacemiT K1
 2025-06-18  3:40 UTC  (7+ messages)
` [PATCH net-next v2 1/6] dt-bindings: net: Add "
` [PATCH net-next v2 2/6] net: spacemit: Add K1 Ethernet MAC
` [PATCH net-next v2 3/6] riscv: dts: Add network-bus dma-ranges for SpacemiT K1
` [PATCH net-next v2 4/6] riscv: dts: spacemit: Add Ethernet support for K1
` [PATCH net-next v2 5/6] riscv: dts: spacemit: Add Ethernet support for BPI-F3
` [PATCH net-next v2 6/6] riscv: dts: spacemit: Add Ethernet support for Jupiter

[PATCH 0/2] riscv: sophgo: rename compatible string of the USB device for cv18xx
 2025-06-18  3:11 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: usb: dwc2: rename sophgo usb compatible string
` [PATCH 2/2] usb: dwc2: follow compatible string change for Sophgo CV18XX/SG200X series SoC

[PATCH 0/9] lib/crypto: move arch/$(ARCH)/lib/crypto/ to lib/crypto/$(ARCH)/
 2025-06-18  2:52 UTC  (12+ messages)
` [PATCH 1/9] lib/crypto/arm: move arch/arm/lib/crypto/ to lib/crypto/arm/
` [PATCH 2/9] lib/crypto/arm64: move arch/arm64/lib/crypto/ to lib/crypto/arm64/
` [PATCH 3/9] lib/crypto/mips: move arch/mips/lib/crypto/ to lib/crypto/mips/
` [PATCH 4/9] lib/crypto/powerpc: move arch/powerpc/lib/crypto/ to lib/crypto/powerpc/
` [PATCH 5/9] lib/crypto/riscv: move arch/riscv/lib/crypto/ to lib/crypto/riscv/
` [PATCH 6/9] lib/crypto/s390: move arch/s390/lib/crypto/ to lib/crypto/s390/
` [PATCH 7/9] lib/crypto/sparc: move arch/sparc/lib/crypto/ to lib/crypto/sparc/
` [PATCH 8/9] lib/crypto/x86: move arch/x86/lib/crypto/ to lib/crypto/x86/
` [PATCH 9/9] MAINTAINERS: drop arch/*/lib/crypto/ pattern

[PATCH 0/2] riscv: dts: sophgo: sg2044: add PCIe device node
 2025-06-18  1:58 UTC  (3+ messages)
` [PATCH 1/2] riscv: dts: sophgo: sg2044: add MSI device support for SG2044
` [PATCH 2/2] riscv: dts: sophgo: sg2044: add PCIe "

[PATCH v3 00/16] kunit: Introduce UAPI testing framework
 2025-06-18  1:15 UTC  (12+ messages)
` [PATCH v3 02/16] kbuild: userprogs: also inherit byte order and ABI from kernel
` [PATCH v3 04/16] kbuild: userprogs: add nolibc support
` [PATCH v3 07/16] kbuild: introduce blob framework

[PATCH v4 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-06-17 23:13 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: reset: sophgo: Add CV1800B support
` [PATCH v4 2/4] reset: simple: add support for Sophgo CV1800B
` [PATCH v4 3/4] riscv: dts: sophgo: add reset generator for Sophgo CV1800 series SoC
` [PATCH v4 4/4] riscv: dts: sophgo: add reset configuration "

[PATCH v3] i2c: k1: check for transfer error
 2025-06-17 21:59 UTC  (2+ messages)

[PATCH v2 00/17] SHA-512 library functions
 2025-06-17 21:10 UTC  (26+ messages)
` [PATCH v2 01/17] crypto: sha512 - rename conflicting symbols
` [PATCH v2 02/17] lib/crypto/sha512: add support for SHA-384 and SHA-512
` [PATCH v2 03/17] lib/crypto/sha512: add HMAC-SHA384 and HMAC-SHA512 support
` [PATCH v2 04/17] lib/crypto/sha512: add KUnit tests for SHA-384 and SHA-512
` [PATCH v2 05/17] lib/crypto/sha256: add KUnit tests for SHA-224 and SHA-256
` [PATCH v2 06/17] crypto: riscv/sha512 - stop depending on sha512_generic_block_fn
` [PATCH v2 07/17] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
` [PATCH v2 08/17] crypto: sha512 - use same state format as legacy drivers
` [PATCH v2 09/17] lib/crypto/sha512: migrate arm-optimized SHA-512 code to library
` [PATCH v2 10/17] lib/crypto/sha512: migrate arm64-optimized "
` [PATCH v2 11/17] mips: cavium-octeon: move octeon-crypto.h into asm directory
` [PATCH v2 12/17] lib/crypto/sha512: migrate mips-optimized SHA-512 code to library
` [PATCH v2 13/17] lib/crypto/sha512: migrate riscv-optimized "
` [PATCH v2 14/17] lib/crypto/sha512: migrate s390-optimized "
` [PATCH v2 15/17] lib/crypto/sha512: migrate sparc-optimized "
` [PATCH v2 16/17] lib/crypto/sha512: migrate x86-optimized "
` [PATCH v2 17/17] crypto: sha512 - remove sha512_base.h

[PATCH v3 0/9] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-17 19:43 UTC  (13+ messages)
    ` [PATCH v3 1/9] rust: pwm: Add Kconfig and basic data structures
    ` [PATCH v3 2/9] rust: pwm: Add core 'Device' and 'Chip' object wrappers
    ` [PATCH v3 3/9] rust: pwm: Add driver operations trait and registration support
    ` [PATCH v3 4/9] pwm: Add Rust driver for T-HEAD TH1520 SoC
    ` [PATCH v3 5/9] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
    ` [PATCH v3 6/9] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
    ` [PATCH v3 7/9] riscv: dts: thead: Add PWM controller node
    ` [PATCH v3 8/9] riscv: dts: thead: Add PVT node
    ` [PATCH v3 9/9] riscv: dts: thead: Add PWM fan and thermal control

[PATCH v14 0/2] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2025-06-17 17:29 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-06-17 14:36 UTC  (7+ messages)

[PATCH 0/5] RISC-V: KVM: Allow zicop/bfloat16 exts for guest
 2025-06-17 13:10 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Provide UAPI for Zicbop block size
` [PATCH 2/5] RISC-V: KVM: Allow Zicbop extension for Guest/VM
` [PATCH 3/5] RISC-V: KVM: Allow bfloat16 "
` [PATCH 4/5] KVM: riscv: selftests: Add Zicbop extension to get-reg-list test
` [PATCH 5/5] KVM: riscv: selftests: Add bfloat16 "

[PATCH] RISC-V: KVM: Use find_vma_intersection() to search for intersecting VMAs
 2025-06-17 13:04 UTC 

[PATCH] riscv: export boot_cpu_hartid
 2025-06-17 12:58 UTC 

[PATCH AUTOSEL 6.15 01/15] riscv: add a data fence for CMODX in the kernel mode
 2025-06-17 12:21 UTC  (3+ messages)
` [PATCH AUTOSEL 6.15 03/15] riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
` [PATCH AUTOSEL 6.15 10/15] riscv: save the SR_SUM status over switches

[PATCH AUTOSEL 6.12 01/12] riscv: add a data fence for CMODX in the kernel mode
 2025-06-17 12:22 UTC 

[PATCH v6 0/4] Add Microchip IPC mailbox
 2025-06-17 12:02 UTC  (3+ messages)

[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
 2025-06-17 11:55 UTC  (10+ messages)
  ` [PATCH v2 3/7] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED
  ` [PATCH v2 4/7] dt-bindings: pwm: thead: Add T-HEAD TH1520 PWM controller
  ` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC

[PATCH v9 0/2] Add tps53685 support
 2025-06-17 10:51 UTC  (4+ messages)
` [PATCH v9 2/2] hwmon: (pmbus/tps53679) Add support for TPS53685

[PATCH RFC] riscv: dts: spacemit: Add DMA translation buses for K1
 2025-06-17 10:10 UTC  (5+ messages)

[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
 2025-06-17  9:14 UTC  (2+ messages)

[PATCH v4 0/2] reset: canaan: add Kendryte K230 reset support
 2025-06-17  6:24 UTC  (2+ messages)

[PATCH 0/8] dma: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-06-17  6:02 UTC  (5+ messages)
` [PATCH 2/8] dma: mmp_pdma: Add optional clock support
` [PATCH 4/8] dma: mmp_pdma: Add SpacemiT PDMA support with 64-bit addressing

[PATCH] riscv: dts: sophgo: sg2044: Add missing riscv,cbop-block-size property
 2025-06-17  5:07 UTC  (2+ messages)

[PATCH 00/11] riscv: sophgo: sg2044: add DTS support for all available devices
 2025-06-17  5:07 UTC  (2+ messages)

Broken 32-bit riscv debug build with ZSTD and FTRACE
 2025-06-17  1:48 UTC  (7+ messages)

[PATCH v4 0/8] driver core: auxiliary bus: add device creation helper
 2025-06-17  0:13 UTC  (6+ messages)
` [PATCH v4 3/8] drm/bridge: ti-sn65dsi86: use the auxiliary device

[PATCH] RISC-V: Clobber V registers on syscalls
 2025-06-16 22:48 UTC  (4+ messages)

[PATCH v4 0/7] Basic device tree support for ESWIN EIC7700 RISC-V SoC
 2025-06-16 11:23 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: riscv: Add SiFive P550 CPU compatible
` [PATCH v4 2/7] riscv: Add Kconfig option for ESWIN platforms
` [PATCH v4 3/7] dt-bindings: vendor-prefixes: add eswin
` [PATCH v4 4/7] dt-bindings: riscv: Add SiFive HiFive Premier P550 board
` [PATCH v4 5/7] dt-bindings: interrupt-controller: Add ESWIN EIC7700 PLIC
` [PATCH v4 6/7] riscv: dts: add initial support for EIC7700 SoC
` [PATCH v4 7/7] riscv: dts: eswin: add HiFive Premier P550 board device tree

[PATCH 0/8] KVM: Remove include/kvm, standardize includes
 2025-06-16 11:10 UTC  (7+ messages)
` [PATCH 3/8] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 4/8] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 6/8] KVM: PPC: Stop adding virt/kvm to the arch include path

[PATCH v4 8/8] drm/imagination: Enable PowerVR driver for RISC-V
 2025-06-16  9:22 UTC  (4+ messages)

[PATCH] gpio: spacemit: Add missing MODULE_DEVICE_TABLE
 2025-06-16  7:44 UTC  (2+ messages)

[PATCH v17 00/27] riscv control-flow integrity for usermode
 2025-06-16  7:31 UTC  (3+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling

[PATCH net-next 0/4] Add Ethernet MAC support for SpacemiT K1
 2025-06-16  6:41 UTC  (10+ messages)
` [PATCH net-next 2/4] net: spacemit: Add K1 Ethernet MAC

[PATCH 07/16] crypto: sha512 - replace sha512_generic with wrapper around SHA-512 library
 2025-06-16  4:09 UTC  (14+ messages)
              ` [PATCH] crypto: ahash - Stop legacy tfms from using the set_virt fallback path
                  ` [PATCH] crypto: ahash - Fix infinite recursion in ahash_def_finup

[PATCH v2 0/3] Add SiFive power provider driver
 2025-06-16  1:48 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: power: Add SiFive Domain Management controllers

[PATCH net-next RFC 0/3] riscv: dts: sophgo: Add ethernet support for cv18xx
 2025-06-16  0:55 UTC  (3+ messages)

[PATCH] i2c: busses: Fix out-of-bounds bug in mchp_corei2c_smbus_xfer
 2025-06-15 23:49 UTC 

[PATCH bpf 0/7] bpf: deny trampoline attachment if args can not be located exactly on stack
 2025-06-15 15:44 UTC  (9+ messages)
` [PATCH bpf 2/7] bpf/x86: prevent trampoline attachment when args location on stack is uncertain

[PATCH v3 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-06-15 15:39 UTC  (5+ messages)
` [PATCH v3 2/4] reset: simple: add support for Sophgo CV1800B
` [PATCH v3 3/4] riscv: dts: sophgo: add reset generator for Sophgo CV1800 series SoC


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 NNTP newsgroup(s).