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

Date List Subject
2023-08-01 09:27:08 linux-kernel [PATCH v3 4/4] riscv: Improve flush_tlb_kernel_range()
2023-08-01 09:24:40 linux-kernel [PATCH v3 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
2023-08-01 09:24:32 linux-kernel [PATCH v3 1/4] riscv: Improve flush_tlb()
2023-08-01 07:44:18 linux-kernel Re: [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
2023-07-31 16:33:13 linux-kernel Re: [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
2023-07-31 12:40:17 linux-kernel Re: [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
2023-07-31 10:26:31 linux-kernel Re: [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
2023-07-27 19:38:57 linux-kernel [PATCH v2 1/4] riscv: Improve flush_tlb()
2023-07-27 19:33:28 linux-kernel [PATCH v2 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
2023-07-27 19:27:12 linux-kernel [PATCH v2 4/4] riscv: Improve flush_tlb_kernel_range()
2023-07-27 19:18:57 linux-kernel [PATCH v2 0/4] riscv: tlb flush improvements
2023-07-27 19:16:05 linux-kernel [PATCH v2 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
2023-07-27 16:07:07 linux-kernel [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
2023-07-27 15:30:39 linux-kernel [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
2023-07-27 15:26:01 linux-kernel [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
2023-07-27 14:50:31 linux-kernel [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv
2023-07-27 14:48:48 linux-kernel [PATCH v4 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
2023-07-27 14:47:48 linux-kernel [PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
2023-07-27 14:47:28 linux-kernel [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
2023-07-27 14:47:26 linux-kernel [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
2023-07-27 14:42:49 linux-kernel [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
2023-07-27 14:37:10 linux-kernel [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
2023-07-27 14:23:47 linux-kernel [PATCH v4 01/10] perf: Fix wrong comment about default event_idx
2023-07-25 14:59:49 linux-kernel [PATCH v6 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
2023-07-25 14:50:01 linux-kernel [PATCH v6 2/3] Documentation: riscv: Add early boot document
2023-07-25 14:30:27 linux-kernel [PATCH v6 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-25 14:13:40 linux-kernel [PATCH -fixes] riscv: Implement flush_cache_vmap()
2023-07-25 08:42:08 linux-kernel Re: [PATCH v5 2/3] Documentation: riscv: Add early boot document
2023-07-25 07:17:46 linux-kernel Re: [PATCH v6 0/5] riscv: Introduce KASLR
2023-07-25 07:17:29 linux-kernel Re: [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
2023-07-22 14:42:43 linux-kernel [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
2023-07-22 14:01:22 linux-kernel [PATCH v6 0/5] riscv: Introduce KASLR
2023-07-22 13:59:14 linux-kernel [PATCH v6 1/5] riscv: Introduce virtual kernel mapping KASLR
2023-07-22 13:57:18 linux-kernel [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
2023-07-22 13:57:04 linux-kernel [PATCH v6 4/5] libstub: Fix compilation warning for rv32
2023-07-22 13:55:52 linux-kernel [PATCH v6 5/5] riscv: libstub: Implement KASLR by using generic functions
2023-07-22 12:24:33 linux-kernel [PATCH v5 3/3] Documentation: riscv: Update boot image header since EFI stub is supported
2023-07-22 12:17:50 linux-kernel [PATCH v5 1/3] Documentation: arm: Add bootargs to the table of added DT parameters
2023-07-22 11:53:38 linux-kernel [PATCH v5 2/3] Documentation: riscv: Add early boot document
2023-07-22 09:35:19 linux-kernel Re: [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
2023-07-21 08:53:07 linux-kernel [PATCH v5 5/5] riscv: libstub: Implement KASLR by using generic functions
2023-07-21 08:23:35 linux-kernel [PATCH v5 4/5] libstub: Fix compilation warning for rv32
2023-07-21 08:22:12 linux-kernel [PATCH v5 1/5] riscv: Introduce virtual kernel mapping KASLR
2023-07-21 08:22:09 linux-kernel [PATCH v5 0/5] riscv: Introduce KASLR
2023-07-21 08:21:40 linux-kernel [PATCH v5 2/5] riscv: Dump out kernel offset information on panic
2023-07-21 08:01:18 linux-kernel [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
2023-07-20 09:00:31 linux-kernel Re: [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
2023-07-20 08:57:42 linux-kernel Re: [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
2023-07-20 08:56:58 linux-kernel Re: [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
2023-07-20 08:00:50 linux-kernel Re: [PATCH v6 4/4] RISC-V: mm: Document mmap changes
2023-07-20 07:16:33 linux-kernel Re: [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation