LinuxLists
Users
About
Kefeng Wang (
[email protected]
)
Number of posts: 1492 (0.36 per day)
First post: 2013-03-27 12:21:09
Last post: 2024-06-06 03:36:46
Previous Page
/
Next Page
Date
List
Subject
2023-10-18 14:10:10
linux-kernel
[PATCH v3 19/19] mm: remove page_cpupid_xchg_last()
2023-10-18 14:10:06
linux-kernel
[PATCH v3 15/19] mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
2023-10-18 14:09:58
linux-kernel
[PATCH v3 12/19] mm: add folio_xchg_last_cpupid()
2023-10-18 14:09:56
linux-kernel
[PATCH v3 13/19] sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
2023-10-18 14:09:41
linux-kernel
[PATCH v3 07/19] mm: add folio_xchg_access_time()
2023-10-18 14:09:38
linux-kernel
[PATCH v3 11/19] mm: remove xchg_page_access_time()
2023-10-18 14:09:37
linux-kernel
[PATCH v3 10/19] mm: huge_memory: use a folio in change_huge_pmd()
2023-10-18 14:09:35
linux-kernel
[PATCH v3 06/19] mm: remove page_cpupid_last()
2023-10-18 14:09:26
linux-kernel
[PATCH v3 09/19] mm: mprotect: use a folio in change_pte_range()
2023-10-18 14:09:24
linux-kernel
[PATCH v3 08/19] sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
2023-10-18 14:09:22
linux-kernel
[PATCH v3 05/19] mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
2023-10-18 14:09:21
linux-kernel
[PATCH v3 04/19] mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
2023-10-18 14:09:18
linux-kernel
[PATCH v3 03/19] mm: memory: use folio_last_cpupid() in do_numa_page()
2023-10-18 14:09:17
linux-kernel
[PATCH v3 01/19] mm_types: add virtual and _last_cpupid into struct folio
2023-10-18 14:09:14
linux-kernel
[PATCH -next v3 00/19] mm: convert page cpupid functions to folios
2023-10-17 09:06:11
linux-kernel
Re: [PATCH -next v2 17/19] mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
2023-10-14 03:13:07
linux-kernel
Re: [PATCH -next v2 09/19] mm: mprotect: use a folio in change_pte_range()
2023-10-13 09:01:50
linux-kernel
[PATCH -next v2 19/19] mm: remove page_cpupid_xchg_last()
2023-10-13 09:01:21
linux-kernel
[PATCH -next v2 17/19] mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folio
2023-10-13 08:59:55
linux-kernel
[PATCH -next v2 09/19] mm: mprotect: use a folio in change_pte_range()
2023-10-13 08:59:47
linux-kernel
[PATCH -next v2 16/19] mm: make finish_mkwrite_fault() static
2023-10-13 08:59:42
linux-kernel
[PATCH -next v2 14/19] mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()
2023-10-13 08:59:39
linux-kernel
[PATCH -next v2 18/19] mm: use folio_xchg_last_cpupid() in wp_page_reuse()
2023-10-13 08:59:38
linux-kernel
[PATCH -next v2 15/19] mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()
2023-10-13 08:59:35
linux-kernel
[PATCH -next v2 12/19] mm: add folio_xchg_last_cpupid()
2023-10-13 08:59:21
linux-kernel
[PATCH -next v2 11/19] mm: remove xchg_page_access_time()
2023-10-13 08:59:20
linux-kernel
[PATCH -next v2 10/19] mm: huge_memory: use a folio in change_huge_pmd()
2023-10-13 08:59:19
linux-kernel
[PATCH -next v2 06/19] mm: remove page_cpupid_last()
2023-10-13 08:59:15
linux-kernel
[PATCH -next v2 08/19] sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
2023-10-13 08:59:13
linux-kernel
[PATCH -next v2 13/19] sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
2023-10-13 08:59:06
linux-kernel
[PATCH -next v2 05/19] mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()
2023-10-13 08:59:03
linux-kernel
[PATCH -next v2 04/19] mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()
2023-10-13 08:58:52
linux-kernel
[PATCH -next v2 03/19] mm: memory: use folio_last_cpupid() in do_numa_page()
2023-10-13 08:58:49
linux-kernel
[PATCH -next v2 07/19] mm: add folio_xchg_access_time()
2023-10-13 08:58:47
linux-kernel
[PATCH -next v2 02/19] mm: add folio_last_cpupid()
2023-10-13 08:58:47
linux-kernel
[PATCH -next v2 00/19] mm: convert page cpupid functions to folios
2023-10-13 08:58:44
linux-kernel
[PATCH -next v2 01/19] mm_types: add virtual and _last_cpupid into struct folio
2023-10-11 08:06:09
linux-kernel
Re: [PATCH -next 1/7] mm_types: add _last_cpupid into folio
2023-10-11 03:03:37
linux-kernel
Re: [PATCH -next 4/7] mm: convert xchg_page_access_time to xchg_folio_access_time()
2023-10-11 03:02:33
linux-kernel
Re: [PATCH -next 1/7] mm_types: add _last_cpupid into folio
2023-10-10 11:11:00
linux-kernel
Re: [PATCH -next 1/7] mm_types: add _last_cpupid into folio
2023-10-10 06:48:01
linux-kernel
[PATCH -next 4/7] mm: convert xchg_page_access_time to xchg_folio_access_time()
2023-10-10 06:47:57
linux-kernel
[PATCH -next 5/7] mm: convert page_cpupid_last() to folio_cpupid_last()
2023-10-10 06:47:48
linux-kernel
[PATCH -next 7/7] mm: convert page_cpupid_xchg_last() to folio_cpupid_xchg_last()
2023-10-10 06:47:35
linux-kernel
[PATCH -next 6/7] mm: make wp_page_reuse() and finish_mkwrite_fault() to take a folio
2023-10-10 06:47:35
linux-kernel
[PATCH -next 0/7] mm: convert page cpupid functions to folios
2023-10-10 06:47:26
linux-kernel
[PATCH -next 3/7] mm: huge_memory: use a folio in change_huge_pmd()
2023-10-10 06:47:24
linux-kernel
[PATCH -next 2/7] mm: mprotect: use a folio in change_pte_range()
2023-10-10 06:47:21
linux-kernel
[PATCH -next 1/7] mm_types: add _last_cpupid into folio
2023-09-27 12:20:54
linux-kernel
Re: [PATCH -next 8/9] mm: page_alloc: use a folio in free_pages_prepare()
2023-09-26 09:53:44
linux-kernel
Re: [PATCH -next 8/9] mm: page_alloc: use a folio in free_pages_prepare()