Laurent Dufour ([email protected])

Number of posts: 523 (0.49 per day)
First post: 2014-11-24 14:08:13
Last post: 2017-11-02 10:01:52

Date List Subject
2018-02-16 19:16:00 linux-kernel [PATCH v8 16/24] mm: Introduce __page_add_new_anon_rmap()
2018-02-16 19:16:00 linux-kernel [PATCH v8 19/24] mm: Adding speculative page fault failure trace events
2018-02-16 19:15:57 linux-kernel [PATCH v8 18/24] mm: Provide speculative fault infrastructure
2018-02-16 19:15:54 linux-kernel [PATCH v8 12/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
2018-02-16 19:15:46 linux-kernel [PATCH v8 20/24] perf: Add a speculative page fault sw event
2018-02-16 19:15:44 linux-kernel [PATCH v8 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
2018-02-16 19:15:43 linux-kernel [PATCH v8 23/24] x86/mm: Add speculative pagefault handling
2018-02-16 19:15:41 linux-kernel [PATCH v8 22/24] mm: Speculative page fault handler return VMA
2018-02-16 19:15:39 linux-kernel [PATCH v8 05/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
2018-02-16 19:15:30 linux-kernel [PATCH v8 13/24] mm: Introduce __lru_cache_add_active_or_unevictable
2018-02-16 19:15:30 linux-kernel [PATCH v8 15/24] mm: Introduce __vm_normal_page()
2018-02-16 19:15:17 linux-kernel [PATCH v8 07/24] mm: VMA sequence count
2018-02-16 19:15:09 linux-kernel [PATCH v8 03/24] powerpc/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-16 19:15:07 linux-kernel [PATCH v8 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-16 19:15:02 linux-kernel [PATCH v8 00/24] Speculative page faults
2018-02-13 07:58:17 linux-kernel Re: [PATCH v7 00/24] Speculative page faults
2018-02-08 17:15:50 linux-kernel Re: [PATCH v7 04/24] mm: Dont assume page-table invariance during faults
2018-02-08 14:37:20 linux-kernel Re: [PATCH v7 04/24] mm: Dont assume page-table invariance during faults
2018-02-06 17:09:27 linux-kernel [PATCH v7 08/24] mm: Protect VMA modifications using VMA sequence count
2018-02-06 17:08:30 linux-kernel [PATCH v7 13/24] mm: Introduce __lru_cache_add_active_or_unevictable
2018-02-06 17:08:11 linux-kernel [PATCH v7 09/24] mm: protect mremap() against SPF hanlder
2018-02-06 16:57:31 linux-kernel [PATCH v7 17/24] mm: Protect mm_rb tree with a rwlock
2018-02-06 16:56:12 linux-kernel [PATCH v7 24/24] powerpc/mm: Add speculative page fault
2018-02-06 16:56:06 linux-kernel [PATCH v7 18/24] mm: Provide speculative fault infrastructure
2018-02-06 16:55:56 linux-kernel [PATCH v7 20/24] perf: Add a speculative page fault sw event
2018-02-06 16:55:42 linux-kernel [PATCH v7 19/24] mm: Adding speculative page fault failure trace events
2018-02-06 16:55:27 linux-kernel [PATCH v7 21/24] perf tools: Add support for the SPF perf event
2018-02-06 16:55:27 linux-kernel [PATCH v7 22/24] mm: Speculative page fault handler return VMA
2018-02-06 16:55:20 linux-kernel [PATCH v7 14/24] mm: Introduce __maybe_mkwrite()
2018-02-06 16:55:19 linux-kernel [PATCH v7 23/24] x86/mm: Add speculative pagefault handling
2018-02-06 16:54:52 linux-kernel [PATCH v7 10/24] mm: Protect SPF handler against anon_vma changes
2018-02-06 16:54:31 linux-kernel [PATCH v7 16/24] mm: Introduce __page_add_new_anon_rmap()
2018-02-06 16:54:26 linux-kernel [PATCH v7 15/24] mm: Introduce __vm_normal_page()
2018-02-06 16:54:03 linux-kernel [PATCH v7 12/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
2018-02-06 16:53:25 linux-kernel [PATCH v7 11/24] mm: Cache some VMA fields in the vm_fault structure
2018-02-06 16:53:15 linux-kernel [PATCH v7 05/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
2018-02-06 16:53:14 linux-kernel [PATCH v7 04/24] mm: Dont assume page-table invariance during faults
2018-02-06 16:52:59 linux-kernel [PATCH v7 03/24] powerpc/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-06 16:52:59 linux-kernel [PATCH v7 07/24] mm: VMA sequence count
2018-02-06 16:52:45 linux-kernel [PATCH v7 06/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
2018-02-06 16:52:13 linux-kernel [PATCH v7 02/24] x86/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-06 16:51:50 linux-kernel [PATCH v7 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-06 16:51:32 linux-kernel [PATCH v7 00/24] Speculative page faults
2018-02-05 16:54:52 linux-kernel Re: [RFC PATCH 00/64] mm: towards parallel address space operations
2018-02-05 16:11:28 linux-kernel Re: [PATCH 06/64] mm: teach pagefault paths about range locking
2018-02-02 18:32:48 linux-kernel Re: [RFC PATCH v1 12/13] mm: split up release_pages into non-sentinel and sentinel passes
2018-02-02 15:24:54 linux-kernel Re: [RFC PATCH v1 13/13] mm: splice local lists onto the front of the LRU
2018-02-02 14:41:30 linux-kernel Re: [RFC PATCH v1 12/13] mm: split up release_pages into non-sentinel and sentinel passes
2018-01-23 18:16:55 linux-kernel Re: [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages
2018-01-17 15:15:41 linux-kernel Re: [PATCH v6 00/24] Speculative page faults
2018-01-17 08:57:29 linux-kernel Re: [PATCH v6 03/24] mm: Dont assume page-table invariance during faults