public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-02-09 19:23:50 to 2023-02-13 10:09:53 UTC [more...]

[PATCH v1 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-13 10:08 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: dma: snps,dw-axi-dmac: Update resets and add snps,num-hs-if
` [PATCH v1 2/3] dma: dw-axi-dmac: Add support for StarFive DMA

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

[PATCH v1 0/4] Add JH7110 MIPI DPHY RX support
 2023-02-13  9:30 UTC  (11+ messages)
` [PATCH v1 1/4] riscv: dts: starfive: jh7110: Add aon syscon node
` [PATCH v1 2/4] dt-bindings: phy: Add starfive,jh7110-dphy-rx
` [PATCH v1 3/4] phy: starfive: Add mipi dphy rx support
` [PATCH v1 4/4] riscv: dts: starfive: Add dphy rx node

[PATCH 00/12] Enable networking support for StarFive JH7100 SoC
 2023-02-13  9:26 UTC  (24+ messages)
` [PATCH 01/12] dt-bindings: riscv: sifive-ccache: Add compatible "
` [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property
` [PATCH 03/12] soc: sifive: ccache: Add StarFive JH7100 support
` [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling
` [PATCH 05/12] riscv: Implement non-coherent DMA support via SiFive cache flushing
` [PATCH 06/12] dt-bindings: mfd: syscon: Add StarFive JH7100 sysmain compatible
` [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC
` [PATCH 08/12] net: stmmac: Add glue layer for "
` [PATCH 09/12] riscv: dts: starfive: Add dma-noncoherent for "
` [PATCH 10/12] riscv: dts: starfive: jh7100: Add ccache DT node
` [PATCH 11/12] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH 12/12] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (12+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH v1 RFC Zisslpcfi 00/20] riscv control-flow integrity for U mode
 2023-02-13  4:53 UTC  (21+ messages)
` [PATCH v1 RFC Zisslpcfi 01/20] sslp stubs: shadow stack and landing pad stubs
` [PATCH v1 RFC Zisslpcfi 02/20] riscv: zisslpcfi enumeration
` [PATCH v1 RFC Zisslpcfi 03/20] riscv: zisslpcfi extension csr and bit definitions
` [PATCH v1 RFC Zisslpcfi 04/20] riscv: kernel enabling user code for shadow stack and landing pad
` [PATCH v1 RFC Zisslpcfi 05/20] mmap : Introducing new protection "PROT_SHADOWSTACK" for mmap
` [PATCH v1 RFC Zisslpcfi 06/20] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [PATCH v1 RFC Zisslpcfi 07/20] elf: ELF header parsing in GNU property for cfi state
` [PATCH v1 RFC Zisslpcfi 08/20] riscv: ELF header parsing in GNU property for riscv zisslpcfi
` [PATCH v1 RFC Zisslpcfi 09/20] riscv mmu: riscv shadow stack page fault handling
` [PATCH v1 RFC Zisslpcfi 10/20] riscv mmu: write protect and shadow stack
` [PATCH v1 RFC Zisslpcfi 11/20] mmu: maybe_mkwrite updated to manufacture shadow stack PTEs
` [PATCH v1 RFC Zisslpcfi 12/20] riscv mm: manufacture shadow stack pte and is vma shadowstack
` [PATCH v1 RFC Zisslpcfi 13/20] riscv: illegal instruction handler for cfi violations
` [PATCH v1 RFC Zisslpcfi 14/20] riscv: audit mode "
` [PATCH v1 RFC Zisslpcfi 15/20] sslp prctl: arch-agnostic prctl for shadow stack and landing pad instr
` [PATCH v1 RFC Zisslpcfi 16/20] riscv: Implements sslp prctls
` [PATCH v1 RFC Zisslpcfi 17/20] riscv ucontext: adding shadow stack pointer field in ucontext
` [PATCH v1 RFC Zisslpcfi 18/20] riscv signal: Save and restore of shadow stack for signal
` [PATCH v1 RFC Zisslpcfi 19/20] config: adding two new config for control flow integrity
` [PATCH v1 RFC Zisslpcfi 20/20] riscv: select config for shadow stack and landing pad instr support

[PATCH 00/24] Add basic ACPI support for RISC-V
 2023-02-13  5:13 UTC  (21+ messages)
` [PATCH 02/24] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH 14/24] RISC-V: ACPI: smpboot: Add function to retrieve the hartid
` [PATCH 15/24] clocksource/timer-riscv: Refactor riscv_timer_init_dt()
` [PATCH 16/24] RISC-V: ACPI: clocksource/timer-riscv: Add ACPI support
` [PATCH 19/24] RISC-V: ACPI: cpufeature: Add ACPI support in riscv_fill_hwcap()
` [PATCH 20/24] RISC-V: ACPI: cpu: Enable cpuinfo for ACPI systems
` [PATCH 21/24] RISC-V: ACPI: Add ACPI initialization in setup_arch()
` [PATCH 23/24] MAINTAINERS: Add entry for drivers/acpi/riscv

[PATCH v3 0/4] RISC-V Hibernation Support
 2023-02-13  1:51 UTC  (8+ messages)
` [PATCH v3 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH 0/2] riscv: Fix alternatives issues on for-next
 2023-02-13  1:23 UTC  (10+ messages)
` [PATCH 1/2] riscv: Fix early alternative patching
` [PATCH 2/2] riscv: Fix Zbb alternative IDs

[PATCH v1] RISC-V: take text_mutex during alternative patching
 2023-02-12 23:08 UTC  (3+ messages)

[PATCH v5 00/13] riscv: improve boot time isa extensions handling
 2023-02-12 22:21 UTC  (13+ messages)

[PATCH v2 0/3] Add RISC-V 32 NOMMU support
 2023-02-12 20:55 UTC  (4+ messages)
` [PATCH v2 1/3] clk: k210: remove an implicit 64-bit division
` [PATCH v2 2/3] riscv: Kconfig: Allow RV32 to build with no MMU
` [PATCH v2 3/3] riscv: configs: Add nommu defconfig for RV32

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

