linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-22 15:00:48 to 2023-02-24 17:03:00 UTC [more...]

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-02-24 17:01 UTC  (12+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support

[PATCH v1 0/2] RISC-V: avoid build issues for clang/llvm-17 with binutils 2.35
 2023-02-24 17:00 UTC  (6+ messages)
` [PATCH v1 1/2] RISC-V: move zicsr/zifencei spec version check to Kconfig
` [PATCH v1 2/2] RISC-V: make TOOLCHAIN_NEEDS_SPEC_20191213 gas only

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-24 16:50 UTC  (36+ 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 08/21] drivers/acpi: RISC-V: Add RHCT related code
` [PATCH V2 10/21] RISC-V: smpboot: Add ACPI support in smp_setup()
` [PATCH V2 13/21] RISC-V: cpu: Enable cpuinfo for ACPI systems
` [PATCH V2 14/21] irqchip/riscv-intc: 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 v6 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-24 16:26 UTC  (2+ messages)
` [PATCH v6 3/8] dt-bindings: riscv: Document cboz-block-size

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-02-24 15:58 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH v2 0/6] riscv: alternative/cpufeature related cleanups
 2023-02-24 15:53 UTC  (8+ messages)
` [PATCH v2 1/6] riscv: Clarify RISCV_ALTERNATIVE help text
` [PATCH v2 2/6] riscv: Rename Kconfig.erratas to Kconfig.errata
` [PATCH v2 3/6] riscv: alternatives: Remove unnecessary define and unused struct
` [PATCH v2 4/6] riscv: alternatives: Rename errata_id to patch_id
` [PATCH v2 5/6] riscv: lib: Include hwcap.h directly
` [PATCH v2 6/6] riscv: cpufeature: Drop errata_list.h and other unused includes

[RFC RESEND 0/2] RISC-V: enable rust
 2023-02-24 15:27 UTC  (5+ messages)
` [RFC RESEND 1/2] scripts: generate_rust_target: enable building on RISC-V
` [RFC RESEND 2/2] RISC-V: enable building the 64-bit kernels with rust support

[PATCH v2 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-24 15:23 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add reset items

[PATCH v5 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-24 15:19 UTC  (14+ messages)
` [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] RISC-V: Fixup clear_page export when using Zicboz

[PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-02-24 15:18 UTC  (5+ messages)
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver

[PATCH v3] RISC-V: Don't check text_mutex during stop_machine
 2023-02-24 13:46 UTC  (5+ messages)

[RFC 0/2] RISC-V: enable rust
 2023-02-24 13:39 UTC  (4+ messages)
` [RFC 1/2] scripts: generate_rust_target: enable building on RISC-V
` [RFC 2/2] RISC-V: enable building the 64-bit kernels with rust support

[PATCH 0/5] riscv: alternative/cpufeature related cleanups
 2023-02-24 12:48 UTC  (18+ 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] RISC-V: mm: Support huge page in vmalloc_fault()
 2023-02-24 12:47 UTC  (2+ messages)

[PATCH v4 0/4] RISC-V Hibernation Support
 2023-02-24 12:29 UTC  (22+ 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 v7 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-24 10:02 UTC  (2+ messages)
` [PATCH v7 1/1] "

[PATCH v4 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-02-24  8:57 UTC  (4+ messages)
` [PATCH v4 2/2] hwmon: (sfctemp) Add StarFive JH71x0 "

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-24  8:28 UTC  (3+ messages)

[PATCH v1 0/3] Add PLL clocks driver for StarFive JH7110
 2023-02-24  7:45 UTC  (17+ 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 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-24  2:47 UTC  (7+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv

Perf event to counter mapping question
 2023-02-24  2:38 UTC  (6+ messages)

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2023-02-23 23:20 UTC  (4+ messages)

[PATCH v2] RISC-V: Stop emitting attributes
 2023-02-23 22:57 UTC  (2+ messages)

[PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency
 2023-02-23 22:20 UTC  (7+ messages)
` [PATCH v2 1/5] of: address: Fix default coherency for MIPS
` [PATCH v2 2/5] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v2 3/5] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 4/5] riscv: Select ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 5/5] of: address: Always use dma_default_coherent for default coherency

[PATCH] RISC-V: Stop emitting attributes
 2023-02-23 22:13 UTC  (3+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-23 21:24 UTC  (3+ messages)
  ` [Intel-gfx] "

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

[PATCH 5.4 v2 0/6] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-23 19:08 UTC  (4+ messages)
` [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-23 13:11 UTC  (7+ messages)
` [PATCH v3 03/24] arm: "

[PATCH v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-02-23 10:22 UTC  (26+ messages)
` [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 13/19] reset: starfive: Add StarFive JH7110 reset driver
` [PATCH v4 17/19] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v4 19/19] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board "

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-23 10:06 UTC  (3+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing

[PATCH 6.1 v2 0/7] Backport Build ID fixes
 2023-02-23  9:54 UTC  (2+ messages)

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2023-02-23  9:52 UTC  (14+ messages)
` [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator

[PATCH v2 0/3] Add JH7110 MIPI DPHY RX support
 2023-02-23  1:59 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx
` [PATCH v2 2/3] phy: starfive: Add mipi dphy rx support
` [PATCH v2 3/3] riscv: dts: starfive: Add dphy rx node

[PATCH v1] RISC-V: take text_mutex during alternative patching
 2023-02-22 22:10 UTC  (15+ messages)
          ` RISC-V Zbb QEMU Boot Failures (was Re: [PATCH v1] RISC-V: take text_mutex during alternative patching)

[PATCH bpf-next v3] riscv, bpf: Add kfunc support for RV64
 2023-02-22 21:20 UTC  (2+ messages)

[PATCH 0/3] Use dma_default_coherent for devicetree default coherency
 2023-02-22 17:57 UTC  (10+ messages)
` [PATCH 2/3] riscv: Set dma_default_coherent to true
` [PATCH 3/3] of: address: Use dma_default_coherent to determine default coherency

[PATCH v5 1/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-22 15:37 UTC  (2+ messages)

[PATCH] riscv: hwcap: Don't alphabetize ISA extension IDs
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH v2 0/5] riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] riscv: Avoid enabling interrupts in die()
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH 0/2] Small fixups for the Zbb string functions
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH v1] RISC-V: add a spin_shadow_stack declaration
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] riscv: Add header include guards to insn.h
 2023-02-22 15:00 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;
as well as URLs for NNTP newsgroup(s).