public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-12-13 17:50:16 to 2022-12-20 20:58:59 UTC [more...]

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2022-12-20 20:58 UTC  (12+ messages)
` [PATCH v3 1/7] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive 2 board
` [PATCH v3 2/7] dt-bindings: timer: Add StarFive JH7110 clint
` [PATCH v3 3/7] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
` [PATCH v3 4/7] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
` [PATCH v3 5/7] soc: sifive: ccache: Add StarFive JH7110 support
` [PATCH v3 6/7] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board "

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2022-12-20 20:20 UTC  (8+ messages)
` [PATCH v3 1/5] riscv: dts: starfive: Add StarFive JH7110 pin function definitions
` [PATCH v3 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
` [PATCH v3 3/5] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
` [PATCH v3 4/5] pinctrl: starfive: Add StarFive JH7110 sys controller driver
` [PATCH v3 5/5] pinctrl: starfive: Add StarFive JH7110 aon "

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-12-20 20:14 UTC  (16+ messages)
` [PATCH v3 01/11] clk: starfive: Factor out common JH7100 and JH7110 code
` [PATCH v3 02/11] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v3 03/11] reset: Create subdirectory for StarFive drivers
` [PATCH v3 04/11] reset: starfive: Factor out common JH71X0 reset code
` [PATCH v3 05/11] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
` [PATCH v3 06/11] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
` [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 v3 10/11] clk: starfive: Add StarFive JH7110 always-on "
` [PATCH v3 11/11] reset: starfive: Add StarFive JH7110 reset driver

[PATCH v2 0/9] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-20 18:03 UTC  (23+ messages)
` [PATCH v2 1/9] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v2 2/9] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v2 3/9] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v2 4/9] dt-bindings: net: Add bindings for StarFive dwmac
` [PATCH v2 5/9] dt-bindings: net: motorcomm: add support for Motorcomm YT8531
` [PATCH v2 6/9] net: phy: motorcomm: Add YT8531 phy support
` [PATCH v2 7/9] net: stmmac: Add glue layer for StarFive JH71x0 SoCs
` [PATCH v2 8/9] riscv: dts: starfive: jh7110: Add ethernet device node
` [PATCH v2 9/9] riscv: dts: starfive: visionfive-v2: Add phy clock delay train configuration

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-20 17:38 UTC  (4+ messages)

[PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
 2022-12-20 12:55 UTC  (2+ messages)

[RFC PATCH 0/1] About adding new Z extensions in ISA realization
 2022-12-20 12:52 UTC  (4+ messages)
` [RFC PATCH 1/1] arch/riscv : Add support for Zba/Zbb/Zbc/Zbs ext "

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-20  3:00 UTC  (7+ messages)
` [RFC PATCH RESEND bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH RESEND bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH RESEND bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH RESEND bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2022-12-20  2:16 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next 4/4] riscv, bpf: Add bpf trampoline "

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-19 21:51 UTC  (6+ messages)
` [PATCH v11 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v11 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v11 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-19 21:32 UTC  (7+ messages)
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives

[RESEND PATCH v2 0/3] JH7110 PMU Support
 2022-12-19 20:40 UTC  (3+ messages)
` [RESEND PATCH v2 2/3] soc: starfive: Add StarFive JH71XX pmu driver

[PATCH v3] RISC-V: re-order Kconfig selects alphanumerically
 2022-12-19 17:28 UTC 

[PATCH v3 00/12] riscv: Allwinner D1/D1s platform support
 2022-12-19 17:00 UTC  (9+ messages)
` [PATCH v3 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v3 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers

[PATCH] riscv: avoid enabling vectorized code generation
 2022-12-19 16:51 UTC  (8+ messages)

[PATCH v5 0/6] AX45MP: Add support to non-coherent DMA
 2022-12-19 16:24 UTC  (34+ messages)
` [PATCH v5 1/6] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
` [PATCH v5 3/6] riscv: errata: Add Andes alternative ports
` [PATCH v5 4/6] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
` [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH v2 0/3] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2022-12-19 10:44 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: Add watchdog for StarFive JH7110
` [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver
` [PATCH v2 3/3] riscv: dts: starfive: jh7110: Add watchdog node

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-19  1:40 UTC  (5+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-18 18:31 UTC  (8+ messages)

[PATCH -next V6 0/2] riscv: kexec: Fxiup crash_save percpu and
 2022-12-16 19:37 UTC  (2+ messages)

[PATCH 0/6] RISC-V kasan rework
 2022-12-16 16:21 UTC  (7+ messages)
` [PATCH 1/6] riscv: Split early and final KASAN population functions
` [PATCH 2/6] riscv: Rework kasan "
` [PATCH 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH 4/6] riscv: Fix EFI stub usage of KASAN instrumented string functions
` [PATCH 5/6] riscv: Fix ptdump when KASAN is enabled
` [PATCH 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2022-12-16  9:26 UTC  (4+ messages)

[PATCH] iommu/renesas: Support riscv compile
 2022-12-16  1:32 UTC  (3+ messages)

[PATCH v2 00/11] KVM perf support
 2022-12-15 21:10 UTC  (14+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 05/11] RISC-V: KVM: Improve privilege mode filtering for perf
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support "
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
` [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

RISCV Vector unit disabled by default for new task (was Re: [PATCH v12 17/17] riscv: prctl to enable vector commands)
 2022-12-15 19:56 UTC  (13+ messages)

[PATCH v2] riscv: Allow to downgrade paging mode from the command line
 2022-12-15 11:30 UTC  (2+ messages)

[PATCH] RISC-V: Disable IPMMU_VMSA on rv32
 2022-12-15  9:14 UTC  (7+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-15  7:20 UTC  (9+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-12-15  0:40 UTC  (3+ messages)
` [PATCH v12 04/17] riscv: Add vector feature to compile

[GIT PULL] RISC-V Patches for the 6.2 Merge Window, Part 1
 2022-12-14 23:27 UTC  (2+ messages)

[PATCH] dt-bindings: vendor-prefixes: sort entries alphabetically
 2022-12-14 22:18 UTC  (2+ messages)

[PATCH] riscv: Allow to downgrade paging mode from the command line
 2022-12-14 16:38 UTC  (3+ messages)

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-14  9:43 UTC  (4+ messages)
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86


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