LinuxLists
Users
About
Alexandre Ghiti (
[email protected]
)
Number of posts: 659 (1.18 per day)
First post: 2022-11-21 13:47:26
Last post: 2024-06-04 11:44:45
Previous Page
/
Next Page
Date
List
Subject
2024-01-04 12:09:50
linux-kernel
Re: [PATCH v4 02/12] riscv: Use IPIs for remote cache/TLB flushes by default
2024-01-04 11:58:51
linux-kernel
Re: [PATCH v4 01/12] riscv: Flush the instruction cache during SMP bringup
2024-01-02 14:19:08
linux-kernel
[PATCH] riscv: Add support for BATCHED_UNMAP_TLB_FLUSH
2023-12-14 13:29:50
linux-kernel
[PATCH] riscv: Use hugepage mappings for vmemmap
2023-12-14 10:06:10
linux-kernel
Re: linux-next: Tree for Dec 11 (riscv32: patch.c)
2023-12-14 09:19:40
linux-kernel
[PATCH -fixes v2] riscv: Check if the code to patch lies in the exit section
2023-12-13 20:36:12
linux-kernel
[PATCH v2 4/4] riscv: Use accessors to page table entries instead of direct dereference
2023-12-13 20:33:33
linux-kernel
[PATCH v2 3/4] riscv: mm: Only compile pgtable.c if MMU
2023-12-13 20:32:34
linux-kernel
[PATCH v2 2/4] mm: Introduce pudp/p4dp/pgdp_get() functions
2023-12-13 20:31:33
linux-kernel
[PATCH v2 1/4] riscv: Use WRITE_ONCE() when setting page table entries
2023-12-13 20:30:44
linux-kernel
[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
2023-12-13 13:42:49
linux-kernel
[PATCH -fixes 2/2] riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
2023-12-13 13:41:53
linux-kernel
[PATCH -fixes 1/2] riscv: Fix module_alloc() that did not reset the linear mapping permissions
2023-12-13 13:40:57
linux-kernel
[PATCH -fixes 0/2] Fix WX mappings in the linear mapping after module unloading
2023-12-13 13:34:24
linux-kernel
Re: linux-next: Tree for Dec 11 (riscv32: patch.c)
2023-12-12 21:37:11
linux-kernel
[PATCH v2 2/2] riscv: Enable pcpu page first chunk allocator
2023-12-12 21:36:28
linux-kernel
[PATCH v2 1/2] mm: Introduce flush_cache_vmap_early()
2023-12-12 21:35:30
linux-kernel
[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
2023-12-12 19:54:22
linux-kernel
[PATCH -fixes v2] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
2023-12-12 08:01:46
linux-kernel
Re: linux-next: Tree for Dec 11 (riscv32: patch.c)
2023-12-12 07:25:21
linux-kernel
Re: linux-next: Tree for Dec 11 (drivers/perf/riscv_pmu_sbi.c)
2023-12-11 14:20:52
linux-kernel
[PATCH -fixes] riscv: Fix wrong usage of lm_alias() when splitting a huge linear mapping
2023-12-11 09:04:40
linux-kernel
Re: [PATCH] riscv: pgtable: Enhance set_pte to prevent OoO risk
2023-12-11 08:31:51
linux-kernel
Re: linux-next: build failure after merge of the percpu tree
2023-12-11 05:52:58
linux-kernel
Re: [PATCH] riscv: pgtable: Enhance set_pte to prevent OoO risk
2023-12-08 14:40:12
linux-kernel
Re: [PATCH RFC/RFT 3/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings
2023-12-08 14:30:35
linux-kernel
Re: [PATCH RFC/RFT 2/4] riscv: Add a runtime detection of invalid TLB entries caching
2023-12-08 14:28:38
linux-kernel
Re: [PATCH RFC/RFT 1/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
2023-12-07 15:08:14
linux-kernel
[PATCH RFC/RFT 4/4] TEMP: riscv: Add debugfs interface to retrieve #sfence.vma
2023-12-07 15:07:24
linux-kernel
[PATCH RFC/RFT 3/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings
2023-12-07 15:06:22
linux-kernel
[PATCH RFC/RFT 2/4] riscv: Add a runtime detection of invalid TLB entries caching
2023-12-07 15:06:03
linux-kernel
[PATCH RFC/RFT 0/4] Remove preventive sfence.vma
2023-12-07 15:05:16
linux-kernel
[PATCH RFC/RFT 1/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
2023-12-06 16:55:10
linux-kernel
[PATCH -fixes] riscv: Check if the code to patch lies in the exit section
2023-10-30 13:35:42
linux-kernel
[PATCH v6 4/4] riscv: Improve flush_tlb_kernel_range()
2023-10-30 13:34:16
linux-kernel
[PATCH v6 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
2023-10-30 13:33:35
linux-kernel
[PATCH v6 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
2023-10-30 13:32:27
linux-kernel
[PATCH v6 1/4] riscv: Improve tlb_flush()
2023-10-30 13:31:48
linux-kernel
[PATCH v6 0/4] riscv: tlb flush improvements
2023-10-27 14:35:55
linux-kernel
[PATCH v2 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings
2023-10-27 14:34:44
linux-kernel
[PATCH v2 1/2] riscv: Don't use PGD entries for the linear mapping
2023-10-27 14:33:46
linux-kernel
[PATCH v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
2023-10-26 08:58:00
linux-kernel
Re: [PATCH -fixes 0/2] Fix set_huge_pte_at()
2023-10-26 08:42:25
linux-kernel
[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
2023-10-26 07:27:48
linux-kernel
Re: [PATCH -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
2023-10-22 14:54:47
linux-kernel
[PATCH -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
2023-10-19 14:06:48
linux-kernel
[PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()
2023-10-19 14:06:11
linux-kernel
[PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
2023-10-19 14:04:41
linux-kernel
[PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
2023-10-19 14:03:20
linux-kernel
[PATCH v5 1/4] riscv: Improve tlb_flush()
2023-10-19 14:02:31
linux-kernel
[PATCH v5 0/4] riscv: tlb flush improvements