linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-21 14:12:15 to 2023-02-24 08:08:24 UTC [more...]

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-24  7:57 UTC  (2+ messages)

[PATCH 0/5] riscv: alternative/cpufeature related cleanups
 2023-02-24  8:06 UTC  (13+ 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 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 v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-02-24  7:42 UTC  (4+ messages)
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver

[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 v4 0/4] RISC-V Hibernation Support
 2023-02-24  2:12 UTC  (14+ 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 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 v1 0/2] RISC-V: avoid build issues for clang/llvm-17 with binutils 2.35
 2023-02-23 22:05 UTC  (3+ 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 v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-23 21:24 UTC  (4+ 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 v5 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-23 12:53 UTC  (11+ 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 v4 00/19] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-02-23 10:22 UTC  (34+ messages)
` [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 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 16/19] dt-bindings: riscv: Add SiFive S7 compatible
` [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  (13+ 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 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  (16+ 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  (11+ messages)
` [PATCH 1/3] dma-mapping: Provide a fallback dma_default_coherent
` [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 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-22 15:37 UTC  (3+ messages)
` [PATCH v5 1/1] "

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

[PATCH] RISC-V: Only provide the single-letter extensions in HWCAP
 2023-02-22 15:00 UTC  (2+ messages)

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

[PATCH RESEND] riscv: jump_label: Fixup unaligned arch_static_branch function
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] riscv: mm: fix regression due to update_mmu_cache change
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] riscv, mm: Perform BPF exhandler fixup on page fault
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] riscv: alternative: proceed one more instruction for auipc/jalr pair
 2023-02-22 15:00 UTC  (2+ messages)

[PATCH] MAINTAINERS: add missing clock driver coverage for Microchip FPGAs
 2023-02-22 12:46 UTC 

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-02-22 12:29 UTC  (3+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

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

[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  (3+ messages)
` [PATCH v2 1/3] dt-bindings: dma: snps,dw-axi-dmac: Add reset items

[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  (6+ messages)
` [PATCH v2 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator

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


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