linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-02 02:24:26 to 2020-04-15 19:55:31 UTC [more...]

[v3 PATCH 0/5] Add UEFI support for RISC-V
 2020-04-15 19:54 UTC  (3+ messages)
` [v3 PATCH 1/5] efi: Move arm-stub to a common file
` [v3 PATCH 2/5] include: pe.h: Add RISC-V related PE definition

[PATCH v2] riscv: fix vdso build with lld
 2020-04-15 14:42 UTC  (2+ messages)

[PATCH 0/3] Highmem support for 32-bit RISC-V
 2020-04-15 13:54 UTC  (7+ messages)

[PATCH v3 0/5] riscv: Add KGDB and KDB support
 2020-04-15 11:01 UTC  (8+ messages)
` [PATCH v3 1/5] kgdb: Add kgdb_has_hit_break function
` [PATCH v3 2/5] riscv: Add KGDB support
  ` [Kgdb-bugreport] "
` [PATCH v3 3/5] kgdb: enable arch to support XML packet support
  ` [Kgdb-bugreport] "
` [PATCH v3 4/5] riscv: Use the XML target descriptions to report 3 system registers
` [PATCH v3 5/5] riscv: Add SW single-step support for KDB

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

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-14 15:27 UTC  (12+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v2 4/4] hugetlbfs: clean up command line processing

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-04-14 11:44 UTC  (3+ messages)
` [PATCH 2/3] mm/hugetlb: Introduce HAVE_ARCH_IS_HUGEPAGE_ONLY_RANGE
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

[PATCH v2] RISC-V: Add kexec support
 2020-04-14  8:44 UTC  (3+ messages)

[PATCH RFC 0/8] Support KASLR for RISC-V
 2020-04-14  7:00 UTC  (27+ messages)
` [PATCH RFC 1/8] riscv/kaslr: add interface to get kaslr offset
` [PATCH RFC 2/8] riscv/kaslr: introduce functions to clear page table
` [PATCH RFC 3/8] riscv/kaslr: support KASLR infrastructure
` [PATCH RFC 4/8] riscv/kaslr: randomize the kernel image offset
` [PATCH RFC 6/8] riscv/kaslr: clear the original kernel image

[PATCH 0/3] K210 support fixes
 2020-04-14  4:43 UTC  (4+ messages)
` [PATCH 1/3] riscv: Allow device trees to be built into the kernel
` [PATCH 2/3] riscv: K210: Add a built-in device tree
` [PATCH 3/3] riscv: K210: Update defconfig

[PATCH] riscv: use vDSO common flow to reduce the latency of the time-related functions
 2020-04-13 18:15 UTC  (2+ messages)

[PATCH] RISC-V: stacktrace: Declare sp_in_global outside ifdef
 2020-04-13 16:12 UTC 

[PATCH] riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMU
 2020-04-13 10:21 UTC  (2+ messages)

More K210 Support
 2020-04-13  9:06 UTC  (7+ messages)
