linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-07 00:33:28 to 2012-09-10 01:56:43 UTC [more...]

[RFC v8 PATCH 00/20] memory-hotplug: hot-remove physical memory
 2012-09-10  1:56 UTC  (34+ messages)
` [RFC v8 PATCH 01/20] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v8 PATCH 02/20] memory-hotplug: implement offline_memory()
` [RFC v8 PATCH 03/20] memory-hotplug: store the node id in acpi_memory_device
` [RFC v8 PATCH 04/20] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v8 PATCH 05/20] memory-hotplug: check whether memory is present or not
` [RFC v8 PATCH 06/20] memory-hotplug: export the function acpi_bus_remove()
` [RFC v8 PATCH 07/20] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC v8 PATCH 08/20] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC v8 PATCH 09/20] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC v8 PATCH 10/20] memory-hotplug: add memory_block_release
` [RFC v8 PATCH 11/20] memory-hotplug: remove_memory calls __remove_pages
` [RFC v8 PATCH 12/20] memory-hotplug: introduce new function arch_remove_memory()
` [RFC v8 PATCH 13/20] memory-hotplug: check page type in get_page_bootmem
` [RFC v8 PATCH 14/20] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for s
` [RFC v8 PATCH 15/20] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC v8 PATCH 16/20] memory-hotplug: free memmap "
` [RFC v8 PATCH 17/20] memory_hotplug: clear zone when the memory is removed
` [RFC v8 PATCH 18/20] memory-hotplug: add node_device_release
` [RFC v8 PATCH 19/20] memory-hotplug: remove sysfs file of node
` [RFC v8 PATCH 20/20] memory-hotplug: clear hwpoisoned flag when onlining pages

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-05  9:25 UTC  (21+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v9 PATCH 02/21] memory-hotplug: implement offline_memory()
` [RFC v9 PATCH 03/21] memory-hotplug: store the node id in acpi_memory_device
` [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v9 PATCH 05/21] memory-hotplug: check whether memory is present or not
` [RFC v9 PATCH 06/21] memory-hotplug: export the function acpi_bus_remove()
` [RFC v9 PATCH 07/21] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC v9 PATCH 08/21] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC v9 PATCH 09/21] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC v9 PATCH 10/21] memory-hotplug: add memory_block_release
` [RFC v9 PATCH 11/21] memory-hotplug: remove_memory calls __remove_pages
` [RFC v9 PATCH 12/21] memory-hotplug: introduce new function arch_remove_memory()
` [RFC v9 PATCH 13/21] memory-hotplug: check page type in get_page_bootmem
` [RFC v9 PATCH 14/21] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for s
` [RFC v9 PATCH 15/21] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC v9 PATCH 16/21] memory-hotplug: free memmap "
` [RFC v9 PATCH 17/21] memory_hotplug: clear zone when the memory is removed
` [RFC v9 PATCH 18/21] memory-hotplug: add node_device_release
` [RFC v9 PATCH 19/21] memory-hotplug: remove sysfs file of node
` [RFC v9 PATCH 21/21] memory-hotplug: auto offline page_cgroup when onlining memory block failed

[PATCH v2] mm/ia64: fix a memory block size bug
 2012-08-24  3:10 UTC 

[PATCH] mm/ia64: fix a memory block size bug
 2012-08-24  2:38 UTC  (3+ messages)

[PATCH]mm: fix-up zone present pages
 2012-08-24  2:31 UTC  (3+ messages)

[GIT PULL] config cleanup for ia64
 2012-08-20 20:43 UTC 

[PATCH v1] PCI,IA64: free associated resources when removing host bridges
 2012-08-20 15:43 UTC  (3+ messages)

[RFC V7 PATCH 00/19] memory-hotplug: hot-remove physical memory
 2012-08-20 14:09 UTC  (21+ messages)
` [RFC V7 PATCH 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC V7 PATCH 02/19] memory-hotplug: implement offline_memory()
` [RFC V7 PATCH 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC V7 PATCH 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC V7 PATCH 05/19] memory-hotplug: check whether memory is present or not
` [RFC V7 PATCH 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC V7 PATCH 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC V7 PATCH 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC V7 PATCH 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC V7 PATCH 10/19] memory-hotplug: add memory_block_release
` [RFC V7 PATCH 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC V7 PATCH 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC V7 PATCH 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC V7 PATCH 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for s
` [RFC V7 PATCH 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC V7 PATCH 16/19] memory-hotplug: free memmap "
` [RFC V7 PATCH 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC V7 PATCH 18/19] memory-hotplug: add node_device_release
` [RFC V7 PATCH 19/19] memory-hotplug: remove sysfs file of node

