Alexandru Elisei ([email protected])

Number of posts: 314 (0.21 per day)
First post: 2020-01-27 11:22:22
Last post: 2024-02-20 16:48:36

Date List Subject
2024-01-25 16:51:27 linux-kernel [PATCH RFC v3 18/35] arm64: mte: Rename __GFP_ZEROTAGS to __GFP_TAGGED
2024-01-25 16:51:01 linux-kernel [PATCH RFC v3 17/35] arm64: mte: Rework naming for tag manipulation functions
2024-01-25 16:49:09 linux-kernel [PATCH RFC v3 13/35] mm: memory: Introduce fault-on-access mechanism for pages
2024-01-25 16:48:47 linux-kernel [PATCH RFC v3 12/35] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore()
2024-01-25 16:48:28 linux-kernel [PATCH RFC v3 10/35] mm: cma: Fast track allocating memory when the pages are free
2024-01-25 16:48:26 linux-kernel [PATCH RFC v3 11/35] mm: Allow an arch to hook into folio allocation when VMA is known
2024-01-25 16:47:20 linux-kernel [PATCH RFC v3 09/35] mm: cma: Introduce cma_remove_mem()
2024-01-25 16:47:00 linux-kernel [PATCH RFC v3 08/35] mm: cma: Introduce cma_alloc_range()
2024-01-25 16:46:40 linux-kernel [PATCH RFC v3 06/35] mm: cma: Make CMA_ALLOC_SUCCESS/FAIL count the number of pages
2024-01-25 16:46:35 linux-kernel [PATCH RFC v3 07/35] mm: cma: Add CMA_RELEASE_{SUCCESS,FAIL} events
2024-01-25 16:46:23 linux-kernel [PATCH RFC v3 03/35] mm: page_alloc: Add an arch hook to filter MIGRATE_CMA allocations
2024-01-25 16:45:51 linux-kernel [PATCH RFC v3 05/35] mm: cma: Don't append newline when generating CMA area name
2024-01-25 16:45:30 linux-kernel [PATCH RFC v3 04/35] mm: page_alloc: Partially revert "mm: page_alloc: remove stale CMA guard code"
2024-01-25 16:44:41 linux-kernel [PATCH RFC v3 02/35] mm: page_alloc: Add an arch hook early in free_pages_prepare()
2024-01-25 16:44:03 linux-kernel [PATCH RFC v3 01/35] mm: page_alloc: Add gfp_flags parameter to arch_alloc_page()
2024-01-25 16:43:09 linux-kernel [PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
2023-12-18 10:59:59 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-14 15:47:36 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-13 17:45:51 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-13 14:52:14 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-13 13:05:54 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-12 16:40:02 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-11 14:45:15 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-12-11 14:23:16 linux-kernel Re: [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
2023-12-03 12:16:43 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-11-30 17:43:23 linux-kernel Re: [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
2023-11-30 14:33:48 linux-kernel Re: [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
2023-11-30 13:32:34 linux-kernel Re: [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
2023-11-30 12:06:51 linux-kernel Re: [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
2023-11-30 12:00:54 linux-kernel Re: [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
2023-11-30 11:57:02 linux-kernel Re: [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
2023-11-29 13:41:53 linux-kernel Re: [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
2023-11-29 13:34:15 linux-kernel Re: [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation
2023-11-29 11:56:56 linux-kernel Re: [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
2023-11-29 11:56:01 linux-kernel Re: [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
2023-11-29 11:31:40 linux-kernel Re: [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
2023-11-29 10:46:42 linux-kernel Re: [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
2023-11-29 10:44:52 linux-kernel Re: [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
2023-11-28 17:22:52 linux-kernel Re: [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
2023-11-28 17:18:18 linux-kernel Re: [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
2023-11-28 17:17:44 linux-kernel Re: [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
2023-11-27 15:11:23 linux-kernel Re: [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
2023-11-27 15:07:52 linux-kernel Re: [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
2023-11-27 15:04:51 linux-kernel Re: [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
2023-11-27 15:02:24 linux-kernel Re: [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
2023-11-27 13:03:33 linux-kernel Re: [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
2023-11-27 12:10:33 linux-kernel Re: [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
2023-11-27 11:53:19 linux-kernel Re: [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
2023-11-22 09:23:05 linux-kernel Re: [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
2023-11-21 11:54:59 linux-kernel Re: [PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc()
2023-11-19 17:02:12 linux-kernel [PATCH RFC v2 27/27] arm64: mte: Enable dynamic tag storage reuse