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
2023-07-07 13:44:46
linux-kernel
Re: [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-07 13:40:18
linux-kernel
Re: [PATCH v3 3/8] mm: userfaultfd: extract file size check out into a helper
2023-07-07 13:39:15
linux-kernel
Re: [PATCH v3 2/8] mm: userfaultfd: check for start + len overflow in validate_range
2023-07-07 13:14:46
linux-kernel
Re: [PATCH v3 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
2023-07-05 22:14:17
linux-kernel
Re: [PATCH v3 2/2] mm: disable CONFIG_PER_VMA_LOCK until its fixed
2023-07-05 20:53:41
linux-kernel
Re: [PATCH v3 2/2] mm: disable CONFIG_PER_VMA_LOCK until its fixed
2023-07-05 18:19:52
linux-kernel
Re: [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-07-05 16:46:01
linux-kernel
Re: [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-05 16:40:54
linux-kernel
Re: [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-07-04 22:47:45
linux-kernel
Re: [PATCH v2 6/6] mm: userfaultfd: add basic documentation for UFFDIO_POISON
2023-07-04 21:57:19
linux-kernel
Re: [PATCH v2 5/6] selftests/mm: add uffd unit test for UFFDIO_POISON
2023-07-04 21:37:13
linux-kernel
Re: [PATCH v2 3/6] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
2023-07-04 21:13:01
linux-kernel
Re: [PATCH v2 4/6] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
2023-07-04 21:05:56
linux-kernel
Re: [PATCH v2 2/6] mm: userfaultfd: refactor hugetlb folio allocation / lookup code
2023-07-04 20:45:50
linux-kernel
Re: [PATCH v2 1/6] mm: userfaultfd: add new UFFDIO_POISON ioctl
2023-06-29 16:59:55
linux-kernel
Re: [PATCH v5 6/6] mm: handle userfaults under VMA lock
2023-06-28 22:44:53
linux-kernel
[PATCH v4 4/8] mm/gup: Cleanup next_page handling
2023-06-28 22:18:16
linux-kernel
[PATCH v4 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
2023-06-28 22:14:30
linux-kernel
[PATCH v4 0/8] mm/gup: Unify hugetlb, speed up thp
2023-06-28 22:10:00
linux-kernel
[PATCH v4 5/8] mm/gup: Accelerate thp gup even for "pages != NULL"
2023-06-28 22:08:16
linux-kernel
[PATCH v4 6/8] mm/gup: Retire follow_hugetlb_page()
2023-06-28 22:00:54
linux-kernel
[PATCH v4 7/8] selftests/mm: Add -a to run_vmtests.sh
2023-06-28 22:00:13
linux-kernel
[PATCH v4 8/8] selftests/mm: Add gup test matrix in run_vmtests.sh
2023-06-28 21:59:47
linux-kernel
[PATCH v4 3/8] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
2023-06-28 21:59:27
linux-kernel
[PATCH v4 1/8] mm/hugetlb: Handle FOLL_DUMP well in follow_page_mask()
2023-06-28 17:36:24
linux-kernel
Re: [PATCH v5 6/6] mm: handle userfaults under VMA lock
2023-06-28 17:10:38
linux-kernel
Re: [PATCH v4 6/6] mm: handle userfaults under VMA lock
2023-06-28 14:16:57
linux-kernel
Re: [PATCH v4 6/6] mm: handle userfaults under VMA lock
2023-06-28 14:14:56
linux-kernel
Re: [PATCH v4 4/6] mm: change folio_lock_or_retry to use vm_fault directly
2023-06-28 14:12:05
linux-kernel
Re: [PATCH v4 5/6] mm: handle swap page faults under per-VMA lock
2023-06-28 13:54:07
linux-kernel
Re: [PATCH v4 3/6] mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
2023-06-27 16:51:48
linux-kernel
Re: [PATCH v3 6/8] mm: handle swap page faults under per-VMA lock
2023-06-27 16:21:55
linux-kernel
Re: [PATCH v3 8/8] mm: handle userfaults under VMA lock
2023-06-27 16:20:35
linux-kernel
Re: [PATCH v3 4/8] mm: replace folio_lock_or_retry with folio_lock_fault
2023-06-27 16:18:33
linux-kernel
Re: [PATCH v3 6/8] mm: handle swap page faults under per-VMA lock
2023-06-27 16:12:09
linux-kernel
Re: [PATCH v3 7/8] mm: drop VMA lock before waiting for migration
2023-06-27 15:52:08
linux-kernel
Re: [PATCH v3 5/8] mm: make folio_lock_fault indicate the state of mmap_lock upon return
2023-06-27 15:50:08
linux-kernel
Re: [PATCH v3 3/8] mm: drop per-VMA lock in handle_mm_fault if retrying or when finished
2023-06-26 21:32:01
linux-kernel
Re: [PATCH v3 7/8] selftests/mm: Add -a to run_vmtests.sh
2023-06-26 16:46:19
linux-kernel
Re: [PATCH v3 7/8] selftests/mm: Add -a to run_vmtests.sh
2023-06-26 16:44:11
linux-kernel
Re: [PATCH v3 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
2023-06-23 14:55:28
linux-kernel
[PATCH v3 5/8] mm/gup: Accelerate thp gup even for "pages != NULL"
2023-06-23 14:54:43
linux-kernel
[PATCH v3 8/8] selftests/mm: Add gup test matrix in run_vmtests.sh
2023-06-23 14:53:55
linux-kernel
[PATCH v3 4/8] mm/gup: Cleanup next_page handling
2023-06-23 14:52:06
linux-kernel
[PATCH v3 0/8] mm/gup: Unify hugetlb, speed up thp
2023-06-23 14:46:08
linux-kernel
[PATCH v3 3/8] mm/hugetlb: Add page_mask for hugetlb_follow_page_mask()
2023-06-23 14:44:55
linux-kernel
[PATCH v3 2/8] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN
2023-06-23 14:44:33
linux-kernel
[PATCH v3 6/8] mm/gup: Retire follow_hugetlb_page()
2023-06-23 14:43:22
linux-kernel
[PATCH v3 7/8] selftests/mm: Add -a to run_vmtests.sh
2023-06-23 14:42:11
linux-kernel
[PATCH v3 1/8] mm/hugetlb: Handle FOLL_DUMP well in follow_page_mask()
2023-06-20 21:55:58
linux-kernel
Re: [PATCH v6 4/4] mm/khugepaged: maintain page cache uptodate flag