LinuxLists
Users
About
Ryan Roberts (
[email protected]
)
Number of posts: 1343 (2.04 per day)
First post: 2022-08-24 14:13:05
Last post: 2024-06-13 10:03:46
Previous Page
/
Next Page
Date
List
Subject
2024-04-16 16:35:52
linux-kernel
Re: [PATCH v7 3/3] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-16 16:30:45
linux-kernel
Re: [PATCH v7 2/3] mm/arm64: override clear_young_dirty_ptes() batch helper
2024-04-16 16:25:49
linux-kernel
Re: [PATCH v7 1/3] mm/madvise: introduce clear_young_dirty_ptes() batch helper
2024-04-16 14:55:38
linux-kernel
Re: clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
2024-04-16 14:33:26
linux-kernel
Re: clang: error: unknown argument '-static-libasan'; did you mean '-static-libsan'?
2024-04-15 15:53:47
linux-kernel
Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
2024-04-15 15:17:54
linux-kernel
Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
2024-04-15 14:37:29
linux-kernel
Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
2024-04-15 13:47:55
linux-kernel
Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
2024-04-15 10:06:58
linux-kernel
Re: [PATCH V2] arm64/hugetlb: Fix page table walk in huge_pte_alloc()
2024-04-15 09:29:08
linux-kernel
Re: [RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
2024-04-15 08:59:27
linux-kernel
Re: [PATCH v6 2/2] mm/arm64: override clear_young_dirty_ptes() batch helper
2024-04-15 08:47:36
linux-kernel
Re: [PATCH v6 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-12 13:22:16
linux-kernel
[PATCH v3 3/3] arm64: mm: Don't remap pgtables for allocate vs populate
2024-04-12 13:20:41
linux-kernel
[PATCH v3 2/3] arm64: mm: Batch dsb and isb when populating pgtables
2024-04-12 13:20:24
linux-kernel
[PATCH v3 1/3] arm64: mm: Don't remap pgtables per-cont(pte|pmd) block
2024-04-12 13:19:59
linux-kernel
[PATCH v3 0/3] Speed up boot with faster linear map creation
2024-04-12 11:59:27
linux-kernel
Re: [PATCH v6 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 11:33:51
linux-kernel
Re: [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache
2024-04-12 11:28:52
linux-kernel
Re: [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
2024-04-12 11:21:39
linux-kernel
Re: [PATCH v5 2/2] mm/arm64: override mkold_clean_ptes() batch helper
2024-04-12 11:08:12
linux-kernel
Re: [PATCH v5 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 10:45:42
linux-kernel
Re: [PATCH v5 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 10:33:16
linux-kernel
Re: [PATCH v5 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 10:21:25
linux-kernel
Re: [PATCH v5 4/4] mm: correct the docs for thp_fault_alloc and thp_fault_fallback
2024-04-12 10:20:08
linux-kernel
Re: [PATCH v5 3/4] mm: add docs for per-order mTHP counters and transhuge_page ABI
2024-04-12 09:57:30
linux-kernel
Re: [PATCH v5 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 09:43:44
linux-kernel
Re: [PATCH v5 2/4] mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters
2024-04-12 09:27:10
linux-kernel
Re: [PATCH v5 1/4] mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
2024-04-12 09:18:58
linux-kernel
Re: [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_alloc_fallback counters
2024-04-12 07:53:53
linux-kernel
Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate
2024-04-11 18:00:30
linux-kernel
Re: [PATCH v4 0/2] mm: add per-order mTHP alloc and swpout counters
2024-04-11 17:58:25
linux-kernel
Re: [PATCH v4 2/2] mm: add per-order mTHP anon_swpout and anon_swpout_fallback counters
2024-04-11 17:55:44
linux-kernel
Re: [PATCH v4 1/2] mm: add per-order mTHP anon_alloc and anon_alloc_fallback counters
2024-04-11 17:27:18
linux-kernel
Re: [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter
2024-04-11 16:30:52
linux-kernel
Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate
2024-04-11 16:18:31
linux-kernel
Re: [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to reture if all swap entries are exclusive
2024-04-11 15:57:13
linux-kernel
Re: [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache
2024-04-11 15:28:23
linux-kernel
Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate
2024-04-11 15:03:30
linux-kernel
Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-11 14:55:12
linux-kernel
Re: [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to reture if all swap entries are exclusive
2024-04-11 14:38:18
linux-kernel
Re: [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
2024-04-11 14:17:44
linux-kernel
Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-11 14:12:21
linux-kernel
Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-11 13:45:43
linux-kernel
Re: [PATCH v2 4/4] arm64: mm: Lazily clear pte table mappings from fixmap
2024-04-11 13:38:08
linux-kernel
Re: [PATCH v2 3/4] arm64: mm: Don't remap pgtables for allocate vs populate
2024-04-11 13:28:56
linux-kernel
Re: [PATCH v5 2/2] mm/arm64: override mkold_clean_ptes() batch helper
2024-04-11 11:28:37
linux-kernel
Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-11 11:25:47
linux-kernel
Re: [PATCH v5 1/2] mm/madvise: optimize lazyfreeing with mTHP in madvise_free
2024-04-11 10:37:24
linux-kernel
Re: [PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
2024-04-11 10:10:40
linux-kernel
Re: [PATCH v3 1/3] arm64: tlb: Fix TLBI RANGE operand