linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 07:57:21 to 2020-04-20 15:34:40 UTC [more...]

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

[PATCH 00/21] mm: rework free_area_init*() funcitons
 2020-04-20 14:26 UTC  (23+ 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

[v3 PATCH 0/5] Add UEFI support for RISC-V
 2020-04-20  8:02 UTC  (18+ 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
` [v3 PATCH 3/5] RISC-V: Define fixmap bindings for generic early ioremap support
` [v3 PATCH 4/5] RISC-V: Add PE/COFF header for EFI stub
` [v3 PATCH 5/5] RISC-V: Add EFI stub support

The concern about RV32 Linux ABI stability raised by musl-libc's maintainer
 2020-04-20  6:07 UTC 

[PATCH v5 0/9] Support strict kernel memory permissions for security
 2020-04-19 23:50 UTC  (14+ messages)
` [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 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-19 18:14 UTC  (22+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCHv3 00/50] Add log level to show_stack()
 2020-04-18 20:40 UTC  (4+ messages)
` [PATCHv3 01/50] kallsyms/printk: Add loglvl to print_ip_sym()
` [PATCHv3 27/50] riscv: Add show_stack_loglvl()

[PATCH v5 1/9] riscv: add macro to get instruction length
 2020-04-18  0:22 UTC  (2+ messages)

[PATCHv2 00/50] Add log level to show_stack()
 2020-04-17 22:59 UTC  (4+ messages)
` [PATCHv2 01/50] kallsyms/printk: Add loglvl to print_ip_sym()

[PATCH v11 00/20] KVM RISC-V Support
 2020-04-17 12:45 UTC  (2+ messages)

[PATCH 1/3] riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() export
 2020-04-17 12:43 UTC  (6+ messages)
` [PATCH 2/3] tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBI
` [PATCH 3/3] riscv: sbi: Fix undefined reference to sbi_shutdown

[PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation
 2020-04-17 11:12 UTC  (4+ messages)
` [PATCH v3 05/11] riscv: Add clear_bit_unlock_is_negative_byte implementation

More K210 Support
 2020-04-17  4:55 UTC  (8+ 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 v2 0/2] riscv: introduce vDSO common flow
 2020-04-17  3:38 UTC  (4+ messages)
` [PATCH v2 1/2] riscv: use vDSO common flow to reduce the latency of the time-related functions
` [PATCH v2 2/2] riscv: set the permission of vdso_data to read-only

[PATCH v2 0/5] riscv: Add KGDB and KDB support
 2020-04-16 19:13 UTC  (2+ messages)

[PATCH v2 5/5] riscv: Add SW single-step support for KDB
 2020-04-16 19:13 UTC  (2+ messages)

[PATCH v2 4/5] riscv: Use the XML target descriptions to report 3 system registers
 2020-04-16 19:12 UTC  (2+ messages)

[PATCH v4 0/5] Add KGDB and KDB support
 2020-04-16  2:38 UTC  (6+ messages)
` [PATCH v4 1/5] kgdb: Add kgdb_has_hit_break function
` [PATCH v4 2/5] riscv: Add KGDB support
` [PATCH v4 3/5] kgdb: enable arch to support XML packet support
` [PATCH v4 4/5] riscv: Use the XML target descriptions to report 3 system registers
` [PATCH v4 5/5] riscv: Add SW single-step support for KDB

[PATCH v3 0/5] riscv: Add KGDB and KDB support
 2020-04-16  0:08 UTC  (10+ 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

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

[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  (22+ messages)
` [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)

[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] 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 V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-09  1:06 UTC  (7+ 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).