public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-02-18 23:20:55 to 2023-02-22 10:41:45 UTC [more...]

[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-02-22 10:40 UTC  (34+ 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 16/19] dt-bindings: riscv: Add SiFive S7 compatible
` [PATCH v4 17/19] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v4 18/19] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-22 10:36 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH RESEND] scripts/gdb: add lx_current support for riscv
 2023-02-22 10:13 UTC  (3+ messages)

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-22  9:39 UTC  (12+ messages)
` [PATCH v3 1/7] RISC-V: Move struct riscv_cpuinfo to new header
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing
` [PATCH v3 3/7] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v3 4/7] dt-bindings: Add RISC-V misaligned access performance
` [PATCH v3 5/7] RISC-V: hwprobe: Support probing of "
` [PATCH v3 6/7] selftests: Test the new RISC-V hwprobe interface
` [PATCH v3 7/7] RISC-V: Add hwprobe vDSO function and data

[PATCH] scripts/gdb: add lx_current support for riscv
 2023-02-22  9:28 UTC 

[PATCH v2 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-22  9:17 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add reset items
` [PATCH v2 2/3] dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMA
` [PATCH v2 3/3] riscv: dts: starfive: add dma controller node

[PATCH v1 0/3] Add PLL clocks driver for StarFive JH7110
 2023-02-22  9:11 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add PLL clock node

[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
 2023-02-22  3:30 UTC  (8+ messages)
` [PATCH -next V17 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V17 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V17 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V17 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V17 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V17 7/7] riscv: entry: Consolidate general regs saving/restoring

[PATCH v2 00/11] Add new partial clock and reset drivers for StarFive JH7110
 2023-02-22  1:48 UTC  (18+ messages)
` [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v2 02/11] reset: starfive: jh7110: Add StarFive System-Top-Group reset support
` [PATCH v2 03/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v2 04/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v2 05/11] reset: starfive: jh7110: Add StarFive Image-Signal-Process reset support
` [PATCH v2 06/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v2 07/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v2 08/11] reset: starfive: jh7110: Add StarFive Video-Output reset support
` [PATCH v2 09/11] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v2 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v2 11/11] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes

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

stable-rc: 5.10: riscv: defconfig: clang-nightly: build failed - Invalid or unknown z ISA extension: 'zifencei'
 2023-02-21 23:17 UTC  (4+ messages)

[PATCH v5 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-21 19:09 UTC  (9+ messages)
` [PATCH v5 1/8] RISC-V: alternatives: Support patching multiple insns in assembly
` [PATCH v5 2/8] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v5 3/8] dt-bindings: riscv: Document cboz-block-size
` [PATCH v5 4/8] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v5 5/8] riscv: cpufeatures: Put the upper 16 bits of patch ID to work
` [PATCH v5 6/8] RISC-V: Use Zicboz in clear_page when available
` [PATCH v5 7/8] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v5 8/8] RISC-V: KVM: Expose Zicboz to the guest

[PATCH 0/5] riscv: alternative/cpufeature related cleanups
 2023-02-21 18:56 UTC  (6+ messages)
` [PATCH 1/5] riscv: Rename Kconfig.erratas to Kconfig.errata
` [PATCH 2/5] riscv: alternatives: Remove unnecessary define and unused struct
` [PATCH 3/5] riscv: alternatives: Rename errata_id to patch_id
` [PATCH 4/5] riscv: lib: Include hwcap.h directly
` [PATCH 5/5] riscv: cpufeature: Drop unused includes

[PATCH 0/4] riscv: Introduce KASLR
 2023-02-21 15:50 UTC  (2+ messages)

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

[PATCH v3 0/2] riscv: Dump faulting instructions in oops handler
 2023-02-21 15:18 UTC  (3+ messages)
` [PATCH v3 2/2] scripts/decodecode: Add support for RISC-V

[PATCH bpf-next v3] riscv, bpf: Add kfunc support for RV64
 2023-02-21 14:06 UTC 

[PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
 2023-02-21 13:39 UTC  (5+ messages)

[PATCH 0/2] Add PTP support for sama7g5
 2023-02-21 12:20 UTC  (4+ messages)
` [PATCH 1/2] net: macb: Add PTP support to GEM "
` [PATCH 2/2] net: macb: Add PTP support to EMAC "

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-21 11:22 UTC  (9+ messages)

Słowa kluczowe do wypozycjonowania
 2023-02-21  8:30 UTC 

[PATCH v2 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-02-21  5:54 UTC  (5+ messages)
` [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
 2023-02-21  4:02 UTC  (5+ messages)

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

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-02-21  2:44 UTC  (4+ messages)
` [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 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  (35+ messages)
` [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 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  (7+ 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  (3+ 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  (5+ messages)
` [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling

[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 1/3] kernel/reboot: Use the static sys-off handler for any priority
 2023-02-18 23:32 UTC  (3+ messages)


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