linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 23:25:26 to 2020-06-15 21:57:59 UTC [more...]

mm lock issue while booting Linux on 5.8-rc1 for RISC-V
 2020-06-15 21:57 UTC  (2+ messages)

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PATCH 0/2] PUD/PGDIR entries for linear mapping
 2020-06-15  5:35 UTC  (10+ messages)
` [PATCH 1/2] riscv: Get memory below load_pa while ensuring linear mapping is PMD aligned
` [PATCH 2/2] riscv: Use PUD/PGDIR entries for linear mapping when possible

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-15  3:37 UTC  (5+ messages)
` [PATCH V3 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V3 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V3 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH 0/3] RISC-V: Add kexec/kdump support
 2020-06-13  8:21 UTC  (7+ messages)

Upstream binutils commit a87e1817a435dab6c6c042f9306497c9f13d4236 breaks building the RISC-V vDSO
 2020-06-12 15:41 UTC  (2+ messages)

[PATCH] irqchip: riscv-intc: Fix a typo in a pr_warn()
 2020-06-12 14:06 UTC  (2+ messages)

[PATCH v5 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-12 12:30 UTC  (9+ messages)
` [PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v5 2/4] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v5 3/4] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v5 4/4] riscv: Check relocations at compile time

[PATCH v6 00/13] riscv: Add vector ISA support
 2020-06-12  7:10 UTC  (14+ messages)
` [PATCH 01/13] ptrace: Use regset_size() for dynamic regset
` [PATCH 02/13] riscv: Separate patch for cflags and aflags
` [PATCH 03/13] riscv: Rename __switch_to_aux -> fpu
` [PATCH 04/13] riscv: Extending cpufeature.c to detect V-extension
` [PATCH 05/13] riscv: Add new csr defines related to vector extension
` [PATCH 06/13] riscv: Add vector feature to compile
` [PATCH 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH 08/13] riscv: Reset vector register
` [PATCH 09/13] riscv: Add vector struct and assembler definitions
` [PATCH 10/13] riscv: Add task switch support for vector
` [PATCH 11/13] riscv: Add ptrace vector support
` [PATCH 12/13] riscv: Add sigcontext save/restore for vector
` [PATCH 13/13] riscv: signal: Report signal frame size to userspace via auxv

[RFC/RFT 0/2] RISC-V: kprobes/kretprobe support
 2020-06-12  5:57 UTC  (8+ messages)
` [RFC/RFT 2/2] "

[GIT PULL] RISC-V Patches for the 5.8 Merge Window, Part 2
 2020-06-11 22:00 UTC  (2+ messages)

[PATCH] riscv/atomic: Fix sign extension for RV64I
 2020-06-11 18:49 UTC  (2+ messages)

[PATCH v8 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-11 17:54 UTC  (8+ messages)
` [PATCH v8 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v8 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v8 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v8 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v8 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v8 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH v4 0/2] riscv: introduce vDSO common flow
 2020-06-11  2:50 UTC  (4+ messages)
` [PATCH v4 1/2] riscv: use vDSO common flow to reduce the latency of the time-related functions
` [PATCH v4 2/2] riscv: set the permission of vdso_data to read-only

[PATCH AUTOSEL 5.6 073/606] riscv: perf: RISCV_BASE_PMU should be independent
 2020-06-08 23:06 UTC  (6+ messages)
` [PATCH AUTOSEL 5.6 181/606] tty: serial: add missing spin_lock_init for SiFive serial console
` [PATCH AUTOSEL 5.6 275/606] riscv: Fix unmet direct dependencies built based on SOC_VIRT
` [PATCH AUTOSEL 5.6 276/606] riscv: stacktrace: Fix undefined reference to `walk_stackframe'
` [PATCH AUTOSEL 5.6 277/606] riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMU
` [PATCH AUTOSEL 5.6 284/606] riscv: pgtable: Fix __kernel_map_pages build error "

[PATCH AUTOSEL 5.7 123/274] bpf, riscv: Fix tail call count off by one in RV32 BPF JIT
 2020-06-08 23:03 UTC 

[PATCH 1/5] RISC-V: Add mechanism to provide custom IPI operations
 2020-06-07  4:31 UTC  (3+ messages)

[PATCH 4/5] clocksource/drivers: Add CLINT timer driver
 2020-06-07  4:26 UTC  (3+ messages)

[PATCH 3/5] clocksource/drivers/timer-riscv: Remove MMIO related stuff
 2020-06-07  4:15 UTC  (3+ messages)

[PATCH 2/5] RISC-V: Remove CLINT related code
 2020-06-07  4:13 UTC  (3+ messages)