[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-12 16:26 UTC  (10+ messages)
` [PATCH v4 5/8] RISC-V: cpufeature: Put vendor_id to work
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available

[PATCH v5 0/2] Zbb string optimizations
 2023-02-12 15:47 UTC  (3+ messages)
` [PATCH v5 2/2] RISC-V: add zbb support to string functions

sagar.kadam@sifive is bouncing
 2023-02-11 11:20 UTC 

[PATCH v1] RISC-V: add a spin_shadow_stack declaration
 2023-02-11 10:16 UTC  (3+ messages)

[PATCH v5 0/4] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-02-11  8:24 UTC  (3+ messages)

RISC-V Patchwork
 2023-02-10 21:40 UTC  (4+ messages)

[PATCH 0/2] Small fixups for the Zbb string functions
 2023-02-10 20:49 UTC  (2+ messages)

[PATCH 5.4 v2 0/6] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:39 UTC  (10+ messages)
` [PATCH 5.4 v2 1/6] x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDS
` [PATCH 5.4 v2 2/6] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.4 v2 3/6] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.4 v2 4/6] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.4 v2 5/6] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.4 v2 6/6] sh: define RUNTIME_DISCARD_EXIT

[PATCH] riscv: dts: nezha-d1: add gpio-line-names
 2023-02-10 20:37 UTC  (3+ messages)
  ` [PATCH v3 2/2] "

[PATCH 5.10 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:19 UTC  (6+ messages)
` [PATCH 5.10 v2 1/5] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.10 v2 2/5] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.10 v2 3/5] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.10 v2 4/5] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.10 v2 5/5] sh: define RUNTIME_DISCARD_EXIT

[PATCH 5.15 v2 0/5] Fix Build ID on arm64 if CONFIG_MODVERSIONS=y
 2023-02-10 20:18 UTC  (6+ messages)
` [PATCH 5.15 v2 1/5] arch: fix broken BuildID for arm64 and riscv
` [PATCH 5.15 v2 2/5] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 5.15 v2 3/5] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 5.15 v2 4/5] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 5.15 v2 5/5] sh: define RUNTIME_DISCARD_EXIT

[PATCH 6.1 v2 0/7] Backport Build ID fixes
 2023-02-10 20:17 UTC  (8+ messages)
` [PATCH 6.1 v2 1/7] riscv: remove special treatment for the link order of head.o
` [PATCH 6.1 v2 2/7] arm64: "
` [PATCH 6.1 v2 3/7] arch: fix broken BuildID for arm64 and riscv
` [PATCH 6.1 v2 4/7] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
` [PATCH 6.1 v2 5/7] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 6.1 v2 6/7] s390: define RUNTIME_DISCARD_EXIT to fix link error with GNU ld < 2.36
` [PATCH 6.1 v2 7/7] sh: define RUNTIME_DISCARD_EXIT

[GIT PULL] RISC-V Fixes for 6.2-rc8
 2023-02-10 17:52 UTC  (2+ messages)

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

[PATCH -next V16 0/7] riscv: Add GENERIC_ENTRY support
 2023-02-10 15:22 UTC  (6+ messages)
` [PATCH -next V16 4/7] riscv: entry: Convert to generic entry

[PATCH 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
 2023-02-10 14:31 UTC  (3+ messages)

[PATCH v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
 2023-02-10 14:27 UTC 

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-02-10 12:00 UTC  (6+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap

[PATCH v3] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-02-10 10:01 UTC 

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-10  6:50 UTC  (10+ messages)
` [PATCH v2 2/6] RISC-V: Add a syscall for HW probing

[PATCH v2 1/2] dt-bindings: dma: drop unneeded quotes
 2023-02-10  6:05 UTC  (2+ messages)

[PATCH v1] dmaengine: sf-pdma: pdma_desc memory leak fix
 2023-02-10  5:46 UTC  (2+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-10  5:08 UTC  (3+ messages)
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[RFC][PATCHSET] VM_FAULT_RETRY fixes
 2023-02-10  2:59 UTC  (3+ messages)
` [PATCH 02/10] hexagon: fix livelock in uaccess

[PATCH v2 0/4] crypto: starfive - Add drivers for crypto engine
 2023-02-10  2:40 UTC  (9+ messages)
` [PATCH v2 4/4] crypto: starfive - Add hash and HMAC support

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

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-02-10  1:27 UTC  (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[PATCH] clocksource/drivers/riscv: Refuse to probe on T-Head
 2023-02-09 23:48 UTC  (5+ messages)

[PATCH V2] riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
 2023-02-09 23:40 UTC  (3+ messages)

[PATCH V2] riscv: kprobe: Fixup misaligned load text
 2023-02-09 23:40 UTC  (3+ messages)

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-09 23:31 UTC  (10+ messages)

[PATCH V2] clocksource: riscv: Patch riscv_clock_next_event() jump before first use
 2023-02-09 20:36 UTC  (2+ messages)

[PATCH v2] riscv: mm: Implement pmdp_collapse_flush for THP
 2023-02-09 19:40 UTC  (2+ messages)

[PATCH v2] riscv: stacktrace: Fix missing the first frame
 2023-02-09 19:40 UTC  (2+ messages)

[PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
 2023-02-09 19:30 UTC  (5+ messages)

[PATCH] Documentation: riscv: fix insufficient list item indent
 2023-02-09 19:23 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