linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 00:45:30 to 2020-03-05 00:55:16 UTC [more...]

[PATCH V14] mm/debug: Add tests validating architecture page table helpers
 2020-03-05  0:54 UTC  (17+ messages)

[PATCH] riscv: Fix range looking for kernel image memblock
 2020-03-04 23:16 UTC  (2+ messages)

[PATCH 00/10] Kendryte k210 SoC boards support
 2020-03-04 19:44 UTC  (61+ messages)
` [PATCH 02/10] riscv: Force flat memory model with no-mmu
` [PATCH 03/10] riscv: Unaligned load/store handling for M_MODE
` [PATCH 04/10] riscv: Add BUILTIN_DTB support
` [PATCH 07/10] riscv: Select required drivers for Kendryte SOC
` [PATCH 08/10] riscv: Add Kendryte K210 device tree
` [PATCH 09/10] riscv: Kendryte K210 default config
` [PATCH 10/10] riscv: create a loader.bin for the kendryte kflash.py tool

[PATCH 06/10] riscv: Add Kendryte K210 SoC support
 2020-03-04 19:38 UTC  (2+ messages)

[PATCH 05/10] riscv: Add SOC early init support
 2020-03-04 19:28 UTC  (2+ messages)

[PATCH V2 0/2] arm64: Enable vmemmap mapping from device memory
 2020-03-04 14:10 UTC  (2+ messages)
` [PATCH V2 1/2] mm/sparsemem: Enable vmem_altmap support in vmemmap_populate_basepages()

[PATCH bpf-next v4 0/4] eBPF JIT for RV32G
 2020-03-04 10:21 UTC  (18+ messages)
` [PATCH bpf-next v4 1/4] riscv, bpf: move common riscv JIT code to header
` [PATCH bpf-next v4 2/4] riscv, bpf: add RV32G eBPF JIT
` [PATCH bpf-next v4 3/4] bpf, doc: add BPF JIT for RV32G to BPF documentation
` [PATCH bpf-next v4 4/4] MAINTAINERS: Add entry for RV32G BPF JIT

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-04  5:19 UTC  (5+ messages)
` [RFC 1/3] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

for-next based on rc4
 2020-03-04  3:52 UTC  (2+ messages)

[PATCH] riscv: dts: Add GPIO reboot method to HiFive Unleashed DTS file
 2020-03-04  3:45 UTC  (2+ messages)

[PATCH] riscv: fix seccomp reject syscall code path
 2020-03-03 21:12 UTC  (5+ messages)

RISC-V: Fix the build on LLVM-based toolchains
 2020-03-03 18:38 UTC  (11+ messages)
` [PATCH 1/3] RISC-V: Stop relying on GCC's register allocator's hueristics
` [PATCH 2/3] RISC-V: Inline the assembly register save/restore macros
` [PATCH 3/3] RISC-V: Stop using LOCAL for the uaccess fixups

[PATCH 1/2] riscv: uaccess should be used in nommu mode
 2020-03-03  9:34 UTC  (2+ messages)
