linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-18 08:03:34 to 2023-03-22 01:48:41 UTC [more...]

[PATCH v6 0/2] function_graph: Support recording and printing the return value of function
 2023-03-22  1:48 UTC  (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] tracing: Add documentation for funcgraph-retval and graph_retval_hex

[RESEND RFC PATCH v2 0/6] Deduplicating RISCV cmpxchg.h macros
 2023-03-22  0:45 UTC  (8+ messages)
` [RESEND RFC PATCH v2 1/6] riscv/cmpxchg: Deduplicate cmpxchg() asm functions
` [RESEND RFC PATCH v2 2/6] riscv/cmpxchg: Deduplicate cmpxchg() macros
` [RESEND RFC PATCH v2 3/6] riscv/cmpxchg: Deduplicate arch_cmpxchg() macros
` [RESEND RFC PATCH v2 4/6] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RESEND RFC PATCH v2 5/6] riscv/cmpxchg: Deduplicate xchg() macros
` [RESEND RFC PATCH v2 6/6] riscv/cmpxchg: Deduplicate arch_xchg() macros

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

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-03-21 22:49 UTC  (2+ messages)

[PATCH v2 00/10] Enable I2S support for RK3588/RK3588S SoCs
 2023-03-21 22:17 UTC  (14+ messages)
` [PATCH v2 01/10] dt-bindings: serial: snps-dw-apb-uart: Switch dma-names order
` [PATCH v2 02/10] ARM: dts: sun6i: a31: Switch dma-names order for snps,dw-apb-uart nodes
` [PATCH v2 03/10] ARM: dts: sun8i: a23/a33: "
` [PATCH v2 04/10] ARM: dts: sun8i: v3s: "
` [PATCH v2 05/10] ARM: dts: sunxi: h3/h5: "
` [PATCH v2 06/10] riscv: dts: allwinner: d1: "
` [PATCH v2 07/10] arm64: dts: rockchip: rk3588s: Move assigned-clocks/assigned-clock-rates out of scmi
` [PATCH v2 08/10] arm64: dts: rockchip: rk3588s: Add I2S nodes
` [PATCH v2 09/10] arm64: dts: rockchip: rk3588: "
` [PATCH v2 10/10] arm64: dts: rockchip: rk3588-rock-5b: Add analog audio

[PATCH v4 1/6] RISC-V: Move struct riscv_cpuinfo to new header
 2023-03-21 20:27 UTC  (12+ messages)
` [PATCH v4 2/6] RISC-V: Add a syscall for HW probing
` [PATCH v4 3/6] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v4 4/6] RISC-V: hwprobe: Support probing of misaligned access performance

[RFC PATCH 0/6] Deduplicating RISCV cmpxchg.h macros
 2023-03-21 19:48 UTC  (9+ messages)
` [RFC PATCH 1/6] riscv/cmpxchg: Deduplicate cmpxchg() asm functions
` [RFC PATCH 3/6] riscv/cmpxchg: Deduplicate arch_cmpxchg() macros
` [RFC PATCH 5/6] riscv/cmpxchg: Deduplicate xchg() macros

[PATCH v5 0/2] function_graph: Support recording and printing the return value of function
 2023-03-21 17:31 UTC  (10+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] tracing: Add documentation for funcgraph-retval and graph_retval_hex

[PATCH] riscv: mm: execute local TLB flush after populating vmemmap
 2023-03-21 16:11 UTC  (2+ messages)

[PATCH V6 00/15] Add support for stacked/parallel memories
 2023-03-20 19:15 UTC  (4+ messages)
` [PATCH V6 09/15] spi: Add stacked and parallel memories support in SPI core

[PATCH] riscv: relocate R_RISCV_CALL_PLT in kexec_file
 2023-03-21 15:35 UTC  (4+ messages)

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range (2)
 2023-03-21 13:14 UTC  (2+ messages)

[PATCH v3 0/5] Add JH7110 USB and USB PHY driver support
 2023-03-21 12:35 UTC  (10+ messages)
` [PATCH v3 2/5] phy: starfive: add JH7110 PCIE 2.0 and USB 2.0 PHY driver
` [PATCH v3 4/5] usb: cdns3: add StarFive JH7110 USB driver
` [PATCH v3 5/5] dts: usb: add StarFive JH7110 USB dts configuration

[PATCH v3 0/4] Use dma_default_coherent for devicetree default coherency
 2023-03-21 11:08 UTC  (5+ messages)
` [PATCH v3 1/4] of: address: Fix default coherency for MIPS
` [PATCH v3 2/4] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v3 3/4] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v3 4/4] of: address: Always use dma_default_coherent for default coherency

[PATCH] dt-bindings: interrupt-controller: Drop unneeded quotes
 2023-03-21  9:28 UTC  (3+ messages)

[RFC PATCH v2 0/6] Deduplicating RISCV cmpxchg.h macros
 2023-03-21  7:44 UTC  (8+ messages)