[PATCH v4 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-05 12:30 UTC  (7+ messages)
` [PATCH v4 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v4 2/4] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v4 3/4] powerpc: Move script to check relocations at compile time in scripts/
` [PATCH v4 4/4] riscv: Check relocations at compile time

[PATCH v2 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-05  9:03 UTC  (2+ messages)

[PATCH 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-05  3:34 UTC 

[GIT PULL] RISC-V Patches for the 5.8 Merge Window, Part 1
 2020-06-05  3:30 UTC  (5+ messages)

[PATCH] riscv: fix build warning of missing prototypes
 2020-06-05  0:01 UTC  (4+ messages)

[PATCH 1/1] riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by default
 2020-06-05  0:01 UTC  (2+ messages)

[PATCH] RISC-V: Sort select statements alphanumerically
 2020-06-04 21:00 UTC 

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-06-04 20:40 UTC  (2+ messages)

Crashes with CONFIG_SLAB_FREELIST_RANDOM
 2020-06-04 17:15 UTC  (4+ messages)

[PATCH v2 0/8] Introduce sv48 support
 2020-06-03  8:11 UTC  (9+ messages)
` [PATCH v2 1/8] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
` [PATCH v2 2/8] riscv: Allow to dynamically define VA_BITS
` [PATCH v2 3/8] riscv: Simplify MAXPHYSMEM config
` [PATCH v2 4/8] riscv: Prepare ptdump for vm layout dynamic addresses
` [PATCH v2 5/8] riscv: Implement sv48 support
` [PATCH v2 6/8] riscv: Allow user to downgrade to sv39 when hw supports sv48
` [PATCH v2 7/8] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
` [PATCH v2 8/8] riscv: Explicit comment about user virtual address space size

[PATCH v7 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-02  5:33 UTC  (11+ messages)
` [PATCH v7 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v7 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v7 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v7 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v7 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v7 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[RFC PATCH v4 00/13] riscv: Add vector ISA support
 2020-06-02  3:08 UTC  (24+ messages)
` [RFC PATCH v4 05/13] riscv: Add new csr defines related to vector extension
` [RFC PATCH v4 07/13] riscv: Add has_vector/riscv_vsize to save vector features
` [RFC PATCH v4 09/13] riscv: Add vector struct and assembler definitions
` [RFC PATCH v4 10/13] riscv: Add task switch support for vector
` [RFC PATCH v4 11/13] riscv: Add ptrace vector support
` [RFC PATCH v4 12/13] riscv: Add sigcontext save/restore for vector

[PATCH v2] riscv: fix build warning of missing prototypes
 2020-06-01 18:39 UTC  (2+ messages)

[PATCH v2] RISC-V: Don't mark init section as non-executable
 2020-06-01 18:23 UTC  (3+ messages)

[PATCH v6 0/6] New RISC-V Local Interrupt Controller Driver
 2020-06-01  9:33 UTC  (18+ messages)
` [PATCH v6 1/6] RISC-V: self-contained IPI handling routine
` [PATCH v6 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
` [PATCH v6 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v6 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v6 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v6 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH] RISC-V: Don't mark init section as non-executable
 2020-06-01  4:20 UTC  (2+ messages)

[V5 patch 0/6] riscv: Add KGDB and KDB support
 2020-06-01  3:39 UTC  (7+ messages)
` [V5 patch 1/6] kgdb: Add kgdb_has_hit_break function
` [V5 patch 2/6] riscv: Add KGDB support
` [V5 patch 3/6] kgdb: enable arch to support XML packet support
` [V5 patch 4/6] riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX
` [V5 patch 5/6] riscv: Use the XML target descriptions to report 3 system registers
` [V5 patch 6/6] riscv: Add SW single-step support for KDB

[PATCH v3 0/3] vmalloc kernel mapping and relocatable kernel
 2020-05-29 12:08 UTC  (5+ messages)
` [PATCH v3 2/3] riscv: Introduce CONFIG_RELOCATABLE
` [PATCH v3 3/3] arch, scripts: Add script to check relocations at compile time

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-29 11:45 UTC  (19+ messages)
` [PATCH v5 3/6] irqchip: RISC-V per-HART local interrupt controller driver
` [PATCH v5 4/6] clocksource/drivers/timer-riscv: Use per-CPU timer interrupt
` [PATCH v5 5/6] RISC-V: Remove do_IRQ() function
` [PATCH v5 6/6] RISC-V: Force select RISCV_INTC for CONFIG_RISCV

[PATCH v5 2/6] RISC-V: Rename and move plic_find_hart_id() to arch directory
 2020-05-29  1:37 UTC  (2+ messages)

[PATCH v5 1/6] RISC-V: self-contained IPI handling routine
 2020-05-29  1:37 UTC  (2+ messages)

[PATCH 5/5] dt-bindings: timer: Add CLINT bindings
 2020-05-28 23:18 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;
as well as URLs for NNTP newsgroup(s).