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

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-17 16:40 UTC  (2+ messages)
` [PATCH v1 1/6] soc: microchip: mpfs: add a prefix to rx_callback()

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2023-02-17 16:27 UTC  (16+ messages)
` [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 00/12] Enable networking support for StarFive JH7100 SoC
 2023-02-17 15:25 UTC  (23+ messages)
` [PATCH 01/12] dt-bindings: riscv: sifive-ccache: Add compatible "
` [PATCH 02/12] dt-bindings: riscv: sifive-ccache: Add 'uncached-offset' property
` [PATCH 04/12] soc: sifive: ccache: Add non-coherent DMA handling
` [PATCH 07/12] dt-bindings: net: Add StarFive JH7100 SoC
` [PATCH 08/12] net: stmmac: Add glue layer for "

[PATCH v4 0/6] RISC-V kasan rework
 2023-02-17 14:58 UTC  (9+ messages)
` [PATCH v4 1/6] riscv: Split early and final KASAN population functions
` [PATCH v4 2/6] riscv: Rework kasan "
` [PATCH v4 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH v4 5/6] riscv: Fix ptdump when KASAN is enabled

[PATCH v4 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-02-17 14:57 UTC  (2+ messages)

[PATCH v4 0/1] riscv: Allow to downgrade paging mode from the command line
 2023-02-17 14:48 UTC  (2+ messages)

[PATCH v4 0/8] RISC-V: Apply Zicboz to clear_page
 2023-02-17 12:44 UTC  (6+ messages)
` [PATCH v4 6/8] RISC-V: Use Zicboz in clear_page when available

[PATCH v3] irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
 2023-02-17 11:03 UTC  (3+ messages)

drivers/iommu/io-pgtable-arm.c:330:8: error: instruction requires the following: RV64I Base Instruction Set
 2023-02-17  9:07 UTC 

[PATCH v1 0/7] MPFS system controller/mailbox fixes
 2023-02-17  7:34 UTC  (6+ messages)

[PATCH] riscv: kprobe: Optimize kprobe with accurate atomicity
 2023-02-17  7:32 UTC  (17+ messages)

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

[RFC PATCH 0/5] Add dead syscalls elimination support
 2023-02-17  0:49 UTC  (6+ messages)
` [RFC PATCH 1/5] syscall: Allow configure used system calls
` [RFC PATCH 2/5] MIPS: Add dead syscalls elimination support
` [RFC PATCH 3/5] RISC-V: Enable dead code elimination
` [RFC PATCH 4/5] RISC-V: Add dead syscalls elimination support
` [RFC PATCH 5/5] nolibc: Record used syscalls in their own sections

[PATCH v2 0/6] RISC-V Hardware Probing User Interface
 2023-02-16 23:18 UTC  (19+ messages)
` [PATCH v2 2/6] RISC-V: Add a syscall for HW probing
` [PATCH v2 3/6] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v2 4/6] dt-bindings: Add RISC-V misaligned access performance
` [PATCH v2 5/6] RISC-V: hwprobe: Support probing of "

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2023-02-16 22:04 UTC  (3+ messages)

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-16 18:20 UTC  (22+ messages)
` [PATCH V2 01/21] riscv: move sbi_init() earlier before jump_label_init()
` [PATCH V2 02/21] ACPICA: MADT: Add RISC-V INTC interrupt controller
` [PATCH V2 03/21] ACPICA: Add structure definitions for RISC-V RHCT
` [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 06/21] ACPI: OSL: Make should_use_kmap() 0 "
` [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 v1] RISC-V: take text_mutex during alternative patching
 2023-02-16 15:33 UTC  (8+ messages)

[PATCH v1] dt-bindings: riscv: correct starfive visionfive 2 compatibles
 2023-02-16 15:16 UTC  (2+ messages)

