Michel Lespinasse ([email protected])

Number of posts: 157 (0.31 per day)
First post: 2021-04-07 13:51:41
Last post: 2022-08-31 21:26:45

Date List Subject
2022-01-31 11:02:51 linux-kernel [PATCH v2 00/35] Speculative page faults
2022-01-31 11:02:51 linux-kernel [PATCH v2 14/35] mm: add speculative_page_walk_begin() and speculative_page_walk_end()
2022-01-31 11:02:42 linux-kernel [PATCH v2 11/35] mm: rcu safe vma freeing
2022-01-31 11:02:35 linux-kernel [PATCH v2 10/35] mm: add per-mm mmap sequence counter for speculative page fault handling.
2022-01-31 11:02:33 linux-kernel [PATCH v2 15/35] mm: refactor __handle_mm_fault() / handle_pte_fault()
2022-01-31 11:02:31 linux-kernel [PATCH v2 01/35] mm: export dump_mm
2022-01-31 11:02:30 linux-kernel [PATCH v2 12/35] mm: separate mmap locked assertion from find_vma
2021-10-22 09:36:40 linux-kernel Re: [PATCH 0/2] rbtree: Test against a verified oracle
2021-09-30 23:09:07 linux-kernel Re: [PATCH] rbtree: Remove unneeded check condition in rb_find_first
2021-08-06 09:00:55 linux-kernel Re: [PATCH] rbtree: remove unneeded explicit alignment in struct rb_node
2021-06-14 07:06:53 linux-kernel Re: [PATCH 00/29] Speculative page faults (anon vmas only)
2021-06-02 22:15:55 linux-kernel [PATCH] mailmap: use private address for Michel Lespinasse
2021-06-02 20:51:54 linux-kernel Re: [PATCH] rbtree: repair some kernel-doc whining
2021-06-01 07:42:27 linux-kernel Re: [PATCH 00/29] Speculative page faults (anon vmas only)
2021-05-03 18:15:40 linux-kernel Re: [PATCH 00/29] Speculative page faults (anon vmas only)
2021-05-03 04:40:13 linux-kernel Re: [RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault().
2021-05-01 21:22:17 linux-kernel Re: [PATCH 00/29] Speculative page faults (anon vmas only)
2021-05-01 06:15:15 linux-kernel Re: [PATCH 94/94] mm: Move mas locking outside of munmap() path.
2021-05-01 05:23:30 linux-kernel Re: [PATCH 38/94] mm/gup: Add mm_populate_vma() for use when the vma is known
2021-05-01 05:05:29 linux-kernel Re: [PATCH 01/94] mm: Add vma_lookup()
2021-04-30 22:47:35 linux-kernel Re: [PATCH 00/29] Speculative page faults (anon vmas only)
2021-04-30 19:57:35 linux-kernel [PATCH 22/29] mm: implement and enable speculative fault handling in handle_pte_fault()
2021-04-30 19:56:20 linux-kernel [PATCH 25/29] mm: disable speculative faults for single threaded user space
2021-04-30 19:56:08 linux-kernel [PATCH 24/29] mm: enable speculative fault handling through do_swap_page()
2021-04-30 19:56:00 linux-kernel [PATCH 30/31] powerpc/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2021-04-30 19:55:52 linux-kernel [PATCH 28/29] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2021-04-30 19:55:49 linux-kernel [PATCH 20/29] mm: enable speculative fault handling in do_numa_page()
2021-04-30 19:55:49 linux-kernel [PATCH 14/29] mm: refactor __handle_mm_fault() / handle_pte_fault()
2021-04-30 19:55:40 linux-kernel [PATCH 18/29] mm: enable speculative fault handling through do_anonymous_page()
2021-04-30 19:55:34 linux-kernel [PATCH 27/29] mm: anon spf statistics
2021-04-30 19:55:28 linux-kernel [PATCH 11/29] mm: rcu safe vma freeing
2021-04-30 19:55:27 linux-kernel [PATCH 23/29] mm: implement speculative handling in do_swap_page()
2021-04-30 19:55:23 linux-kernel [PATCH 13/29] mm: add speculative_page_walk_begin() and speculative_page_walk_end()
2021-04-30 19:55:22 linux-kernel [PATCH 31/31] powerpc/mm: attempt speculative mm faults first
2021-04-30 19:55:20 linux-kernel [PATCH 26/29] mm: disable rcu safe vma freeing for single threaded user space
2021-04-30 19:55:09 linux-kernel [PATCH 17/29] mm: implement speculative handling in do_anonymous_page()
2021-04-30 19:54:56 linux-kernel [PATCH 21/29] mm: implement speculative handling in wp_page_copy()
2021-04-30 19:54:56 linux-kernel [PATCH 05/29] do_anonymous_page: reduce code duplication
2021-04-30 19:54:49 linux-kernel [PATCH 29/29] arm64/mm: attempt speculative mm faults first
2021-04-30 19:54:47 linux-kernel [PATCH 19/29] mm: implement speculative handling in do_numa_page()
2021-04-30 19:54:42 linux-kernel [PATCH 15/29] mm: implement speculative handling in __handle_mm_fault().
2021-04-30 19:54:41 linux-kernel [PATCH 16/29] mm: add pte_map_lock() and pte_spinlock()
2021-04-30 19:54:27 linux-kernel [PATCH 12/29] x86/mm: attempt speculative mm faults first
2021-04-30 19:54:13 linux-kernel [PATCH 09/29] mm: add do_handle_mm_fault()
2021-04-30 19:54:10 linux-kernel [PATCH 10/29] mm: add per-mm mmap sequence counter for speculative page fault handling.
2021-04-30 19:53:58 linux-kernel [PATCH 08/29] mm: add FAULT_FLAG_SPECULATIVE flag
2021-04-30 19:53:56 linux-kernel [PATCH 07/29] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
2021-04-30 19:53:44 linux-kernel [PATCH 06/29] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
2021-04-30 19:53:43 linux-kernel [PATCH 04/29] do_anonymous_page: use update_mmu_tlb()
2021-04-30 19:53:39 linux-kernel [PATCH 03/29] mmap locking API: name the return values
2021-04-30 19:53:36 linux-kernel [PATCH 02/29] mmap locking API: mmap_lock_is_contended returns a bool