` [PATCH 1/3] RISC-V: Allow device trees to be built into the kernel
` [PATCH 2/3] RISC-V: K210: Add a built-in device tree
` [PATCH 3/3] RISC-V: Skip setting up PMPs on traps

[PATCH] irqchip/sifive-plic: Fix maximum priority threshold value
 2020-04-13  7:16 UTC  (3+ messages)

[RFC] riscv: use vDSO common flow to reduce the latency of the time-related functions
 2020-04-13  3:50 UTC  (8+ messages)

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-12 19:48 UTC  (22+ messages)
` [PATCH 01/21] mm: memblock: replace dereferences of memblock_region.nid with API calls
` [PATCH 02/21] mm: make early_pfn_to_nid() and related defintions close to each other
` [PATCH 03/21] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
` [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
` [PATCH 05/21] mm: use free_area_init() instead of free_area_init_nodes()
` [PATCH 06/21] alpha: simplify detection of memory zone boundaries
` [PATCH 07/21] arm: "
` [PATCH 08/21] arm64: simplify detection of memory zone boundaries for UMA configs
` [PATCH 09/21] csky: simplify detection of memory zone boundaries
` [PATCH 10/21] m68k: mm: "
` [PATCH 11/21] parisc: "
` [PATCH 12/21] sparc32: "
` [PATCH 13/21] unicore32: "
` [PATCH 14/21] xtensa: "
` [PATCH 15/21] mm: memmap_init: iterate over memblock regions rather that check each PFN
` [PATCH 16/21] mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH 17/21] mm: free_area_init: allow defining max_zone_pfn in descending order
` [PATCH 18/21] mm: rename free_area_init_node() to free_area_init_memoryless_node()
` [PATCH 19/21] mm: clean up free_area_init_node() and its helpers
` [PATCH 20/21] mm: simplify find_min_pfn_with_active_regions()
` [PATCH 21/21] docs/vm: update memory-models documentation

[PATCH] riscv: remove the assert of lock for cpu_running
 2020-04-12  5:13 UTC  (4+ messages)

[GIT PULL] RISC-V Patches for the 5.7 Merge Window, Part 1
 2020-04-09 18:10 UTC  (3+ messages)

[PATCH] RISC-V: Add kdump support
 2020-04-09 11:50 UTC  (2+ messages)

[PATCH v12 07/11] pwm: sifive: Use 64-bit division macro
 2020-04-09  6:52 UTC 

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

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-09  1:06 UTC  (7+ messages)

[PATCH bpf] riscv, bpf: Fix offset range checking for auipc+jalr on RV64
 2020-04-08  5:39 UTC  (3+ messages)

[RFC PATCH 4/7] riscv: Implement sv48 support
 2020-04-08  5:06 UTC  (6+ messages)

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

[PATCH v3 0/9] Support strict kernel memory permissions for security
 2020-04-07 13:06 UTC  (11+ messages)
` [PATCH v3 8/9] riscv: introduce interfaces to patch kernel code

[RFC PATCH 7/7] riscv: Explicit comment about user virtual address space size
 2020-04-07  5:15 UTC  (3+ messages)

[RFC PATCH 6/7] dt-bindings: riscv: Remove "riscv, svXX" property from device-tree
 2020-04-07  5:14 UTC  (3+ messages)

[RFC PATCH 5/7] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
 2020-04-07  5:14 UTC  (3+ messages)

[RFC PATCH 3/7] riscv: Simplify MAXPHYSMEM config
 2020-04-07  5:13 UTC  (3+ messages)

[RFC PATCH 2/7] riscv: Allow to dynamically define VA_BITS
 2020-04-07  5:12 UTC  (3+ messages)

[RFC PATCH 1/7] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
 2020-04-07  5:12 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 19/35] riscv: uaccess should be used in nommu mode
 2020-04-07  0:00 UTC 

[PATCH v2 0/5] riscv: Add KGDB and KDB support
 2020-04-06  4:14 UTC  (9+ messages)
` [PATCH v2 1/5] kgdb: Add kgdb_has_hit_break function
` [PATCH v2 3/5] kgdb: enable arch to support XML packet support

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC  (2+ messages)

[PATCH v11 00/11] Add support for SBI v0.2 and CPU hotplug
 2020-04-05 14:37 UTC  (17+ messages)
` [PATCH v11 01/11] RISC-V: Mark existing SBI as 0.1 SBI
` [PATCH v11 02/11] RISC-V: Add basic support for SBI v0.2
` [PATCH v11 03/11] RISC-V: Add SBI v0.2 extension definitions
` [PATCH v11 04/11] RISC-V: Introduce a new config for SBI v0.1
` [PATCH v11 05/11] RISC-V: Implement new SBI v0.2 extensions
` [PATCH v11 08/11] RISC-V: Export SBI error to linux error mapping function
` [PATCH v11 09/11] RISC-V: Add SBI HSM extension definitions
` [PATCH v11 10/11] RISC-V: Add supported for ordered booting method using HSM

Kendryte K210 support v4
 2020-04-03 17:35 UTC  (2+ messages)

[PATCH] riscv: mm: synchronize MMU after page table update
 2020-04-03 16:03 UTC  (2+ messages)

[PATCH bpf] riscv: remove BPF JIT for nommu builds
 2020-04-02 22:51 UTC  (2+ messages)

[PATCH] riscv: fix vdso build with lld
 2020-04-02 17:53 UTC  (3+ messages)

[PATCH] sifive_l2_cache: remove unnecessary comparison
 2020-04-02  6:37 UTC 

[PATCH 08/10] riscv: Add Kendryte K210 device tree
 2020-04-02  2:24 UTC  (13+ 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).