LinuxLists
Users
About
Oscar Salvador (
[email protected]
)
Number of posts: 1443 (0.58 per day)
First post: 2017-09-04 14:36:59
Last post: 2024-06-14 14:15:20
Previous Page
/
Next Page
Date
List
Subject
2022-06-21 04:29:11
linux-kernel
[PATCH v2 2/2] mm/memory_hotplug: Reset node's state when empty during offline
2022-06-21 04:21:43
linux-kernel
[PATCH v2 1/2] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
2022-06-20 14:48:17
linux-kernel
Re: [PATCH v5 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory
2022-06-20 08:53:05
linux-kernel
Re: [PATCH v4 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory
2022-06-17 11:06:50
linux-kernel
Re: [PATCH v2 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-06-17 10:06:30
linux-kernel
Re: [PATCH v2 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-06-17 06:10:00
linux-kernel
Re: [PATCH v2 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-06-16 04:51:44
linux-kernel
Re: [PATCH v6 1/1] mm/memory-failure: disable unpoison once hw error happens
2022-06-16 04:50:18
linux-kernel
Re: [PATCH] mm: hugetlb: remove minimum_order variable
2022-06-16 04:37:13
linux-kernel
Re: [PATCH v2 2/2] mm: memory_hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-06-15 07:56:06
linux-kernel
Re: [PATCH] mm: Remove unwanted initialization in vmemmap_populate_compound_pages()
2022-06-15 05:55:57
linux-kernel
Re: Re: [PATCH v5 1/1] mm/memory-failure: disable unpoison once hw error happens
2022-06-15 04:30:55
linux-kernel
Re: [PATCH v5 1/1] mm/memory-failure: disable unpoison once hw error happens
2022-06-15 04:25:21
linux-kernel
Re: [PATCH v1] MAINTAINERS: add MEMORY HOT(UN)PLUG section and add myself as reviewer
2022-06-14 07:51:03
linux-kernel
Re: [PATCH v1] MAINTAINERS: add MEMORY HOT(UN)PLUG section and add myself as reviewer
2022-06-13 08:55:54
linux-kernel
Re: [PATCH 6/6] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
2022-06-13 08:37:59
linux-kernel
Re: [PATCH 4/6] mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
2022-06-13 08:27:07
linux-kernel
Re: [PATCH 3/6] mm: hugetlb_vmemmap: introduce the name HVO
2022-06-13 08:13:51
linux-kernel
Re: [PATCH 2/6] mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
2022-06-13 08:13:02
linux-kernel
Re: [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
2022-06-01 15:17:30
linux-kernel
Re: [PATCH] mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()
2022-05-30 06:23:54
linux-kernel
Re: [PATCH V2] mm/memory_hotplug: Drop 'reason' argument from check_pfn_span()
2022-05-26 18:29:53
linux-kernel
Re: [PATCH] mm/memory_hotplug: Drop 'reason' argument from check_pfn_span()
2022-05-26 03:59:43
linux-kernel
Re: [PATCH v3 3/4] mm/migration: return errno when isolate_huge_page failed
2022-05-26 02:15:54
linux-kernel
Re: [PATCH v3 2/4] mm/migration: remove unneeded lock page and PageMovable check
2022-05-25 11:59:01
linux-kernel
Re: [PATCH v3 1/4] mm: reduce the rcu lock duration
2022-05-18 10:04:01
linux-kernel
Re: [PATCH 08/15] mm/swap: make page_swapcount and __lru_add_drain_all
2022-05-18 09:59:04
linux-kernel
Re: [PATCH 07/15] mm/swap: remove unneeded p != NULL check in __swap_duplicate
2022-05-18 09:53:11
linux-kernel
Re: [PATCH 06/15] mm/swap: remove buggy cache->nr check in refill_swap_slots_cache
2022-05-18 09:52:11
linux-kernel
Re: [PATCH 05/15] mm/swap: print bad swap offset entry in get_swap_device
2022-05-18 09:01:47
linux-kernel
Re: [PATCH 04/15] mm/swap: remove unneeded return value of free_swap_slot
2022-05-18 08:59:30
linux-kernel
Re: [PATCH 03/15] mm/swap: fold __swap_info_get() into its sole caller
2022-05-18 08:49:59
linux-kernel
Re: [PATCH 02/15] mm/swap: use helper macro __ATTR_RW
2022-05-18 08:34:51
linux-kernel
Re: [PATCH 01/15] mm/swap: use helper is_swap_pte() in swap_vma_readahead
2022-05-18 04:45:00
linux-kernel
Re: [PATCH v12 1/7] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
2022-05-18 03:40:06
linux-kernel
Re: [PATCH v12 4/7] mm: hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-05-17 18:14:48
linux-kernel
Re: [PATCH v12 7/7] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl
2022-05-17 10:15:28
linux-kernel
Re: [PATCH v12 3/7] mm: memory_hotplug: enumerate all supported section flags
2022-05-17 09:40:36
linux-kernel
Re: [PATCH v12 2/7] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
2022-05-16 18:08:59
linux-kernel
Re: [PATCH v12 4/7] mm: hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
2022-05-14 01:20:38
linux-kernel
Re: [PATCH] mm, compaction: fast_find_migrateblock() should return pfn in the target zone
2022-05-13 20:24:46
linux-kernel
Re: [PATCH] x86/mm: Fix marking of unused sub-pmd ranges
2022-05-09 10:56:18
linux-kernel
Re: [RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
2022-05-09 06:51:26
linux-kernel
Re: [PATCH 2/3] mm/memory_hotplug: Reset node's state when empty during offline
2022-05-08 02:41:22
linux-kernel
Re: [PATCH 3/3] mm/memory_hotplug: Refactor hotadd_init_pgdat and try_online_node
2022-05-06 17:26:10
linux-kernel
Re: [PATCH 1/3] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
2022-04-27 12:46:46
linux-kernel
Re: [RFC PATCH v1 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
2022-04-12 20:46:26
linux-kernel
Re: [PATCH v2 2/9] mm/vmscan: remove unneeded can_split_huge_page check
2022-04-12 15:52:27
linux-kernel
Re: [PATCH v2 1/9] mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_writeback
2022-03-30 19:02:19
linux-kernel
Re: [PATCH] mm,hwpoison: unmap poisoned page before invalidation
2022-03-30 15:19:04
linux-kernel
Re: [PATCH] mm,hwpoison: unmap poisoned page before invalidation