[PATCH]mm/ia64: fix a node distance bug
 2012-08-20 13:54 UTC  (3+ messages)

[BUGFIX PATCH][RESEND] kexec & iosapic: kexec oops when iosapic was removed
 2012-08-20  7:46 UTC  (5+ messages)

[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
 2012-08-09 15:41 UTC  (24+ messages)
` [RFC PATCH V6 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC PATCH V6 02/19] memory-hotplug: implement offline_memory()
` [RFC PATCH V6 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC PATCH V6 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC PATCH V6 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH V6 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC PATCH V6 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC PATCH V6 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC PATCH V6 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH V6 10/19] memory-hotplug: add memory_block_release
` [RFC PATCH V6 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC PATCH V6 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH V6 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH V6 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for s
` [RFC PATCH V6 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
  ` [RFC PATCH V6 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmem
` [RFC PATCH V6 16/19] memory-hotplug: free memmap of sparse-vmemmap
` [RFC PATCH V6 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC PATCH V6 18/19] memory-hotplug: add node_device_release
` [RFC PATCH V6 19/19] memory-hotplug: remove sysfs file of node

[RFC PATCH v5 00/19] memory-hotplug: hot-remove physical memory
 2012-08-01  6:09 UTC  (36+ messages)
` [RFC PATCH 0/19] firmware_map : unify argument of firmware_map_add_early/hotplug
` [PATCH 0.5/19] remove memory info from list before freeing it
` [RFC PATCH v5 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC PATCH v5 02/19] memory-hotplug: implement offline_memory()
` [RFC PATCH v5 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC PATCH v5 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC PATCH v5 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH v5 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC PATCH v5 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC PATCH v5 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC PATCH v5 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH v5 10/19] memory-hotplug: add memory_block_release
` [RFC PATCH v5 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH v5 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH v5 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for s
` [RFC PATCH v5 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH v5 16/19] memory-hotplug: free memmap "
` [RFC PATCH v5 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC PATCH v5 18/19] memory-hotplug: add node_device_release
` [RFC PATCH v5 19/19] memory-hotplug: remove sysfs file of node

[GIT PULL] Miscellaneous ia64 build fixes
 2012-07-30 17:18 UTC 

[PATCH] debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISC
 2012-07-28 21:43 UTC  (8+ messages)

[PATCH] ia64: rename platform_name to ia64_platform_name
 2012-07-25 18:41 UTC  (6+ messages)
    ` [PATCH] ia64: rename platform_* to ia64_platform_*

[PATCH] nouveau: fix build error on IA64
 2012-07-25 14:36 UTC  (2+ messages)

[PATCH] ia64: mark PARAVIRT and KVM as broken
 2012-07-25  7:53 UTC 

[PATCH] fix nouveau build error on !CONFIG_MXM_WMI
 2012-07-25  7:46 UTC 

[linus:master 69/70] include/sound/soc.h:790:14: error: expected ':', ',', ';', '}' or '__attrib
 2012-07-24 16:47 UTC 

[GIT PULL] ia64 3.6 merge window patches
 2012-07-23 22:20 UTC 

[PATCH -next] random: Remove remaining relicts of rand_initialize_irq()
 2012-07-23 14:54 UTC  (5+ messages)

[RFC PATCH 6/8] memory-hotplug: introduce new function arch_remove_memory()
 2012-07-20  8:38 UTC 

ia64 build errors
 2012-07-18 13:47 UTC  (4+ messages)

Greetings and Compliments
 2012-07-10 13:50 UTC 

[PATCH 09/19 v2] ia64/mm/fault.c: Port OOM changes to ia64_do_page_fault
 2012-06-14 16:53 UTC  (6+ messages)

Wrong NaTVal in unw_access_gr ?
 2012-06-12 18:33 UTC  (2+ messages)

[PATCH] IA64: Export <asm/cmpxchg.h> to userland
 2012-06-08  8:03 UTC  (6+ messages)

[RFC PATCH] sched/numa: do load balance between remote nodes
 2012-06-07  0:33 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).