linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 11:45:34 to 2023-03-23 07:45:55 UTC [more...]

[PATCH v6 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-23  7:44 UTC  (13+ messages)
` [PATCH v6 01/21] clk: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE
` [PATCH v6 06/21] reset: Create subdirectory for StarFive drivers
` [PATCH v6 11/21] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v6 19/21] riscv: dts: starfive: Add initial StarFive JH7110 device tree

[PATCH] dt-bindings: mfd: Drop unneeded quotes
 2023-03-23  7:31 UTC  (3+ messages)

[PATCH v3 0/4] Use dma_default_coherent for devicetree default coherency
 2023-03-23  7:29 UTC  (6+ 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 v7 0/4] RISC-V Hibernation Support
 2023-03-23  4:56 UTC  (5+ messages)
` [PATCH v7 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
` [PATCH v7 2/4] RISC-V: Factor out common code of __cpu_resume_enter()
` [PATCH v7 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function
` [PATCH v7 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-03-23  0:43 UTC  (4+ messages)
` [PATCH -next V17 1/7] compiler_types.h: Add __noinstr_section() for noinstr

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-22 23:14 UTC  (13+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH v14 0/2] Microchip Soft IP corePWM driver
 2023-03-22 22:49 UTC  (4+ messages)
` [PATCH v14 1/2] pwm: add microchip soft ip "

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

[PATCH v5 00/13] riscv: improve boot time isa extensions handling
 2023-03-22 20:19 UTC  (10+ messages)
` [PATCH v5 06/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
    ` [PATCH] riscv: require alternatives framework when selecting FPU support

[PATCH 0/2] RISC-V: KVM: Require alternatives
 2023-03-22 19:40 UTC  (4+ messages)
` [PATCH 1/2] RISC-V: KVM: Alphabetize selects
` [PATCH 2/2] RISC-V: KVM: Require alternatives

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-03-22 18:51 UTC  (8+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-03-22 18:25 UTC  (6+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH] dt-bindings: mailbox: Drop unneeded quotes
 2023-03-22 17:43 UTC  (3+ messages)

[PATCH v4 1/6] RISC-V: Move struct riscv_cpuinfo to new header
 2023-03-22 16:17 UTC  (14+ 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

[PATCH] riscv: say disabling zicbom if no or bad riscv,cbom-block-size found
 2023-03-22 14:14 UTC  (2+ messages)

[RFC PATCH] riscv: export cpu/freq invariant to scheduler
 2023-03-22 10:51 UTC  (3+ messages)

[PATCH v3 0/5] Add JH7110 USB and USB PHY driver support
 2023-03-22 10:50 UTC  (9+ messages)
` [PATCH v3 4/5] usb: cdns3: add StarFive JH7110 USB driver
` [PATCH v3 5/5] dts: usb: add StarFive JH7110 USB dts configuration

[PATCH v6 0/4] Add DMA driver for StarFive JH7110 SoC
 2023-03-22  9:48 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: dma: snps,dw-axi-dmac: constrain the items of resets for JH7110 dma
` [PATCH v6 2/4] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA
` [PATCH v6 3/4] dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion status
` [PATCH v6 4/4] riscv: dts: starfive: add dma controller node

[PATCH v5 0/2] function_graph: Support recording and printing the return value of function
 2023-03-22  9:01 UTC  (13+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 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  7:50 UTC  (10+ 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

[RFC PATCH 0/6] Deduplicating RISCV cmpxchg.h macros
 2023-03-22  7:56 UTC  (8+ messages)

[PATCH v2] riscv: mm: Fix incorrect ASID argument when flushing TLB
 2023-03-22  5:45 UTC  (5+ messages)

[PATCH -next v15 00/19] riscv: Add vector ISA support
 2023-03-22  1:54 UTC  (19+ 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/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

[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] 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] 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 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 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  (3+ messages)
` [PATCH v5 05/21] reset: starfive: Replace SOC_STARFIVE with ARCH_STARFIVE


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