linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 07:11:36 to 2023-04-01 11:27:54 UTC [more...]

[PATCH] RISC-V: KVM: Allow Zbb extension for Guest/VM
 2023-04-01 11:27 UTC 

[PATCH v7 00/22] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-04-01 11:19 UTC  (23+ messages)
` [PATCH v7 01/22] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v7 02/22] dt-bindings: clock: Add StarFive JH7110 always-on "
` [PATCH v7 03/22] clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v7 04/22] clk: starfive: Factor out common JH7100 and JH7110 code
` [PATCH v7 05/22] clk: starfive: Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h
` [PATCH v7 06/22] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v7 07/22] reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v7 08/22] reset: Create subdirectory for StarFive drivers
` [PATCH v7 09/22] reset: starfive: Factor out common JH71X0 reset code
` [PATCH v7 10/22] reset: starfive: Extract the "
` [PATCH v7 11/22] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v7 12/22] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [PATCH v7 13/22] clk: starfive: Add StarFive JH7110 system clock driver
` [PATCH v7 14/22] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v7 15/22] reset: starfive: Add StarFive JH7110 reset driver
` [PATCH v7 16/22] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v7 17/22] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v7 18/22] dt-bindings: riscv: Add SiFive S7 compatible
` [PATCH v7 19/22] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v7 20/22] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v7 21/22] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree
` [PATCH v7 22/22] riscv: dts: starfive: jh7110: Correct the properties of S7 core

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-04-01  9:32 UTC  (10+ messages)
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry

[PATCH v4 0/3] Use dma_default_coherent for devicetree default coherency
 2023-04-01  9:15 UTC  (4+ messages)
` [PATCH v4 1/3] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v4 2/3] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v4 3/3] of: address: Always use dma_default_coherent for default coherency

[PATCH v7 0/6] RISC-V non-coherent function pointer based CMO + non-coherent DMA support for AX45MP
 2023-04-01  1:47 UTC  (28+ messages)
` [PATCH v7 1/6] riscv: mm: dma-noncoherent: Switch using function pointers for cache management
` [PATCH v7 2/6] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
` [PATCH v7 3/6] riscv: errata: Add Andes alternative ports
` [PATCH v7 4/6] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
` [PATCH v7 5/6] cache: Add L2 cache management for Andes AX45MP RISC-V core
` [PATCH v7 6/6] soc: renesas: Kconfig: Select the required configs for RZ/Five SoC

[PATCH v3] purgatory: fix disabling debug info
 2023-04-01  1:08 UTC  (5+ messages)

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-03-31 20:27 UTC  (39+ messages)
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[RFC PATCH] riscv: dts: nezha-d1: Add memory
 2023-03-31 19:02 UTC  (3+ messages)

[PATCH v3 0/8] Hey Jassi, all,
 2023-03-31 18:14 UTC  (5+ messages)
` mailbox,soc: mpfs: add support for fallible services (was [PATCH v3 0/8] Hey Jassi, all,)

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-03-31 17:51 UTC  (8+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing

[PATCH v4 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-03-31 17:45 UTC  (2+ messages)
` [PATCH v4 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH v3 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-03-31 17:28 UTC  (4+ messages)
` [PATCH v3 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[GIT PULL] RISC-V Fixes for 6.3-rc5
 2023-03-31 17:26 UTC  (2+ messages)

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-03-31 17:15 UTC  (7+ messages)
` [PATCH v2 5/7] RISC-V: KVM: Add ONE_REG interface for "
` [PATCH v2 7/7] RISC-V: KVM: Implement guest external interrupt line management

[PATCH -next v17 00/20] riscv: Add vector ISA support
 2023-03-31 16:03 UTC  (31+ messages)
` [PATCH -next v17 02/20] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v17 03/20] riscv: Add new csr defines related to vector extension
` [PATCH -next v17 04/20] riscv: Clear vector regfile on bootup
` [PATCH -next v17 05/20] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v17 06/20] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v17 07/20] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v17 08/20] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v17 09/20] riscv: Add task switch support for vector
` [PATCH -next v17 10/20] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v17 15/20] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v17 16/20] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v17 17/20] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v17 19/20] riscv: detect assembler support for .option arch
` [PATCH -next v17 20/20] riscv: Enable Vector code to be built

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2023-03-31 15:17 UTC  (2+ messages)

