linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-01 13:11:26 to 2021-06-07 07:29:30 UTC [more...]

[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
 2021-06-07  7:27 UTC  (41+ messages)
` [RFC PATCH v2 01/11] riscv: asid: Use global mappings for kernel pages
` [PATCH V5 1/3] riscv: "
` [PATCH V5 2/3] riscv: Add ASID-based tlbflushing methods
` [RFC PATCH v2 02/11] riscv: asid: "
` [RFC PATCH v2 03/11] riscv: asid: Optimize tlbflush coding convention
` [PATCH V5 3/3] riscv: tlbflush: Optimize "
` [RFC PATCH v2 04/11] riscv: pgtable: Fixup _PAGE_CHG_MASK usage
` [RFC PATCH v2 05/11] riscv: pgtable: Add custom protection_map init
` [RFC PATCH v2 06/11] riscv: pgtable: Add DMA_COHERENT with custom PTE attributes
` [RFC PATCH v2 07/11] riscv: cmo: Add dma-noncoherency support
` [RFC PATCH v2 08/11] riscv: cmo: Add vendor custom icache sync
` [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board
` [RFC PATCH v2 10/11] riscv: soc: Add Allwinner SoC kconfig option
` [RFC PATCH v2 11/11] riscv: soc: Allwinner D1 GMAC driver only for temp use

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-07  6:51 UTC  (13+ messages)

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-07  5:48 UTC  (9+ messages)
` [PATCH v2 01/15] mm: add setup_initial_init_mm() helper
    ` [PATCH v3] "
` [PATCH v2 12/15] riscv: convert to setup_initial_init_mm()

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-07  5:13 UTC  (16+ messages)

[PATCH] Documentation: dt-bindings: Fix incorrect statement
 2021-06-07  2:13 UTC  (3+ messages)

[PATCH] riscv: sifive: fix Kconfig errata warning
 2021-06-06 23:46 UTC  (2+ messages)

[PATCH] riscv32: Use medany C model for modules
 2021-06-06 22:09 UTC 

[PATCH v5 0/8] RISC-V CPU Idle Support
 2021-06-06 18:39 UTC  (13+ messages)
` [PATCH v5 1/8] RISC-V: Enable CPU_IDLE drivers
` [PATCH v5 2/8] RISC-V: Rename relocate() and make it global
` [PATCH v5 3/8] RISC-V: Add arch functions for non-retentive suspend entry/exit
` [PATCH v5 4/8] RISC-V: Add SBI HSM suspend related defines
` [PATCH v5 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver
` [PATCH v5 6/8] cpuidle: Add RISC-V SBI CPU idle driver
` [PATCH v5 7/8] dt-bindings: Add common bindings for ARM and RISC-V idle states
` [PATCH v5 8/8] RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machine

rebased ASID-based tlbflush
 2021-06-06 16:49 UTC  (5+ messages)
` [PATCH 1/2] riscv: pass the mm_struct to __sbi_tlb_flush_range
` [PATCH 2/2] riscv: add ASID-based tlbflushing methods

[PATCH v4 0/4] riscv: Map the kernel with correct permissions the first time
 2021-06-06  7:38 UTC  (7+ messages)
` [PATCH v4 1/4] riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED
` [PATCH v4 2/4] riscv: Simplify xip and !xip kernel address conversion macros
` [PATCH v4 3/4] riscv: Introduce set_kernel_memory helper
` [PATCH v4 4/4] riscv: Map the kernel with correct permissions the first time

[PATCH -fixes] riscv: Fix BUILTIN_DTB for sifive and microchip soc
 2021-06-06  7:40 UTC  (9+ messages)

[PATCH] riscv: mm: init: Consolidate vars, functions
 2021-06-06  7:23 UTC  (9+ messages)

[GIT PULL] RISC-V Fixes for 5.13-rc5
 2021-06-05 18:11 UTC  (2+ messages)

[PATCH 0/1] riscv: better network performance with memcpy, uaccess
 2021-06-05  8:02 UTC  (4+ messages)
` [PATCH 1/1] riscv: prevent pipeline stall in __asm_to/copy_from_user

[PATCH -next] riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BIT
 2021-06-05  5:48 UTC  (2+ messages)
` [PATCH RFC] riscv: Enable pud vmap support for Sv48

[PATCH] [v5] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-04 17:20 UTC  (3+ messages)

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-04 14:49 UTC  (13+ messages)
` [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v2 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v2 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v2 4/9] m68k: "
` [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v2 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH] riscv: xip: support runtime trap patching
 2021-06-04  9:52 UTC  (4+ messages)

[PATCH v2 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms
 2021-06-04  9:41 UTC  (3+ messages)
` [PATCH v2 0/2] allow simple{fb,drm} "

[PATCH v3 0/3] riscv: Map the kernel with correct permissions the first time
 2021-06-03 15:51 UTC  (16+ messages)
` [PATCH v3 1/3] riscv: Factorize xip and !xip kernel address conversion macros
` [PATCH v3 2/3] riscv: Introduce set_kernel_memory helper
` [PATCH v3 3/3] riscv: Map the kernel with correct permissions the first time

[PATCH] [v4] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-03 13:32 UTC  (2+ messages)

[PATCH] riscv: mm: Remove va_kernel_xip_pa_offset symbol from !XIP case
 2021-06-03 12:52 UTC 

[PATCH -next] riscv: add VMAP_STACK overflow detection
 2021-06-03 12:49 UTC  (2+ messages)

[PATCH] [v3] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-03 12:16 UTC  (3+ messages)
  `  "

drivers/clk/clk-k210.c:717:6: warning: variable 'reg' set but not used
 2021-06-03 10:03 UTC 

[PATCH v2] riscv: Map the kernel with correct permissions the first time
 2021-06-03  5:59 UTC  (3+ messages)

[PATCH] [v2] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-03  4:50 UTC  (5+ messages)
  `  "

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-02 14:03 UTC  (12+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 4/9] m68k: "
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH 1/2] riscv: Only initialize swiotlb when necessary
 2021-06-02  8:55 UTC  (2+ messages)
` [PATCH 2/2] riscv: Add mem kernel parameter support

[PATCH] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-02  8:06 UTC  (4+ messages)
  `  "
    `  "

[PATCH -next] clk: analogbits: fix doc warning in wrpll-cln28hpc.c
 2021-06-02  6:40 UTC  (2+ messages)

[PATCH] clk: sifive: Fix kernel-doc
 2021-06-02  6:39 UTC  (2+ messages)

[RFC v2 0/7] Improve RISC-V Perf support using SBI PMU extension
 2021-06-01 17:08 UTC  (6+ messages)
` [RFC v2 6/7] RISC-V: Add perf platform driver based on "

[PATCH v2 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
 2021-06-01 15:00 UTC 


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