LinuxLists
Users
About
Hugh Dickins (
[email protected]
)
Number of posts: 2409 (0.47 per day)
First post: 2010-06-20 00:02:59
Last post: 2024-06-12 07:13:04
Previous Page
/
Next Page
Date
List
Subject
2021-06-12 04:34:48
linux-kernel
[PATCH] mm, futex: Fix shared futex pgoff on shmem huge page
2021-06-11 20:59:07
linux-kernel
Re: [PATCH v2 00/10] mm/thp: fix THP splitting unmap BUGs and related
2021-06-11 19:36:21
linux-kernel
Re: [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()
2021-06-11 19:09:54
linux-kernel
Re: [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()
2021-06-11 18:35:29
linux-kernel
Re: [PATCH 11/11] mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
2021-06-11 06:41:57
linux-kernel
Re: [PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()
2021-06-11 00:18:49
linux-kernel
Re: [PATCH v2 00/10] mm/thp: fix THP splitting unmap BUGs and related
2021-06-10 23:07:38
linux-kernel
Re: [PATCH 06/11] mm: page_vma_mapped_walk(): crossing page table boundary
2021-06-10 22:50:28
linux-kernel
Re: [PATCH 02/11] mm: page_vma_mapped_walk(): settle PageHuge on entry
2021-06-10 22:40:59
linux-kernel
Re: [PATCH 01/11] mm: page_vma_mapped_walk(): use page for pvmw->page
2021-06-10 06:57:37
linux-kernel
[PATCH 11/11] mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
2021-06-10 06:55:43
linux-kernel
[PATCH 10/11] mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes
2021-06-10 06:52:19
linux-kernel
[PATCH 09/11] mm: page_vma_mapped_walk(): get vma_address_end() earlier
2021-06-10 06:50:15
linux-kernel
[PATCH 08/11] mm: page_vma_mapped_walk(): use goto instead of while (1)
2021-06-10 06:49:16
linux-kernel
[PATCH 07/11] mm: page_vma_mapped_walk(): add a level of indentation
2021-06-10 06:47:15
linux-kernel
[PATCH 06/11] mm: page_vma_mapped_walk(): crossing page table boundary
2021-06-10 06:45:49
linux-kernel
[PATCH 05/11] mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block
2021-06-10 06:43:47
linux-kernel
[PATCH 04/11] mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
2021-06-10 06:41:07
linux-kernel
[PATCH 03/11] mm: page_vma_mapped_walk(): use pmd_read_atomic()
2021-06-10 06:38:38
linux-kernel
[PATCH 02/11] mm: page_vma_mapped_walk(): settle PageHuge on entry
2021-06-10 06:36:54
linux-kernel
[PATCH 01/11] mm: page_vma_mapped_walk(): use page for pvmw->page
2021-06-10 06:34:39
linux-kernel
[PATCH 00/11] mm: page_vma_mapped_walk() cleanup and THP fixes
2021-06-09 21:19:49
linux-kernel
[PATCH v3 06/10] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
2021-06-09 21:13:44
linux-kernel
Re: [PATCH v2 06/10] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
2021-06-09 17:08:08
linux-kernel
[PATCH v2 10/10] mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNC
2021-06-09 17:07:48
linux-kernel
[PATCH v2 06/10] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
2021-06-09 17:07:36
linux-kernel
[PATCH v2 03/10] mm/thp: try_to_unmap() use TTU_SYNC for safe splitting (fwd)
2021-06-09 17:07:29
linux-kernel
[PATCH v2 09/10] mm/thp: remap_page() is only needed on anonymous THP
2021-06-09 17:07:00
linux-kernel
[PATCH v2 07/10] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
2021-06-09 17:06:57
linux-kernel
[PATCH v2 05/10] mm/thp: fix page_address_in_vma() on file THP tails
2021-06-09 17:05:53
linux-kernel
[PATCH v2 01/10] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry (fwd)
2021-06-09 12:48:15
linux-kernel
[PATCH v2 08/10] mm: rmap: make try_to_unmap() void function
2021-06-09 12:46:40
linux-kernel
[PATCH v2 04/10] mm/thp: fix vma_address() if virtual address below file offset
2021-06-09 12:44:20
linux-kernel
[PATCH v2 02/10] mm/thp: make is_huge_zero_pmd() safe and quicker
2021-06-09 12:43:18
linux-kernel
[PATCH v2 00/10] mm/thp: fix THP splitting unmap BUGs and related (fwd)
2021-06-09 12:42:47
linux-kernel
[PATCH v2 00/10] mm/thp: fix THP splitting unmap BUGs and related (fwd)
2021-06-08 20:04:28
linux-kernel
Re: [PATCH v2] mm, thp: use head page in __migration_entry_wait
2021-06-08 06:56:37
linux-kernel
Re: [PATCH] mm, thp: relax migration wait when failed to get tail page
2021-06-08 04:46:09
linux-kernel
Re: [PATCH] mm, thp: relax migration wait when failed to get tail page
2021-06-04 23:10:02
linux-kernel
Re: [PATCH 6/7] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
2021-06-04 23:02:09
linux-kernel
Re: [PATCH 5/7] mm/thp: fix page_vma_mapped_walk() if huge page mapped by ptes
2021-06-04 22:38:14
linux-kernel
Re: [PATCH v2 3/7] mm/thp: fix vma_address() if virtual address below file offset
2021-06-04 22:29:20
linux-kernel
Re: [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
2021-06-04 21:54:57
linux-kernel
Re: [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
2021-06-04 21:33:19
linux-kernel
Re: [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
2021-06-04 03:27:48
linux-kernel
Re: [PATCH] mm/swap: Fix pte_same_as_swp() not removing uffd-wp bit when compare
2021-06-04 03:18:03
linux-kernel
Re: [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
2021-06-04 03:01:31
linux-kernel
Re: [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
2021-06-04 02:48:02
linux-kernel
Re: [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
2021-06-04 02:25:34
linux-kernel
Re: [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
2021-06-03 22:33:46
linux-kernel
[PATCH 6.2/7] mm: rmap: make try_to_unmap() void function