linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 14:25:14 to 2020-03-09 10:12:08 UTC [more...]

[PATCH 0/4] QEMU Virt Machine Kconfig option
 2020-03-09 10:11 UTC  (3+ messages)
` [PATCH 1/4] RISC-V: Add kconfig option for QEMU virt machine

[PATCH v2 0/9] Support strict kernel memory permissions for security
 2020-03-09  8:33 UTC  (11+ messages)
` [PATCH v2 1/9] riscv: add ARCH_HAS_SET_MEMORY support
` [PATCH v2 2/9] riscv: add ARCH_HAS_SET_DIRECT_MAP support
` [PATCH v2 3/9] riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
` [PATCH v2 4/9] riscv: move exception table immediately after RO_DATA
` [PATCH v2 5/9] riscv: add alignment for text, rodata and data sections
` [PATCH v2 6/9] riscv: add STRICT_KERNEL_RWX support
` [PATCH v2 7/9] riscv: add macro to get instruction length
` [PATCH v2 8/9] riscv: introduce interfaces to patch kernel code
` [PATCH v2 9/9] riscv: patch code by fixmap mapping

[PATCH V2 0/3] riscv: add support for restartable sequence
 2020-03-09  5:59 UTC  (4+ messages)
` [PATCH V2 1/3] riscv: add required functions to enable HAVE_REGS_AND_STACK_ACCESS_API
` [PATCH V2 2/3] riscv: Add support for restartable sequence
` [PATCH V2 3/3] rseq/selftests: Add support for riscv

[RFC PATCH V3 00/11] riscv: Add vector ISA support
 2020-03-09  3:41 UTC  (13+ messages)
` [RFC PATCH V3 01/11] riscv: Separate patch for cflags and aflags
` [RFC PATCH V3 02/11] riscv: Rename __switch_to_aux -> fpu
` [RFC PATCH V3 03/11] riscv: Extending cpufeature.c to detect V-extension
` [RFC PATCH V3 04/11] riscv: Add CSR defines related to VECTOR extension
` [RFC PATCH V3 05/11] riscv: Add vector feature to compile
` [RFC PATCH V3 06/11] riscv: Add has_vector detect
` [RFC PATCH V3 07/11] riscv: Reset vector register
` [RFC PATCH V3 08/11] riscv: Add vector struct and assembler definitions
` [RFC PATCH V3 09/11] riscv: Add task switch support for VECTOR
` [RFC PATCH V3 10/11] riscv: Add ptrace support
` [RFC PATCH V3 11/11] riscv: Add sigcontext save/restore

[PATCH 0/3] riscv: add support for restartable sequence
 2020-03-09  2:53 UTC  (3+ messages)

[PATCH v3 0/2] Improve PLIC functionality
 2020-03-08 14:39 UTC  (5+ 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 00/10] Kendryte k210 SoC boards support
 2020-03-08  6:10 UTC  (56+ 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 RESEND v2] riscv: Introduce CONFIG_RELOCATABLE
 2020-03-07 10:16 UTC  (3+ messages)

[PATCH] tty: serial: Add CONSOLE_POLL support to SiFive UART
 2020-03-07  8:51 UTC  (3+ messages)

[PATCH V15] mm/debug: Add tests validating architecture page table helpers
 2020-03-07  7:05 UTC  (7+ messages)

[PATCH] tty: sifive: Finish transmission before changing the clock
 2020-03-07  4:26 UTC 

[GIT PULL] RISC-V Fixes for 5.6-rc5
 2020-03-06 22:45 UTC  (2+ messages)

[PATCH] nvmem: jz4780-efuse: fix build warnings on ARCH=x86_64 or riscv
 2020-03-06 19:17 UTC 

[PATCH v10 00/12] Add support for SBI v0.2 and CPU hotplug
 2020-03-06  5:43 UTC  (5+ 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 v7 00/10] Add support for SBI v0.2 and CPU hotplug
 2020-03-06  3:32 UTC  (3+ messages)
` [PATCH v7 01/10] RISC-V: Mark existing SBI as 0.1 SBI

[PATCH] RISC-V: Move all address space definition macros to one place
 2020-03-06  0:20 UTC  (4+ messages)

[PATCH] riscv: fix seccomp reject syscall code path
 2020-03-06  0:02 UTC  (6+ messages)

[PATCH bpf-next v5 0/4] eBPF JIT for RV32G
 2020-03-05 22:46 UTC  (10+ messages)
` [PATCH bpf-next v5 1/4] riscv, bpf: factor common RISC-V JIT code
` [PATCH bpf-next v5 2/4] riscv, bpf: add RV32G eBPF JIT
` [PATCH bpf-next v5 3/4] bpf, doc: add BPF JIT for RV32G to BPF documentation
` [PATCH bpf-next v5 4/4] MAINTAINERS: add entry for RV32G BPF JIT

[PATCH] riscv: Use p*d_leaf macros to define p*d_huge
 2020-03-05 21:15 UTC  (2+ messages)

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

[PATCH] RISC-V: Don't enable all interrupts in trap_init()
 2020-03-05 18:51 UTC  (2+ messages)

[PATCH v2 0/4] QEMU Virt Machine Kconfig option
 2020-03-05 18:49 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 18/67] riscv: set pmp configuration if kernel is running in M-mode
 2020-03-05 17:12 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 19/67] RISC-V: Don't enable all interrupts in trap_init()

[PATCH 0/8] Support strict kernel memory permissions for security
 2020-03-05 15:55 UTC  (2+ messages)

[PATCH 0/2] mm/vma: some new flags
 2020-03-05  6:50 UTC  (2+ messages)
` [PATCH 1/2] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

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

[PATCH 7/8] riscv: add DEBUG_WX support
 2020-03-05  5:53 UTC  (3+ messages)

[PATCH 8/8] riscv: add two hook functions of ftrace
 2020-03-05  4:27 UTC  (3+ messages)

[PATCH 6/8] riscv: add STRICT_KERNEL_RWX support
 2020-03-05  4:08 UTC  (3+ messages)

[PATCH 4/8] riscv: move exception table immediately after RO_DATA
 2020-03-05  4:01 UTC  (3+ messages)

[PATCH 5/8] riscv: add alignment for text, rodata and data sections
 2020-03-05  0:58 UTC  (2+ messages)

[PATCH 3/8] riscv: add ARCH_SUPPORTS_DEBUG_PAGEALLOC support
 2020-03-05  0:57 UTC  (2+ messages)

[PATCH 1/8] riscv: add ARCH_HAS_SET_MEMORY support
 2020-03-05  0:57 UTC  (2+ messages)

[PATCH 2/8] riscv: add ARCH_HAS_SET_DIRECT_MAP support
 2020-03-05  0:57 UTC  (2+ messages)

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

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

RISC-V: Fix the build on LLVM-based toolchains
 2020-03-03 18:38 UTC  (3+ messages)

[PATCH 3/3] RISC-V: Stop using LOCAL for the uaccess fixups
 2020-03-03 18:38 UTC  (2+ messages)

[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] mm/debug: Add tests validating arch page table helpers for core features
 2020-03-02 21:24 UTC  (4+ 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  (3+ messages)

[v2 PATCH] irqchip/sifive-plic: Add support for multiple PLICs
 2020-02-28 19:55 UTC  (6+ 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).