[PATCH v2 0/3] Add JH7110 MIPI DPHY RX support
 2023-03-31 13:52 UTC  (5+ messages)
` [PATCH v2 2/3] phy: starfive: Add mipi dphy rx support

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-03-31 12:53 UTC  (3+ messages)

[PATCH v10 0/8] function_graph: Support recording and printing the return value of function
 2023-03-31 12:47 UTC  (9+ messages)
` [PATCH v10 1/8] "
` [PATCH v10 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v10 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v10 4/8] arm64: "
` [PATCH v10 5/8] riscv: "
` [PATCH v10 6/8] x86/ftrace: "
` [PATCH v10 7/8] LoongArch: ftrace: "
` [PATCH v10 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2] dt-bindings: pinctrl: Drop unneeded quotes
 2023-03-31 12:37 UTC  (2+ messages)

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-03-31 12:04 UTC  (3+ messages)
` [PATCH v6 2/4] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA

[PATCH -next v2 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-03-31 11:36 UTC  (6+ messages)
` [PATCH -next v2 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH v8 0/4] RISC-V Hibernation Support
 2023-03-31 10:27 UTC  (3+ messages)

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-03-31  9:33 UTC  (5+ messages)
` [PATCH v4 2/4] mmc: starfive: Add sdio/emmc "

[PATCH v2 0/7] PolarFire SoC Auto Update Support
 2023-03-31  7:18 UTC  (8+ messages)
` [PATCH v2 1/7] soc: microchip: mpfs: add a prefix to rx_callback()
` [PATCH v2 2/7] dt-bindings: soc: microchip: add a property for system controller flash
` [PATCH v2 3/7] soc: microchip: mpfs: enable access to the system controller's flash
` [PATCH v2 4/7] soc: microchip: mpfs: print service status in warning message
` [PATCH v2 5/7] soc: microchip: mpfs: add auto-update subdev to system controller
` [PATCH v2 6/7] fpga: add PolarFire SoC Auto Update support
` [PATCH v2 7/7] riscv: dts: microchip: add the mpfs' system controller qspi & associated flash

[PATCH v1] RISC-V: convert new selectors of RISCV_ALTERNATIVE to dependencies
 2023-03-31  0:50 UTC  (3+ messages)

[PATCH v1 0/2] RISC-V: Fixes for riscv_has_extension[un]likely()'s alternative dependency
 2023-03-30 21:10 UTC  (3+ messages)

[PATCH v1] dt-bindings: move cache controller bindings to a cache directory
 2023-03-30 17:32 UTC 

[PATCH] iommu: PGTABLE_LPAE is also for RISCV
 2023-03-30 16:49 UTC  (9+ messages)

[PATCH v1 0/3] Add TDM audio on StarFive JH7110
 2023-03-30 15:31 UTC  (8+ messages)
` [PATCH v1 1/3] dt-bindings: sound: Add TDM for "
` [PATCH v1 3/3] riscv: dts: starfive: add tdm node and sound card

[PATCH v9 0/8] function_graph: Support recording and printing the return value of function
 2023-03-30 14:15 UTC  (13+ messages)
` [PATCH v9 1/8] "
` [PATCH v9 2/8] tracing: Add documentation for funcgraph-retval and funcgraph-retval-hex
` [PATCH v9 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v9 4/8] arm64: "
` [PATCH v9 5/8] riscv: "
` [PATCH v9 6/8] x86/ftrace: "
` [PATCH v9 7/8] LoongArch: ftrace: "
` [PATCH v9 8/8] selftests/ftrace: Add funcgraph-retval test case

[PATCH v2 0/1] RISC-V KVM ONE_REG interface for SBI
 2023-03-30 13:52 UTC  (5+ messages)
` [PATCH v2 1/1] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-03-30 13:45 UTC  (4+ messages)
` [PATCH v8 2/2] "

[PATCH] dt-bindings: mfd: Drop unneeded quotes
 2023-03-30 12:42 UTC  (2+ messages)

[PATCH v4] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-03-30 10:33 UTC  (3+ messages)

[PATCH v1 0/2] RISC-V: enable rust
 2023-03-30  9:11 UTC  (4+ messages)

[PATCH v15 0/2] Microchip Soft IP corePWM driver
 2023-03-30  7:12 UTC  (3+ messages)
` [PATCH v15 1/2] pwm: add microchip soft ip "
` [PATCH v15 2/2] MAINTAINERS: add pwm to PolarFire SoC entry


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