[PATCH 10/7] riscv: Implement the new page table range API
 2023-02-16 13:27 UTC  (6+ messages)

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2023-02-16 13:02 UTC  (19+ messages)
` [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 8/8] kbuild, PCI: microchip: comment out MODULE_LICENSE in non-modules
 2023-02-16 12:05 UTC  (11+ messages)

[PATCH v3] RISC-V: Don't check text_mutex during stop_machine
 2023-02-16 11:31 UTC  (2+ messages)

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-02-16 10:39 UTC  (23+ messages)
` [PATCH v4 1/4] dt-bindings: mmc: Add StarFive MMC module
` [PATCH v4 2/4] mmc: starfive: Add sdio/emmc driver support
` [PATCH v4 3/4] riscv: dts: starfive: Add mmc node
` [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-02-16 10:53 UTC  (9+ messages)
` [PATCH v4 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs

[PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
 2023-02-16  9:56 UTC  (10+ messages)
` [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
` [PATCH bpf-next v1 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [PATCH bpf-next v1 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [PATCH bpf-next v1 4/4] riscv, bpf: Add bpf trampoline "

[linux-next:master] BUILD REGRESSION 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
 2023-02-16  2:05 UTC 

[PATCH v1 0/3] Remove toolchain dependencies for Zicbom
 2023-02-15 18:40 UTC  (3+ messages)

[GIT PULL] KVM/riscv changes for 6.3
 2023-02-15 17:45 UTC  (3+ messages)

[PATCH v4 00/15] spi: Add support for stacked/parallel memories
 2023-02-15 14:19 UTC  (3+ messages)
` [PATCH v4 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-15 15:41 UTC  (3+ messages)

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

[PATCH v1 0/2] dt-bindings: Add a cpu-capacity property for RISC-V
 2023-02-15 15:00 UTC  (3+ messages)

[PATCH v3] RISC-V: re-order Kconfig selects alphanumerically
 2023-02-15 15:00 UTC  (2+ messages)

[PATCH 0/2] riscv: Fix alternatives issues on for-next
 2023-02-15 15:00 UTC  (3+ messages)

[PATCH] Documentation: riscv: fix insufficient list item indent
 2023-02-15 15:00 UTC  (2+ messages)

[PATCH 0/4] riscv: Introduce KASLR
 2023-02-15 14:51 UTC  (5+ messages)
` [PATCH 1/4] riscv: Introduce virtual kernel mapping KASLR
` [PATCH 2/4] riscv: Dump out kernel offset information on panic
` [PATCH 3/4] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
` [PATCH 4/4] riscv: libstub: Implement KASLR by using generic functions

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

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-02-15 14:36 UTC  (4+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v8 2/3] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v8 3/3] riscv: Check relocations at compile time

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-15 13:04 UTC  (6+ messages)
` [PATCH v3 03/24] arm: "
` [PATCH v3 09/24] powerpc: "

[PATCH] MAINTAINERS: repair file entry for STARFIVE JH7110 MMC/SD/SDIO DRIVER
 2023-02-15 12:41 UTC  (2+ messages)

[PATCH v4] riscv: patch: Fixup lockdep warning in stop_machine
 2023-02-15 11:01 UTC  (5+ messages)

[PATCH v3 0/3] StarFive's SDIO/eMMC driver support
 2023-02-15 10:36 UTC  (10+ messages)
` [PATCH v3 3/3] riscv: dts: starfive: Add mmc node

[syzbot] riscv/fixes boot error: INFO: rcu detected stall in corrupted
 2023-02-15  8:46 UTC  (2+ messages)

[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
 2023-02-15  5:22 UTC  (2+ messages)

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-02-15  3:19 UTC  (2+ messages)

[PATCH v16 0/9] RISC-V IPI Improvements
 2023-02-15  3:17 UTC  (2+ messages)

[PATCH v1 0/4] Add JH7110 MIPI DPHY RX support
 2023-02-15  1:27 UTC  (6+ messages)
` [PATCH v1 2/4] dt-bindings: phy: Add starfive,jh7110-dphy-rx

[PATCH v1 0/3] Add DMA driver for StarFive JH7110 SoC
 2023-02-15  1:22 UTC  (3+ messages)
` [PATCH v1 2/3] dma: dw-axi-dmac: Add support for StarFive DMA


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