` [RFC PATCH v2 1/6] riscv/cmpxchg: Deduplicate cmpxchg() asm functions
` [RFC PATCH v2 2/6] riscv/cmpxchg: Deduplicate cmpxchg() macros
` [RFC PATCH v2 3/6] riscv/cmpxchg: Deduplicate arch_cmpxchg() macros
` [RFC PATCH v2 4/6] riscv/cmpxchg: Deduplicate xchg() asm functions
` [RFC PATCH v2 5/6] riscv/cmpxchg: Deduplicate xchg() macros
` [RFC PATCH v2 6/6] riscv/cmpxchg: Deduplicate arch_xchg() macros

[PATCH v2 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-03-21  7:17 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v2 2/3] clocksource: Add StarFive timer driver
` [PATCH v2 3/3] riscv: dts: jh7110: starfive: Add timer node

[PATCH v2 0/3] Add JH7110 MIPI DPHY RX support
 2023-03-21  6:08 UTC  (7+ messages)
` [PATCH v2 2/3] phy: starfive: Add mipi dphy rx support

[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-21  2:42 UTC  (4+ messages)

[PATCH v6 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-03-21  2:26 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: hwmon: Add starfive,jh71x0-temp
` [PATCH v6 2/2] hwmon: (sfctemp) Add StarFive JH71x0 temperature sensor

[PATCH v3 0/3] Add JH7110 MIPI DPHY RX support
 2023-03-21  1:56 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx

[PATCH -next 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-03-21  1:45 UTC  (7+ messages)
` [PATCH -next 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH 01/12] dt-bindings: riscv: sifive-ccache: Add compatible for StarFive JH7100 SoC
 2023-03-20 23:46 UTC  (2+ messages)

[PATCH 00/11] Enable I2S support for RK3588/RK3588S SoCs
 2023-03-20 19:23 UTC  (22+ messages)
` [PATCH 02/11] dt-bindings: serial: snps-dw-apb-uart: Relax dma-names order constraint
` [PATCH 03/11] ASoC: dt-bindings: everest,es8316: Document audio graph port
` [PATCH 04/11] ASoC: dt-bindings: rockchip: "
` [PATCH 05/11] ASoC: dt-bindings: rockchip: i2s-tdm: "
` [PATCH 06/11] ASoC: dt-bindings: rockchip: i2s-tdm: Document power-domains
` [PATCH 07/11] ASoC: dt-bindings: rockchip: Add compatible for RK3588
` (subset) [PATCH 00/11] Enable I2S support for RK3588/RK3588S SoCs

[PATCH v8 0/4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-20 17:44 UTC  (5+ messages)
` [PATCH v8 2/4] mm: Introduce memblock_isolate_memory

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-20 14:54 UTC  (18+ messages)
` [PATCH -next v15 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v15 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v15 09/19] riscv: Add task switch support for vector
` [PATCH -next v15 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v15 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v15 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v15 19/19] riscv: Enable Vector code to be built

[PATCH v6 0/4] RISC-V Hibernation Support
 2023-03-20 12:56 UTC  (7+ messages)
` [PATCH v6 2/4] RISC-V: Factor out common code of __cpu_resume_enter()
` [PATCH v6 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

RISC-V reserved memory problems
 2023-03-20 12:11 UTC  (7+ messages)

[PATCH v5 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-20 11:51 UTC  (6+ messages)
` [PATCH v5 05/21] reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v5 12/21] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-20 11:06 UTC  (3+ messages)

[PATCH v2] drivers/gpio : Remove redundant platform_set_drvdata()
 2023-03-20 10:11 UTC  (7+ messages)

[PATCH v2 0/6] Add PLL clocks driver for StarFive JH7110 SoC
 2023-03-20  9:16 UTC  (15+ messages)
` [PATCH v2 1/6] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v2 3/6] dt-bindings: soc: starfive: syscon: Add optional patternProperties
` [PATCH v2 4/6] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs

[RESEND v6 0/2] StarFive's SDIO/eMMC driver support
 2023-03-20  7:32 UTC  (10+ messages)
` [RESEND v6 1/2] dt-bindings: soc: starfive: Add StarFive syscon doc

[PATCH v2 0/4] ARM: dts: sunxi: Add MangoPi MQ-R board support
 2023-03-20  6:51 UTC  (6+ messages)
` [PATCH v2 1/4] dts: add riscv include prefix link
` [PATCH v2 2/4] ARM: dts: sunxi: add Allwinner T113-s SoC .dtsi
` [PATCH v2 3/4] dt-bindings: arm: sunxi: document MangoPi MQ-R board names
` [PATCH v2 4/4] ARM: dts: sunxi: add MangoPi MQ-R-T113 board

[PATCH] dt-bindings: pinctrl: Drop unneeded quotes
 2023-03-19 21:35 UTC  (6+ messages)

[PATCH v4 0/2] function_graph: Support recording and printing the return value of function
 2023-03-19  4:14 UTC  (6+ messages)
` [PATCH v4 1/2] "


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