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-03-28 10:44:50 linux-kernel Re: [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
2018-03-28 10:29:05 linux-kernel Re: [PATCH v9 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
2018-03-28 09:03:25 linux-kernel Re: [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
2018-03-28 08:17:46 linux-kernel Re: [PATCH v9 05/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
2018-03-28 07:50:53 linux-kernel Re: [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
2018-03-23 13:06:28 linux-kernel Re: [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
2018-03-22 16:30:49 linux-kernel Re: [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
2018-03-22 16:20:26 linux-kernel Re: [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
2018-03-22 15:56:17 linux-kernel Re: [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
2018-03-22 15:44:21 linux-kernel Re: [RFC PATCH 1/8] mm: mmap: unmap large mapping by section
2018-03-21 12:22:33 linux-kernel Re: [mm] b1f0502d04: INFO:trying_to_register_non-static_key
2018-03-21 08:23:59 linux-kernel Re: [PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
2018-03-21 08:19:45 linux-kernel Re: [PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
2018-03-20 17:28:34 linux-kernel [PATCH] mm/hugetlb: prevent hugetlb VMA to be misaligned
2018-03-16 16:39:40 linux-kernel Re: [mm] b33ddf50eb: INFO:trying_to_register_non-static_key
2018-03-14 16:27:11 linux-kernel Re: [PATCH v9 17/24] mm: Protect mm_rb tree with a rwlock
2018-03-14 13:36:28 linux-kernel Re: [PATCH v9 00/24] Speculative page faults
2018-03-13 18:11:27 linux-kernel [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
2018-03-13 18:10:16 linux-kernel [PATCH v9 03/24] powerpc/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-03-13 18:08:39 linux-kernel [PATCH v9 05/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
2018-03-13 18:08:21 linux-kernel [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
2018-03-13 18:07:16 linux-kernel [PATCH v9 08/24] mm: Protect VMA modifications using VMA sequence count
2018-03-13 18:07:11 linux-kernel [PATCH v9 11/24] mm: Cache some VMA fields in the vm_fault structure
2018-03-13 18:06:33 linux-kernel [PATCH v9 12/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
2018-03-13 18:06:33 linux-kernel [PATCH v9 16/24] mm: Introduce __page_add_new_anon_rmap()
2018-03-13 18:06:25 linux-kernel [PATCH v9 17/24] mm: Protect mm_rb tree with a rwlock
2018-03-13 18:06:24 linux-kernel [PATCH v9 10/24] mm: Protect SPF handler against anon_vma changes
2018-03-13 18:06:09 linux-kernel [PATCH v9 13/24] mm: Introduce __lru_cache_add_active_or_unevictable
2018-03-13 18:06:01 linux-kernel [PATCH v9 15/24] mm: Introduce __vm_normal_page()
2018-03-13 18:05:08 linux-kernel [PATCH v9 20/24] perf: Add a speculative page fault sw event
2018-03-13 18:05:02 linux-kernel [PATCH v9 18/24] mm: Provide speculative fault infrastructure
2018-03-13 18:05:01 linux-kernel [PATCH v9 14/24] mm: Introduce __maybe_mkwrite()
2018-03-13 18:04:26 linux-kernel [PATCH v9 21/24] perf tools: Add support for the SPF perf event
2018-03-13 18:03:54 linux-kernel [PATCH v9 19/24] mm: Adding speculative page fault failure trace events
2018-03-13 18:03:50 linux-kernel [PATCH v9 24/24] powerpc/mm: Add speculative page fault
2018-03-13 18:03:15 linux-kernel [PATCH v9 22/24] mm: Speculative page fault handler return VMA
2018-03-13 18:03:04 linux-kernel [PATCH v9 23/24] x86/mm: Add speculative pagefault handling
2018-03-13 18:02:11 linux-kernel [PATCH v9 09/24] mm: protect mremap() against SPF hanlder
2018-03-13 18:01:37 linux-kernel [PATCH v9 00/24] Speculative page faults
2018-03-13 18:01:36 linux-kernel [PATCH v9 02/24] x86/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-03-05 10:51:43 linux-kernel Re: [PATCH v8 18/24] mm: Provide speculative fault infrastructure
2018-02-16 19:17:26 linux-kernel [PATCH v8 02/24] x86/mm: Define CONFIG_SPECULATIVE_PAGE_FAULT
2018-02-16 19:17:10 linux-kernel [PATCH v8 17/24] mm: Protect mm_rb tree with a rwlock
2018-02-16 19:16:53 linux-kernel [PATCH v8 21/24] perf tools: Add support for the SPF perf event
2018-02-16 19:16:34 linux-kernel [PATCH v8 11/24] mm: Cache some VMA fields in the vm_fault structure
2018-02-16 19:16:32 linux-kernel [PATCH v8 10/24] mm: Protect SPF handler against anon_vma changes
2018-02-16 19:16:27 linux-kernel [PATCH v8 14/24] mm: Introduce __maybe_mkwrite()
2018-02-16 19:16:13 linux-kernel [PATCH v8 06/24] mm: make pte_unmap_same compatible with SPF
2018-02-16 19:16:09 linux-kernel [PATCH v8 24/24] powerpc/mm: Add speculative page fault
2018-02-16 19:16:08 linux-kernel [PATCH v8 08/24] mm: Protect VMA modifications using VMA sequence count
2018-02-16 19:16:07 linux-kernel [PATCH v8 09/24] mm: protect mremap() against SPF hanlder