` [PATCH 2/2] riscv: fix the IPI missing issue "

[PATCH 5/5] riscv: Add SW single-step support for KDB
 2020-03-03  8:48 UTC 

[PATCH 4/5] riscv: Use the XML target descriptions to support system registers report
 2020-03-03  8:47 UTC 

[PATCH 3/5] kgdb: enable arch to handle more query packets
 2020-03-03  8:47 UTC 

[PATCH 2/5] riscv: Add KGDB support
 2020-03-03  8:47 UTC 

[PATCH 1/5] kgdb: Add kgdb_has_hit_break function
 2020-03-03  8:47 UTC 

[PATCH 0/5] riscv: Add KGDB and KDB support
 2020-03-03  8:44 UTC 

[PATCH] tty: serial: Add CONSOLE_POLL support to SiFive UART
 2020-03-03  8:41 UTC 

[PATCH RESEND v2] riscv: Introduce CONFIG_RELOCATABLE
 2020-03-03  5:44 UTC 

[PATCH v3 0/2] Improve PLIC functionality
 2020-03-02 23:11 UTC  (3+ messages)
` [PATCH v3 1/2] irqchip/sifive-plic: Enable/Disable external interrupts upon cpu online/offline
` [PATCH v3 2/2] irqchip/sifive-plic: Add support for multiple PLICs

[PATCH] mm/debug: Add tests validating arch page table helpers for core features
 2020-03-02 21:24 UTC  (6+ messages)

[PATCH v2] riscv: Introduce CONFIG_RELOCATABLE
 2020-02-29 13:31 UTC 

[PATCH v3 bpf-next] RV32G eBPF JIT
 2020-02-28 22:20 UTC  (7+ messages)

[v2 PATCH] irqchip/sifive-plic: Add support for multiple PLICs
 2020-02-28 19:55 UTC  (6+ messages)

[PATCH] RISC-V: Move all address space definition macros to one place
 2020-02-28 18:23 UTC  (3+ messages)

[RFC PATCH 0/5] Add UEFI support for RISC-V
 2020-02-28  6:57 UTC  (23+ messages)
` [RFC PATCH 1/5] efi: Move arm-stub to a common file
` [RFC PATCH 2/5] include: pe.h: Add RISC-V related PE definition
` [RFC PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
` [RFC PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub
` [RFC PATCH 5/5] RISC-V: Add EFI stub support

[PATCH 0/2] solve static percpu symbol issue in module and refine code model of module
 2020-02-27 22:30 UTC  (4+ messages)
` [PATCH V2 1/2] riscv: avoid the PIC offset of static percpu data in module beyond 2G limits
` [PATCH V2 2/2] riscv: Change code model of module to medany to improve data accessing

[v1 PATCH 0/5] Add UEFI support for RISC-V
 2020-02-27 22:26 UTC  (6+ messages)
` [v1 PATCH 1/5] efi: Move arm-stub to a common file
` [v1 PATCH 2/5] include: pe.h: Add RISC-V related PE definition
` [v1 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
` [v1 PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub
` [v1 PATCH 5/5] RISC-V: Add EFI stub support

[PATCH v10 00/12] Add support for SBI v0.2 and CPU hotplug
 2020-02-26 22:02 UTC  (13+ messages)
` [PATCH v10 01/12] RISC-V: Mark existing SBI as 0.1 SBI
` [PATCH v10 02/12] RISC-V: Add basic support for SBI v0.2
` [PATCH v10 03/12] RISC-V: Add SBI v0.2 extension definitions
` [PATCH v10 04/12] RISC-V: Introduce a new config for SBI v0.1
` [PATCH v10 05/12] RISC-V: Implement new SBI v0.2 extensions
` [PATCH v10 06/12] RISC-V: Move relocate and few other functions out of __init
` [PATCH v10 07/12] RISC-V: Add cpu_ops and modify default booting method
` [PATCH v10 08/12] RISC-V: Export SBI error to linux error mapping function
` [PATCH v10 09/12] RISC-V: Add SBI HSM extension definitions
` [PATCH v10 10/12] RISC-V: Add supported for ordered booting method using HSM
` [PATCH v10 11/12] RISC-V: Support cpu hotplug
` [PATCH v10 12/12] irqchip/sifive-plic: Initialize the plic handler when cpu comes online

[GIT PULL] RISC-V Fixes for 5.6-rc4
 2020-02-26 19:14 UTC  (4+ messages)
  ` When are my patches getting merged [Was: Re: [GIT PULL] RISC-V Fixes for 5.6-rc4]

[PATCH] kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
 2020-02-21  9:22 UTC  (4+ messages)

[PATCH v9 00/12] Add support for SBI v0.2 and CPU hotplug
 2020-02-21  6:14 UTC  (11+ messages)
` [PATCH v9 08/12] RISC-V: Export SBI error to linux error mapping function
` [PATCH v9 09/12] RISC-V: Add SBI HSM extension definitions
` [PATCH v9 10/12] RISC-V: Add supported for ordered booting method using HSM
` [PATCH v9 11/12] RISC-V: Support cpu hotplug
` [PATCH v9 12/12] irqchip/sifive-plic: Initialize the plic handler when cpu comes online


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