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
2017-06-16 17:52:52 linux-kernel [RFC v5 02/11] mm: Prepare for FAULT_FLAG_SPECULATIVE
2017-06-16 17:52:47 linux-kernel [RFC v5 00/11] Speculative page faults
2017-06-13 10:25:09 linux-kernel Re: [RFC v4 00/20] Speculative page faults
2017-06-13 10:20:10 linux-kernel Re: [RFC v4 00/20] Speculative page faults
2017-06-13 09:59:00 linux-kernel Re: [RFC v4 00/20] Speculative page faults
2017-06-09 15:26:01 linux-kernel Re: [RFC v4 00/20] Speculative page faults
2017-06-09 14:25:41 linux-kernel [RFC v4 05/20] mm: RCU free VMAs
2017-06-09 14:25:29 linux-kernel [RFC v4 07/20] mm/spf: Try spin lock in speculative path
2017-06-09 14:25:05 linux-kernel [RFC v4 03/20] mm: Introduce pte_spinlock
2017-06-09 14:24:40 linux-kernel [RFC v4 11/20] mm/spf: Protect changes to vm_flags
2017-06-09 14:23:59 linux-kernel [RFC v4 14/20] mm/spf: protect madvise vs speculative pf
2017-06-09 14:23:25 linux-kernel [RFC v4 16/20] mm/spf: Don't call user fault callback in the speculative path
2017-06-09 14:23:06 linux-kernel [RFC v4 12/20] mm/spf Protect vm_policy's changes against speculative pf
2017-06-09 14:22:16 linux-kernel [RFC v4 17/20] x86/mm: Add speculative pagefault handling
2017-06-09 14:22:10 linux-kernel [RFC v4 19/20] powerpc/mm: Add speculative page fault
2017-06-09 14:22:08 linux-kernel [RFC v4 20/20] mm/spf: Clear FAULT_FLAG_KILLABLE in the speculative path
2017-06-09 14:22:03 linux-kernel [RFC v4 18/20] x86/mm: Update the handle_speculative_fault's path
2017-06-09 14:21:59 linux-kernel [RFC v4 10/20] mm/spf; fix lock dependency against mapping->i_mmap_rwsem
2017-06-09 14:21:58 linux-kernel [RFC v4 15/20] mm/spf: protect mremap() against speculative pf
2017-06-09 14:21:51 linux-kernel [RFC v4 13/20] mm/spf: Add check on the VMA's flags
2017-06-09 14:21:49 linux-kernel [RFC v4 09/20] mm/spf: don't set fault entry's fields if locking failed
2017-06-09 14:21:41 linux-kernel [RFC v4 08/20] mm/spf: Fix fe.sequence init in __handle_mm_fault()
2017-06-09 14:21:36 linux-kernel [RFC v4 06/20] mm: Provide speculative fault infrastructure
2017-06-09 14:21:31 linux-kernel [RFC v4 04/20] mm: VMA sequence count
2017-06-09 14:21:27 linux-kernel [RFC v4 02/20] mm: Prepare for FAULT_FLAG_SPECULATIVE
2017-06-09 14:21:25 linux-kernel [RFC v4 01/20] mm: Dont assume page-table invariance during faults
2017-06-09 14:21:21 linux-kernel [RFC v4 00/20] Speculative page faults
2017-04-28 09:32:55 linux-kernel Re: [PATCH v2 1/2] mm: Uncharge poisoned pages
2017-04-28 09:18:32 linux-kernel Re: [PATCH v2 1/2] mm: Uncharge poisoned pages
2017-04-27 15:57:45 linux-kernel [RFC v3 02/17] mm: Prepare for FAULT_FLAG_SPECULATIVE
2017-04-27 15:57:39 linux-kernel [RFC v3 03/17] mm: Introduce pte_spinlock
2017-04-27 15:57:14 linux-kernel [RFC v3 08/17] mm/spf: Try spin lock in speculative path
2017-04-27 15:57:01 linux-kernel [RFC v3 09/17] mm/spf: Fix fe.sequence init in __handle_mm_fault()
2017-04-27 15:56:38 linux-kernel [RFC v3 10/17] mm/spf: don't set fault entry's fields if locking failed
2017-04-27 15:56:28 linux-kernel [RFC v3 07/17] mm,x86: Add speculative pagefault handling
2017-04-27 15:55:41 linux-kernel [RFC v3 16/17] mm: protect madvise vs speculative pf
2017-04-27 15:55:34 linux-kernel [RFC v3 01/17] mm: Dont assume page-table invariance during faults
2017-04-27 15:54:27 linux-kernel [RFC v3 15/17] mm/spf: Add check on the VMA's flags
2017-04-27 15:54:14 linux-kernel [RFC v3 13/17] mm/spf Protect vm_policy's changes against speculative pf
2017-04-27 15:54:03 linux-kernel [RFC v3 17/17] mm/spf: protect mremap() against speculative pf
2017-04-27 15:53:58 linux-kernel [RFC v3 05/17] RCU free VMAs
2017-04-27 15:53:57 linux-kernel [RFC v3 11/17] mm/spf; fix lock dependency against mapping->i_mmap_rwsem
2017-04-27 15:53:55 linux-kernel [RFC v3 14/17] x86/mm: Update the handle_speculative_fault's path
2017-04-27 15:53:51 linux-kernel [RFC v3 12/17] mm/spf: Protect changes to vm_flags
2017-04-27 15:53:39 linux-kernel [RFC v3 00/17] Speculative page faults
2017-04-27 15:53:26 linux-kernel [RFC v3 06/17] mm: Provide speculative fault infrastructure
2017-04-27 15:53:21 linux-kernel [RFC v3 04/17] mm: VMA sequence count
2017-04-25 14:28:29 linux-kernel [PATCH v2 1/2] mm: Uncharge poisoned pages
2017-04-25 14:28:18 linux-kernel [PATCH v2 2/2] mm: skip HWPoisoned pages when onlining pages
2017-04-25 14:28:06 linux-kernel [PATCH v2 0/2] BUG raised when onlining HWPoisoned page
2017-04-25 14:17:06 linux-kernel Re: [RFC 2/2] mm: skip HWPoisoned pages when onlining pages