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

Date List Subject
2021-02-25 11:44:14 linux-kernel [PATCH 3/3] riscv: Prepare ptdump for vm layout dynamic addresses
2021-02-25 11:43:49 linux-kernel [PATCH 2/3] Documentation: riscv: Add documentation that describes the VM layout
2021-02-25 09:50:43 linux-kernel [PATCH 1/3] riscv: Move kernel mapping outside of linear mapping
2021-02-25 09:49:31 linux-kernel [PATCH 0/3] Move kernel mapping outside the linear mapping
2021-02-25 09:45:09 linux-kernel Re: [PATCH] riscv: Add KASAN_VMALLOC support
2021-02-25 09:43:36 linux-kernel [PATCH] riscv: Add KASAN_VMALLOC support
2021-02-24 19:15:02 linux-kernel Re: [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
2021-02-24 13:18:35 linux-kernel Re: [PATCH] riscv: mm: Remove the copy operation of pmd
2021-02-23 06:23:02 linux-kernel Re: [PATCH] riscv: Pass virtual addresses to kasan_mem_to_shadow
2021-02-22 17:19:42 linux-kernel Re: [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
2021-02-22 08:15:37 linux-kernel Re: [PATCH] riscv: Get rid of MAX_EARLY_MAPPING_SIZE
2021-02-22 08:11:09 linux-kernel [PATCH] riscv: Pass virtual addresses to kasan_mem_to_shadow
2021-02-22 05:42:18 linux-kernel Re: [PATCH] riscv: Get rid of MAX_EARLY_MAPPING_SIZE
2021-02-21 14:39:34 linux-kernel [PATCH] riscv: Get rid of MAX_EARLY_MAPPING_SIZE
2021-02-21 13:44:26 linux-kernel Re: [PATCH 0/4] Kasan improvements and fixes
2021-02-21 13:41:40 linux-kernel Re: [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
2021-02-19 17:03:36 linux-kernel Re: riscv+KASAN does not boot
2021-02-18 09:21:40 linux-kernel Re: riscv+KASAN does not boot
2021-02-17 16:39:18 linux-kernel Re: riscv+KASAN does not boot
2021-02-16 20:44:42 linux-kernel Re: riscv+KASAN does not boot
2021-02-13 10:56:22 linux-kernel Re: [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
2021-02-08 20:59:06 linux-kernel Re: [PATCH] riscv: Improve kasan population by using hugepages when possible
2021-02-08 20:49:01 linux-kernel [PATCH 4/4] riscv: Improve kasan population by using hugepages when possible
2021-02-08 20:48:10 linux-kernel [PATCH 2/4] riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization
2021-02-08 20:47:34 linux-kernel [PATCH 3/4] riscv: Improve kasan population function
2021-02-08 20:45:05 linux-kernel [PATCH 1/4] riscv: Improve kasan definitions
2021-02-08 20:44:38 linux-kernel [PATCH 0/4] Kasan improvements and fixes
2021-02-08 06:31:52 linux-kernel Re: [PATCH v2 1/1] riscv/kasan: add KASAN_VMALLOC support
2021-02-02 08:56:58 linux-kernel Re: [PATCH] riscv: Improve kasan population by using hugepages when possible
2021-02-02 07:09:10 linux-kernel Re: [PATCH] riscv: kasan: remove unneeded semicolon
2021-02-01 08:03:45 linux-kernel [PATCH] riscv: Improve kasan population by using hugepages when possible
2021-01-30 09:35:42 linux-kernel Re: [RFC PATCH 00/12] Introduce sv48 support without relocable kernel
2021-01-29 17:36:20 linux-kernel [PATCH] riscv: virt_addr_valid must check the address belongs to linear mapping
2021-01-29 07:56:18 linux-kernel Re: riscv+KASAN does not boot
2021-01-06 08:19:43 linux-kernel Re: [RFC PATCH 01/12] riscv: Move kernel mapping outside of linear mapping
2021-01-06 06:43:17 linux-kernel Re: [RFC PATCH 04/12] riscv: Allow to dynamically define VA_BITS
2021-01-06 06:38:35 linux-kernel Re: [RFC PATCH 01/12] riscv: Move kernel mapping outside of linear mapping
2021-01-04 20:14:55 linux-kernel [RFC PATCH 02/12] riscv: Protect the kernel linear mapping
2021-01-04 20:13:29 linux-kernel [RFC PATCH 12/12] riscv: Improve virtual kernel memory layout dump
2021-01-04 20:12:59 linux-kernel [RFC PATCH 11/12] riscv: Explicit comment about user virtual address space size
2021-01-04 20:11:38 linux-kernel [RFC PATCH 10/12] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
2021-01-04 20:10:55 linux-kernel [RFC PATCH 09/12] riscv: Allow user to downgrade to sv39 when hw supports sv48
2021-01-04 20:10:26 linux-kernel [RFC PATCH 07/12] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
2021-01-04 20:08:54 linux-kernel [RFC PATCH 08/12] riscv: Implement sv48 support
2021-01-04 20:07:29 linux-kernel [RFC PATCH 06/12] riscv: Prepare ptdump for vm layout dynamic addresses
2021-01-04 20:07:08 linux-kernel [RFC PATCH 04/12] riscv: Allow to dynamically define VA_BITS
2021-01-04 20:06:11 linux-kernel [RFC PATCH 05/12] riscv: Simplify MAXPHYSMEM config
2021-01-04 20:05:20 linux-kernel [RFC PATCH 03/12] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
2021-01-04 20:04:59 linux-kernel [RFC PATCH 01/12] riscv: Move kernel mapping outside of linear mapping
2021-01-04 20:02:27 linux-kernel [RFC PATCH 00/12] Introduce sv48 support without relocable kernel
2020-07-23 05:40:38 linux-kernel Re: [PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone