Laurent Dufour ([email protected])

Number of posts: 383 (0.24 per day)
First post: 2019-03-04 16:13:03
Last post: 2023-08-10 09:17:36

Date List Subject
2019-04-16 13:49:18 linux-kernel [PATCH v12 08/31] mm: introduce INIT_VMA()
2019-04-16 13:49:14 linux-kernel [PATCH v12 16/31] mm: introduce __vm_normal_page()
2019-04-16 13:49:11 linux-kernel [PATCH v12 10/31] mm: protect VMA modifications using VMA sequence count
2019-04-16 13:49:06 linux-kernel [PATCH v12 22/31] mm: provide speculative fault infrastructure
2019-04-16 13:48:58 linux-kernel [PATCH v12 25/31] perf: add a speculative page fault sw event
2019-04-16 13:48:50 linux-kernel [PATCH v12 18/31] mm: protect against PTE changes done by dup_mmap()
2019-04-16 13:48:48 linux-kernel [PATCH v12 11/31] mm: protect mremap() against SPF hanlder
2019-04-16 13:48:46 linux-kernel [PATCH v12 03/31] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2019-04-16 13:48:39 linux-kernel [PATCH v12 05/31] mm: prepare for FAULT_FLAG_SPECULATIVE
2019-04-16 13:48:38 linux-kernel [PATCH v12 30/31] arm64/mm: add speculative page fault
2019-04-16 13:48:35 linux-kernel [PATCH v12 31/31] mm: Add a speculative page fault switch in sysctl
2019-04-16 13:48:30 linux-kernel [PATCH v12 28/31] x86/mm: add speculative pagefault handling
2019-04-16 13:48:23 linux-kernel [PATCH v12 15/31] mm: introduce __lru_cache_add_active_or_unevictable
2019-04-16 13:48:14 linux-kernel [PATCH v12 24/31] mm: adding speculative page fault failure trace events
2019-04-16 13:48:10 linux-kernel [PATCH v12 19/31] mm: protect the RB tree with a sequence lock
2019-04-16 13:48:03 linux-kernel [PATCH v12 09/31] mm: VMA sequence count
2019-04-16 13:47:57 linux-kernel [PATCH v12 01/31] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
2019-04-16 13:47:52 linux-kernel [PATCH v12 21/31] mm: Introduce find_vma_rcu()
2019-04-16 13:47:49 linux-kernel [PATCH v12 17/31] mm: introduce __page_add_new_anon_rmap()
2019-04-16 13:47:41 linux-kernel [PATCH v12 04/31] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2019-03-29 09:33:24 linux-kernel Re: [LSF/MM TOPIC] Using XArray to manage the VMA
2019-03-25 10:29:51 linux-kernel Re: [PATCH] mm/slab: protect cache_reap() against CPU and memory hot plug operations
2019-03-13 15:13:43 linux-kernel [LSF/MM TOPIC] Using XArray to manage the VMA
2019-03-12 16:29:51 linux-kernel Re: [PATCH] mm/slab: protect cache_reap() against CPU and memory hot plug operations
2019-03-11 19:18:09 linux-kernel [PATCH] mm/slab: protect cache_reap() against CPU and memory hot plug operations
2019-03-04 16:13:03 linux-kernel [PATCH] mm/filemap: fix minor typo