LinuxLists
Users
About
Alexandre Ghiti (
[email protected]
)
Number of posts: 998 (0.39 per day)
First post: 2017-06-09 12:28:09
Last post: 2024-06-03 15:33:00
Previous Page
/
Next Page
Date
List
Subject
2022-01-10 08:06:39
linux-kernel
Re: [PATCH v3 12/13] riscv: Initialize thread pointer before calling C functions
2022-01-10 08:05:22
linux-kernel
Re: [PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-12-16 11:09:57
linux-kernel
Re: [PATCH v2 3/5] riscv: mm: init: remove _pt_ops and use pt_ops directly
2021-12-16 10:41:35
linux-kernel
Re: [PATCH v2 2/5] riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdef
2021-12-06 11:08:32
linux-kernel
Re: [PATCH v3 00/13] Introduce sv48 support without relocatable kernel
2021-12-06 11:05:43
linux-kernel
Re: [PATCH v3 07/13] riscv: Implement sv48 support
2021-12-06 10:50:08
linux-kernel
Re: [PATCH v2 00/10] Introduce sv48 support without relocatable kernel
2021-12-06 09:44:12
linux-kernel
Re: [PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-12-03 09:12:08
linux-kernel
Re: [PATCH 3/5] riscv: mm: init: remove _pt_ops and use pt_ops directly
2021-12-03 08:41:54
linux-kernel
Re: [PATCH 5/5] riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usage
2021-12-03 08:39:19
linux-kernel
Re: [PATCH 4/5] riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdef
2021-12-03 08:35:52
linux-kernel
Re: [PATCH 2/5] riscv: mm: init: try best to IS_ENABLED(CONFIG_64BIT) instead of #ifdef
2021-12-03 08:33:23
linux-kernel
Re: [PATCH 2/5] riscv: mm: init: try best to IS_ENABLED(CONFIG_64BIT) instead of #ifdef
2021-12-03 08:15:47
linux-kernel
Re: [PATCH 1/5] riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"
2021-12-02 15:52:19
linux-kernel
Re: [PATCH] riscv: mm: fix wrong phys_ram_base value for RV64
2021-11-24 15:09:46
linux-kernel
Re: [RFC PATCH 1/3] riscv: Remove 2MB offset in the mm layout
2021-11-22 12:58:04
linux-kernel
Re: [PATCH 6/8] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
2021-11-22 11:23:00
linux-kernel
Re: [PATCH 6/8] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
2021-10-27 17:30:39
linux-kernel
Re: [PATCH] RISC-V: Make CONFIG_RELOCATABLE user selectable
2021-10-27 17:30:39
linux-kernel
Re: [PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-10-16 03:28:50
linux-kernel
Re: [PATCH] kasan: Always respect CONFIG_KASAN_STACK
2021-10-14 22:57:00
linux-kernel
Re: [PATCH] kasan: Always respect CONFIG_KASAN_STACK
2021-10-13 14:33:12
linux-kernel
Re: [PATCH v1 1/1] Add support for mm->mmap_legacy_base in legacy layout
2021-10-10 17:04:18
linux-kernel
Re: [PATCH v1 1/1] Add support for mm->mmap_legacy_base in legacy layout
2021-10-09 17:22:33
linux-kernel
Re: [PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
2021-09-20 09:12:46
linux-kernel
Re: [PATCH] riscv: Flush current cpu icache before other cpus
2021-09-19 06:48:11
linux-kernel
Re: [PATCH] riscv: Flush current cpu icache before other cpus
2021-09-19 06:47:46
linux-kernel
[PATCH] riscv: Flush current cpu icache before other cpus
2021-09-14 00:41:09
linux-kernel
Re: [PATCH 1/2] doc: Fix typo in Documentation/riscv/vm-layout
2021-09-08 09:37:12
linux-kernel
Re: [PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
2021-08-07 19:33:46
linux-kernel
Re: [PATCH -fixes 3/3] riscv: Optimize kernel virtual address conversion macro
2021-08-05 10:00:53
linux-kernel
[PATCH RFC] riscv: Introduce compile-time early page table for XIP kernel
2021-08-02 12:44:51
linux-kernel
Re: [PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
2021-07-28 11:57:09
linux-kernel
Re: [PATCH v2 -next] riscv: mm: remove redundant trampoline PGD for 64bit
2021-07-28 09:12:06
linux-kernel
Re: [PATCH] riscv: fix the global name pfn_base confliction error
2021-07-28 07:21:36
linux-kernel
Re: [PATCH] riscv: fix the global name pfn_base confliction error
2021-07-28 06:27:00
linux-kernel
Re: [PATCH -next] riscv: mm: remove redundant trampoline PGD for 64bit
2021-07-26 05:49:45
linux-kernel
Re: [PATCH 3/3] riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUE
2021-07-26 05:44:24
linux-kernel
[PATCH -fixes] riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE
2021-07-23 13:09:00
linux-kernel
[PATCH 5/5] riscv: Move early fdt mapping creation in its own function
2021-07-23 13:08:12
linux-kernel
[PATCH 2/5] riscv: Get rid of map_size parameter to create_kernel_page_table
2021-07-23 13:08:04
linux-kernel
[PATCH 4/5] riscv: Simplify BUILTIN_DTB device tree mapping handling
2021-07-23 13:06:55
linux-kernel
[PATCH 1/5] riscv: Introduce va_kernel_pa_offset for 32-bit kernel
2021-07-23 13:05:59
linux-kernel
[PATCH 0/5] Small cleanup for mm/init.c and address conversion macros
2021-07-23 13:05:50
linux-kernel
[PATCH 3/5] riscv: Use __maybe_unused instead of #ifdefs around variable declarations
2021-07-21 08:10:09
linux-kernel
[PATCH -fixes 3/3] riscv: Optimize kernel virtual address conversion macro
2021-07-21 08:04:58
linux-kernel
[PATCH -fixes 2/3] Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"
2021-07-21 08:04:22
linux-kernel
[PATCH -fixes 1/3] riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversion
2021-07-21 08:02:41
linux-kernel
[PATCH -fixes 0/3] Fixes regarding CONFIG_PHYS_RAM_BASE
2021-07-16 13:24:09
linux-kernel
Re: [PATCH RFC] riscv: Remove all XIP fixups by initializing MMU in memory
2021-07-16 13:18:40
linux-kernel
Re: [GIT PULL] RISC-V Patches for the 5.14 Merge Window, Part 1