LinuxLists
Users
About
Peter Xu (
[email protected]
)
Number of posts: 3855 (1.28 per day)
First post: 2016-03-22 07:40:57
Last post: 2024-06-12 19:47:36
Previous Page
/
Next Page
Date
List
Subject
2022-11-16 17:46:49
linux-kernel
Re: [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions
2022-11-16 17:43:43
linux-kernel
Re: [RFC PATCH v2 05/47] hugetlb: make hugetlb_vma_lock_alloc return its failure reason
2022-11-16 17:41:53
linux-kernel
Re: [RFC PATCH v2 04/47] hugetlb: only adjust address ranges when VMAs want PMD sharing
2022-11-16 17:19:03
linux-kernel
Re: [RFC PATCH v2 02/47] hugetlb: remove mk_huge_pte; it is unused
2022-11-16 17:05:11
linux-kernel
Re: [RFC PATCH v2 03/47] hugetlb: remove redundant pte_mkhuge in migration path
2022-11-16 16:51:31
linux-kernel
Re: [RFC PATCH v2 01/47] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
2022-11-15 18:29:43
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-15 18:16:10
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-15 16:45:08
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-14 20:35:21
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-14 00:58:56
linux-kernel
Re: [PATCH v9 0/3] fix hugetlb MADV_DONTNEED vma_lock handling
2022-11-14 00:31:07
linux-kernel
[PATCH v3 0/2] mm/migrate: Fix writable pte for read migration entry
2022-11-14 00:14:06
linux-kernel
[PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-14 00:12:26
linux-kernel
[PATCH v3 2/2] mm/uffd: Sanity check write bit for uffd-wp protected ptes
2022-11-14 00:07:20
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-13 22:52:10
linux-kernel
Re: [PATCH v2 2/2] mm/uffd: Sanity check write bit for uffd-wp protected ptes
2022-11-10 23:03:02
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-10 23:01:25
linux-kernel
Re: [PATCH v8 1/2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
2022-11-10 22:46:38
linux-kernel
Re: [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-10 22:11:29
linux-kernel
Re: [PATCH v8 2/2] mm: remove zap_page_range and change callers to use zap_vma_range
2022-11-10 22:04:40
linux-kernel
Re: [PATCH v8 1/2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
2022-11-10 21:59:50
linux-kernel
Re: [PATCH v8 1/2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
2022-11-10 21:23:38
linux-kernel
[PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-10 21:04:32
linux-kernel
[PATCH v2 0/2] mm/migrate: Fix writable pte for read migration entry
2022-11-10 21:02:31
linux-kernel
[PATCH v2 2/2] mm/uffd: Sanity check write bit for uffd-wp protected ptes
2022-11-10 20:40:14
linux-kernel
Re: [PATCH 2/2] mm/uffd: Sanity check write bit for uffd-wp protected ptes
2022-11-10 16:00:37
linux-kernel
[PATCH 1/2] mm/migrate: Fix read-only page got writable when recover pte
2022-11-10 15:29:05
linux-kernel
[PATCH 2/2] mm/uffd: Sanity check write bit for uffd-wp protected ptes
2022-11-10 15:28:27
linux-kernel
[PATCH 0/2] mm/migrate: Fix writable pte for read migration entry
2022-11-06 16:50:31
linux-kernel
Re: [PATCH RFC 05/10] mm/hugetlb: Make walk_hugetlb_range() RCU-safe
2022-11-04 15:51:34
linux-kernel
Re: [PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
2022-11-03 19:14:31
linux-kernel
Re: [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
2022-11-03 19:07:26
linux-kernel
Re: [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions
2022-11-03 16:04:26
linux-kernel
Re: [PATCH RFC 07/10] mm/hugetlb: Make hugetlb_follow_page_mask() RCU-safe
2022-11-03 16:04:25
linux-kernel
Re: [PATCH RFC 09/10] mm/hugetlb: Make hugetlb_fault() RCU-safe
2022-11-02 21:55:59
linux-kernel
Re: [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions
2022-11-02 21:47:36
linux-kernel
Re: [PATCH RFC 10/10] mm/hugetlb: Comment at rest huge_pte_offset() places
2022-11-02 21:28:22
linux-kernel
Re: [PATCH RFC 04/10] mm/hugetlb: Make userfaultfd_huge_must_wait() RCU-safe
2022-11-02 21:19:58
linux-kernel
Re: [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
2022-11-02 20:35:02
linux-kernel
Re: [PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
2022-11-02 19:14:31
linux-kernel
Re: dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)
2022-11-02 19:11:40
linux-kernel
Re: [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions
2022-10-31 14:44:25
linux-kernel
Re: [PATCH 0/2] mm: Use pte marker for swapin errors
2022-10-30 22:03:52
linux-kernel
[PATCH 0/2] mm: Use pte marker for swapin errors
2022-10-30 22:03:30
linux-kernel
[PATCH RFC 10/10] mm/hugetlb: Comment at rest huge_pte_offset() places
2022-10-30 22:03:27
linux-kernel
[PATCH RFC 04/10] mm/hugetlb: Make userfaultfd_huge_must_wait() RCU-safe
2022-10-30 22:03:23
linux-kernel
[PATCH 2/2] mm: Use pte markers for swap errors
2022-10-30 22:03:16
linux-kernel
[PATCH RFC 03/10] mm/hugetlb: Make hugetlb_vma_maps_page() RCU-safe
2022-10-30 22:03:15
linux-kernel
[PATCH RFC 06/10] mm/hugetlb: Make page_vma_mapped_walk() RCU-safe
2022-10-30 22:02:58
linux-kernel
[PATCH 1/2] mm: Always compile in pte markers
2022-10-30 22:02:54
linux-kernel
[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare