public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-02-16 08:17:19 to 2023-02-21 02:47:58 UTC [more...]

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

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-02-21  2:44 UTC  (14+ messages)
` [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module
` [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc

[PATCH v4 0/4] RISC-V Hibernation Support
 2023-02-21  2:35 UTC  (5+ messages)
` [PATCH v4 1/4] RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public function
` [PATCH v4 2/4] RISC-V: Factor out common code of __cpu_resume_enter()
` [PATCH v4 3/4] RISC-V: mm: Enable huge page support to kernel_page_present() function
` [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-02-21  2:27 UTC  (9+ messages)
` [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs
` [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node
` [PATCH v4 7/7] riscv: dts: starfive: visionfive-v2: Enable gmac device tree node

[PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity
 2023-02-21  1:56 UTC  (21+ messages)

[PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
 2023-02-21  1:47 UTC  (3+ messages)

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-02-20 22:56 UTC  (6+ messages)

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-20 20:15 UTC  (39+ messages)
` [PATCH V2 01/21] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V2 02/21] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH V2 03/21] ACPICA: Add structure definitions for RISC-V RHCT
` [PATCH V2 04/21] RISC-V: Add support to build the ACPI core
` [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
` [PATCH V2 06/21] ACPI: OSL: Make should_use_kmap() 0 "
` [PATCH V2 07/21] ACPI: processor_core: RISC-V: Enable mapping processor to the hartid
` [PATCH V2 08/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V2 09/21] RISC-V: smpboot: Create wrapper smp_setup()
` [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V2 11/21] RISC-V: ACPI: Add a function to retrieve the hartid
` [PATCH V2 12/21] RISC-V: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V2 14/21] irqchip/riscv-intc: Add ACPI support
` [PATCH V2 15/21] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH V2 16/21] clocksource/timer-riscv: Add ACPI support
` [PATCH V2 17/21] RISC-V: time.c: Add ACPI support for time_init()
` [PATCH V2 18/21] RISC-V: Add ACPI initialization in setup_arch()
` [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig
` [PATCH V2 20/21] MAINTAINERS: Add entry for drivers/acpi/riscv
` [PATCH V2 21/21] Documentation/kernel-parameters.txt: Add RISC-V for ACPI parameter

[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-20 19:24 UTC  (8+ messages)
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available

[PATCH v4 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-20 13:10 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-02-20 11:46 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: watchdog: Add watchdog for StarFive JH7110
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver

[PATCH 00/12] Enable networking support for StarFive JH7100 SoC
 2023-02-20 11:43 UTC  (16+ messages)
` [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property
` [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling
` [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-02-20 10:56 UTC  (15+ messages)
` [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC

[PATCH v5 0/4] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-02-20 10:15 UTC  (4+ messages)

[PATCH v16 0/9] RISC-V IPI Improvements
 2023-02-20  9:50 UTC  (3+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-02-20  9:14 UTC  (2+ messages)

API for setting multiple PTEs at once
 2023-02-20  8:29 UTC  (3+ messages)

[PATCH bpf-next] riscv, bpf: Add kfunc support for RV64
 2023-02-20  7:13 UTC 

[PATCH 0/3] RISC-V Hibernation Support
 2023-02-20  4:21 UTC  (4+ messages)
` [PATCH 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
 2023-02-20  2:46 UTC  (3+ messages)

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2023-02-19 21:23 UTC  (22+ messages)
` [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
` [PATCH v3 08/11] dt-bindings: clock: Add StarFive JH7110 always-on "
` [PATCH v3 09/11] clk: starfive: Add StarFive JH7110 system clock driver

[PATCH 1/3] kernel/reboot: Use the static sys-off handler for any priority
 2023-02-18 23:32 UTC  (3+ messages)

[PATCH -next V7 0/7] riscv: Optimize function trace
 2023-02-18 21:42 UTC  (2+ messages)

[PATCH] RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
 2023-02-18 21:42 UTC  (2+ messages)

[PATCH] dt-bindings: drop Sagar Kadam from SiFive binding maintainership
 2023-02-18 18:33 UTC  (2+ messages)

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-18  1:30 UTC  (4+ messages)

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-18  0:15 UTC  (10+ messages)
` [PATCH v2 2/6] RISC-V: Add a syscall for HW probing
` [PATCH v2 5/6] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-17 16:40 UTC  (7+ messages)
` [PATCH v1 1/6] soc: microchip: mpfs: add a prefix to rx_callback()
` [PATCH v1 2/6] dt-bindings: soc: microchip: add a property for system controller flash
` [PATCH v1 3/6] soc: microchip: mpfs: enable access to the system controller's flash
` [PATCH v1 4/6] soc: microchip: mpfs: add auto-update subdev to system controller
` [PATCH v1 5/6] fpga: add PolarFire SoC Auto Update support
` [PATCH v1 6/6] riscv: dts: microchip: add the mpfs' system controller qspi & associated flash

[PATCH v4 0/6] RISC-V kasan rework
 2023-02-17 14:58 UTC  (9+ messages)
` [PATCH v4 1/6] riscv: Split early and final KASAN population functions
` [PATCH v4 2/6] riscv: Rework kasan "
` [PATCH v4 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH v4 5/6] riscv: Fix ptdump when KASAN is enabled

[PATCH v4 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-02-17 14:57 UTC  (2+ messages)

[PATCH v3] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-02-17 11:03 UTC  (3+ messages)

drivers/iommu/io-pgtable-arm.c:330:8: error: instruction requires the following: RV64I Base Instruction Set
 2023-02-17  9:07 UTC 

[PATCH v1 0/7] MPFS system controller/mailbox fixes
 2023-02-17  7:34 UTC  (6+ messages)

[PATCH v2 0/3] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-02-17  7:29 UTC  (7+ messages)
` [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver

[RFC PATCH 0/5] Add dead syscalls elimination support
 2023-02-17  0:49 UTC  (6+ messages)
` [RFC PATCH 1/5] syscall: Allow configure used system calls
` [RFC PATCH 2/5] MIPS: Add dead syscalls elimination support
` [RFC PATCH 3/5] RISC-V: Enable dead code elimination
` [RFC PATCH 4/5] RISC-V: Add dead syscalls elimination support
` [RFC PATCH 5/5] nolibc: Record used syscalls in their own sections

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2023-02-16 22:04 UTC  (3+ messages)

[PATCH v1] RISC-V: take text_mutex during alternative patching
 2023-02-16 15:33 UTC  (5+ messages)

[PATCH v1] dt-bindings: riscv: correct starfive visionfive 2 compatibles
 2023-02-16 15:16 UTC  (2+ messages)

[PATCH 10/7] riscv: Implement the new page table range API
 2023-02-16 13:27 UTC  (5+ messages)

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2023-02-16 13:02 UTC  (10+ messages)
` [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH 8/8] kbuild, PCI: microchip: comment out MODULE_LICENSE in non-modules
 2023-02-16 12:05 UTC  (8+ messages)

[PATCH v3] RISC-V: Don't check text_mutex during stop_machine
 2023-02-16 11:31 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox