linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-17 09:24:03 to 2025-06-19 08:35:06 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  7:56 UTC  (25+ 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 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [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 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH v5 0/8] Add TH1520 GPU support with power sequencing
 2025-06-19  7:43 UTC  (24+ 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] i2c: busses: Fix out-of-bounds bug in mchp_corei2c_smbus_xfer
 2025-06-19  7:33 UTC  (2+ messages)

[PATCH] riscv: dts: sophgo: sg2044: Add missing riscv,cbop-block-size property
 2025-06-19  7:30 UTC  (3+ messages)

[PATCH V8 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2025-06-19  6:52 UTC  (4+ messages)
` [PATCH V8 1/3] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V8 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH V8 3/3] riscv: mm: Add uffd write-protect support

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

[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
 2025-06-19  7:04 UTC  (8+ messages)

[PATCH v8 0/6] arm64 support for Milk-V Duo Module 01 EVB
 2025-06-19  6:15 UTC  (2+ messages)

[PATCH 0/6] spacemit: introduce P1 PMIC and regulator support
 2025-06-19  6:15 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: mfd: add support the SpacmiT P1 PMIC
` [PATCH 2/6] mfd: spacemit: add support for SpacemiT PMICs
` [PATCH 3/6] regulator: spacemit: support SpacemiT P1 regulators

[PATCH] riscv: defconfig: run savedefconfig to reorder it
 2025-06-19  3:32 UTC  (3+ messages)

[PATCH 0/8] dma: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-06-19  2:37 UTC  (7+ 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

futex(0x1ffffff81300000) on risc-v -> mm panic
 2025-06-18 21:32 UTC  (5+ messages)

[PATCH net-next v2 0/6] Add Ethernet MAC support for SpacemiT K1
 2025-06-18 21:17 UTC  (8+ 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 v2 00/57] irqdomain: Cleanups and Documentation
 2025-05-12  9:55 UTC  (3+ messages)

[PATCH v12 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2025-06-18 18:19 UTC  (7+ messages)
` [PATCH v12 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support

[PATCH 00/12] gpio: convert another round of GPIO drivers to using new line value setters
 2025-06-18 17:00 UTC  (9+ messages)
` [PATCH 01/12] gpio: mmio: use new GPIO line value setter callbacks

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

[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
 2025-06-18 12:13 UTC  (24+ messages)
` [PATCH v6 01/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport
` [PATCH v6 02/23] dt-bindings: mailbox: Add bindings for RISC-V SBI MPXY extension
` [PATCH v6 03/23] RISC-V: Add defines for the SBI message proxy extension
` [PATCH v6 04/23] mailbox: Add common header for RPMI messages sent via mailbox
` [PATCH v6 05/23] mailbox: Allow controller specific mapping using fwnode
` [PATCH v6 06/23] mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driver
` [PATCH v6 07/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
` [PATCH v6 08/23] dt-bindings: clock: Add RPMI clock service controller bindings
` [PATCH v6 09/23] clk: Add clock driver for the RISC-V RPMI clock service group
` [PATCH v6 10/23] dt-bindings: Add RPMI system MSI message proxy bindings
` [PATCH v6 11/23] dt-bindings: Add RPMI system MSI interrupt controller bindings
` [PATCH v6 12/23] irqchip: Add driver for the RPMI system MSI service group
` [PATCH v6 13/23] ACPI: property: Refactor acpi_fwnode_get_reference_args()
` [PATCH v6 14/23] ACPI: property: Add support for cells property
` [PATCH v6 15/23] ACPI: scan: Update honor list for RPMI System MSI
` [PATCH v6 16/23] ACPI: RISC-V: Create interrupt controller list in sorted order
` [PATCH v6 17/23] ACPI: RISC-V: Add support to update gsi range
` [PATCH v6 18/23] ACPI: RISC-V: Add RPMI System MSI to GSI mapping
` [PATCH v6 19/23] irqchip/irq-riscv-imsic-early: Export imsic_acpi_get_fwnode()
` [PATCH v6 20/23] mailbox/riscv-sbi-mpxy: Add ACPI support
` [PATCH v6 21/23] irqchip/riscv-rpmi-sysmsi: "
` [PATCH v6 22/23] RISC-V: Enable GPIO keyboard and event device in RV64 defconfig
` [PATCH v6 23/23] MAINTAINERS: Add entry for RISC-V RPMI and MPXY drivers

[PATCH v11 0/6] reset: spacemit: add K1 reset support
 2025-06-18 11:42 UTC  (6+ messages)
` [PATCH v11 5/6] reset: spacemit: add support for SpacemiT CCU resets

[PATCH v3 00/12] MMU related improvements for KVM RISC-V
 2025-06-18 11:35 UTC  (13+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs

[PATCH v2 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-18 11:27 UTC  (2+ messages)

RISC-V 32-bit debug builds reaching breaking point: too many symbols
 2025-06-18 10:55 UTC 

[PATCH v4 0/8] Add TH1520 GPU support with power sequencing
 2025-06-18 10:02 UTC  (3+ messages)

[PATCH v2 00/12] MMU related improvements for KVM RISC-V
 2025-06-18  7:36 UTC  (10+ messages)
` [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 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 v3 00/16] kunit: Introduce UAPI testing framework
 2025-06-18  1:15 UTC  (9+ 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 v4 0/4] riscv: sophgo: cv18xx: Add reset generator support
 2025-06-17 23:13 UTC  (4+ messages)
` [PATCH v4 1/4] dt-bindings: reset: sophgo: Add CV1800B support

[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  (9+ messages)

[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 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  (6+ messages)
  ` [PATCH v2 2/7] pwm: Add Rust driver for T-HEAD TH1520 SoC

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

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


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).