LinuxLists
Users
About
Oscar Salvador (
[email protected]
)
Number of posts: 237 (1.71 per day)
First post: 2018-06-01 12:55:08
Last post: 2018-10-18 15:03:53
Next Page
Date
List
Subject
2018-10-18 15:03:53
linux-kernel
Re: [PATCH 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes
2018-10-18 07:23:34
linux-kernel
Re: [PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
2018-10-17 09:34:16
linux-kernel
Re: [PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
2018-10-15 15:33:07
linux-kernel
[PATCH 0/5] Do not touch pages/zones during hot-remove path
2018-10-15 15:32:57
linux-kernel
[PATCH 2/5] mm/memory_hotplug: Create add/del_device_memory functions
2018-10-15 15:32:06
linux-kernel
[PATCH 3/5] mm/memory_hotplug: Check for IORESOURCE_SYSRAM in release_mem_region_adjustable
2018-10-15 15:31:55
linux-kernel
[PATCH 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes
2018-10-15 15:31:55
linux-kernel
[PATCH 1/5] mm/memory_hotplug: Add nid parameter to arch_remove_memory
2018-10-15 15:31:55
linux-kernel
[PATCH 4/5] mm/memory_hotplug: Move zone/pages handling to offline stage
2018-10-10 11:03:03
linux-kernel
Re: [PATCH v5 1/2] memory_hotplug: Free pages as higher order
2018-10-10 09:40:36
linux-kernel
Re: [PATCH v3 2/3] mm: return zero_resv_unavail optimization
2018-10-10 08:08:12
linux-kernel
Re: [PATCH v5 1/2] memory_hotplug: Free pages as higher order
2018-10-08 13:58:20
linux-kernel
Re: [RFC PATCH v3 0/5] Do not touch pages/zones during hot-remove path
2018-10-08 07:36:24
linux-kernel
Re: [PATCH v5 1/2] memory_hotplug: Free pages as higher order
2018-10-05 07:17:42
linux-kernel
Re: [PATCH v3 2/6] mm/memory_hotplug: make add_memory() take the device_hotplug_lock
2018-10-05 07:17:11
linux-kernel
Re: [PATCH v3 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
2018-10-05 07:09:51
linux-kernel
Re: [PATCH v3 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
2018-10-05 07:09:46
linux-kernel
Re: [PATCH v3 6/6] memory-hotplug.txt: Add some details about locking internals
2018-10-02 15:02:33
linux-kernel
[RFC PATCH v3 1/5] mm/memory_hotplug: Add nid parameter to arch_remove_memory
2018-10-02 15:02:21
linux-kernel
[RFC PATCH v3 2/5] mm/memory_hotplug: Create add/del_device_memory functions
2018-10-02 15:01:47
linux-kernel
[RFC PATCH v3 3/5] mm/memory_hotplug: Check for IORESOURCE_SYSRAM in release_mem_region_adjustable
2018-10-02 15:01:34
linux-kernel
[RFC PATCH v3 4/5] mm/memory_hotplug: Move zone/pages handling to offline stage
2018-10-02 15:01:24
linux-kernel
[RFC PATCH v3 5/5] mm/memory-hotplug: Rework unregister_mem_sect_under_nodes
2018-10-02 15:01:21
linux-kernel
[RFC PATCH v3 0/5] Do not touch pages/zones during hot-remove path
2018-09-28 08:45:36
linux-kernel
Re: [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
2018-09-28 08:12:55
linux-kernel
Re: [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
2018-09-27 14:51:45
linux-kernel
Re: [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
2018-09-27 12:33:38
linux-kernel
Re: [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
2018-09-27 12:26:03
linux-kernel
Re: [PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
2018-09-27 07:11:39
linux-kernel
Re: [PATCH v3] memory_hotplug: Free pages as higher order
2018-09-21 13:28:58
linux-kernel
[PATCH v2 4/4] mm/memory_hotplug: Clean up node_states_check_changes_offline
2018-09-21 13:28:39
linux-kernel
[PATCH v2 2/4] mm/memory_hotplug: Tidy up node_states_clear_node
2018-09-21 13:28:19
linux-kernel
[PATCH v2 0/4] Refactor node_states_check_changes_online/offline
2018-09-21 13:27:28
linux-kernel
[PATCH v2 3/4] mm/memory_hotplug: Simplify node_states_check_changes_online
2018-09-21 13:27:17
linux-kernel
[PATCH v2 1/4] mm/memory_hotplug: Spare unnecessary calls to node_set_state
2018-09-21 10:32:05
linux-kernel
Re: [PATCH 2/5] mm/memory_hotplug: Avoid node_set/clear_state(N_HIGH_MEMORY) when !CONFIG_HIGHMEM
2018-09-21 10:30:51
linux-kernel
Re: [PATCH 4/5] mm/memory_hotplug: Simplify node_states_check_changes_online
2018-09-19 10:10:26
linux-kernel
[PATCH 0/5] Refactor node_states_check_changes_online/offline
2018-09-19 10:10:13
linux-kernel
[PATCH 1/5] mm/memory_hotplug: Spare unnecessary calls to node_set_state
2018-09-19 10:10:13
linux-kernel
[PATCH 2/5] mm/memory_hotplug: Avoid node_set/clear_state(N_HIGH_MEMORY) when !CONFIG_HIGHMEM
2018-09-19 10:09:31
linux-kernel
[PATCH 4/5] mm/memory_hotplug: Simplify node_states_check_changes_online
2018-09-19 10:09:22
linux-kernel
[PATCH 3/5] mm/memory_hotplug: Tidy up node_states_clear_node
2018-09-19 10:09:14
linux-kernel
[PATCH 5/5] mm/memory_hotplug: Clean up node_states_check_changes_offline
2018-08-31 20:56:43
linux-kernel
Re: [PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
2018-08-31 20:52:28
linux-kernel
Re: [RFC v2 2/2] mm/memory_hotplug: Shrink spanned pages when offlining memory
2018-08-31 20:47:03
linux-kernel
Re: [PATCH] mm/page_alloc: Clean up check_for_memory
2018-08-31 12:25:28
linux-kernel
Re: [PATCH] mm/page_alloc: Clean up check_for_memory
2018-08-29 20:52:17
linux-kernel
Re: [PATCH v4 0/4] Refactoring for remove_memory_section/unregister_mem_sect_under_nodes
2018-08-29 20:36:07
linux-kernel
Re: [PATCH] mm/page_alloc: Clean up check_for_memory
2018-08-28 21:03:56
linux-kernel
[PATCH] mm/page_alloc: Clean up check_for_memory
2018-08-28 11:56:35
linux-kernel
Re: [PATCH v4 3/4] mm/memory_hotplug: Define nodemask_t as a stack variable