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

Date List Subject
2021-06-02 19:49:31 linux-kernel Re: [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values
2021-06-02 15:23:47 linux-kernel [PATCH v2 2/3] mm,memory_hotplug: Drop unneeded locking
2021-06-02 15:23:43 linux-kernel [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values
2021-06-02 15:22:20 linux-kernel [PATCH v2 0/3] Memory hotplug locking cleanup
2021-06-02 15:20:59 linux-kernel [PATCH v2 3/3] mm,memory_hotplug: Remove unneeded declarations
2021-06-01 10:35:22 linux-kernel Re: [PATCH] mm,memory_hotplug: Drop unneeded locking
2021-06-01 08:14:15 linux-kernel Re: [PATCH] mm,memory_hotplug: Drop unneeded locking
2021-06-01 07:48:54 linux-kernel Re: [PATCH] mm,memory_hotplug: Drop unneeded locking
2021-05-31 09:41:57 linux-kernel [PATCH] mm,memory_hotplug: Drop unneeded locking
2021-05-28 11:22:02 linux-kernel [PATCH RFC] mm,memory_hotplug: Drop unneeded locking
2021-05-28 07:50:08 linux-kernel Re: [PATCH] mm: hugetlb: fix dissolve_free_huge_page use of tail/head page
2021-05-27 14:45:34 linux-kernel Re: [PATCH v1] hugetlb: pass head page to remove_hugetlb_page()
2021-05-26 12:37:14 linux-kernel Re: [PATCH v5 2/3] mm,hwpoison: Return -EHWPOISON to denote that the page has already been poisoned
2021-05-26 10:44:47 linux-kernel Re: [PATCH v3] mm/page_alloc: fix counting of free pages after take off from buddy
2021-05-26 10:43:42 linux-kernel Re: [PATCH v3] mm/page_alloc: fix counting of free pages after take off from buddy
2021-05-26 09:59:59 linux-kernel Re: [PATCH v5 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races
2021-05-26 08:10:01 linux-kernel Re: [PATCH v1] drivers/base/memory: fix trying offlining memory blocks with memory holes on aarch64
2021-05-26 07:23:41 linux-kernel Re: Arm64 crash while online/offline memory sections
2021-05-25 21:38:11 linux-kernel Re: Arm64 crash while online/offline memory sections
2021-05-25 09:12:43 linux-kernel Re: [PATCH v5 1/2] mm,hwpoison: fix race with hugetlb page allocation
2021-05-25 08:50:45 linux-kernel Re: [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
2021-05-25 08:50:05 linux-kernel Re: [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)
2021-05-25 08:49:36 linux-kernel Re: [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when setting PageOffline()
2021-05-25 08:45:49 linux-kernel Re: [PATCH v2 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
2021-05-25 08:25:21 linux-kernel Re: [PATCH v5 1/2] mm,hwpoison: fix race with hugetlb page allocation
2021-05-17 19:28:34 linux-kernel Re: [PATCH v4 2/2] mm,hwpoison: make get_hwpoison_page call get_any_page()
2021-05-17 10:15:09 linux-kernel Re: [PATCH v4 1/2] mm,hwpoison: fix race with compound page allocation
2021-05-12 08:58:48 linux-kernel Re: [PATCH v3 2/2] mm,hwpoison: make get_hwpoison_page call get_any_page()
2021-05-12 08:34:58 linux-kernel Re: [PATCH v3 1/2] mm,hwpoison: fix race with compound page allocation
2021-05-11 09:59:32 linux-kernel Re: [PATCH resend v2 1/5] mm: make variable names for populate_vma_page_range() consistent
2021-05-11 09:55:26 linux-kernel Re: [PATCH resend v2 1/5] mm: make variable names for populate_vma_page_range() consistent
2021-05-11 08:10:42 linux-kernel Re: [External] Re: [PATCH v23 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
2021-05-10 11:12:25 linux-kernel Re: [PATCH v23 6/9] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
2021-05-10 10:24:28 linux-kernel Re: [PATCH v23 5/9] mm: hugetlb: defer freeing of HugeTLB pages
2021-05-10 10:11:46 linux-kernel Re: [PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
2021-05-10 10:09:50 linux-kernel Re: [PATCH v23 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled
2021-05-06 10:06:48 linux-kernel Re: [PATCH v2] mm,hwpoison: fix race with compound page allocation
2021-04-28 08:24:48 linux-kernel Re: [PATCH] mm,hwpoison: fix race with compound page allocation
2021-04-21 10:36:12 linux-kernel [PATCH v10 6/8] mm,memory_hotplug: Add kernel boot option to enable memmap_on_memory
2021-04-21 10:36:12 linux-kernel [PATCH v10 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-04-21 10:36:01 linux-kernel [PATCH v10 5/8] acpi,memhotplug: Enable MHP_MEMMAP_ON_MEMORY when supported
2021-04-21 10:35:56 linux-kernel [PATCH v10 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
2021-04-21 10:35:41 linux-kernel [PATCH v10 3/8] mm,memory_hotplug: Factor out adjusting present pages into adjust_present_page_count()
2021-04-21 10:34:49 linux-kernel [PATCH v10 8/8] arm64/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
2021-04-21 10:33:42 linux-kernel [PATCH v10 1/8] drivers/base/memory: Introduce memory_block_{online,offline}
2021-04-21 10:33:39 linux-kernel [PATCH v10 0/8] Allocate memmap from hotadded memory (per device)
2021-04-21 10:33:36 linux-kernel [PATCH v10 2/8] mm,memory_hotplug: Relax fully spanned sections check
2021-04-21 09:56:39 linux-kernel Re: [External] Re: [PATCH] mm: hugetlb: fix a race between memory-failure/soft_offline and gather_surplus_pages
2021-04-21 09:56:31 linux-kernel Re: [PATCH v9 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
2021-04-21 09:53:15 linux-kernel Re: [PATCH v9 2/8] mm,memory_hotplug: Relax fully spanned sections check
2021-04-21 09:52:51 linux-kernel Re: [External] Re: [PATCH v20 8/9] mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabled