public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-13 19:28:44 to 2013-01-10 05:56:07 UTC [more...]

[PATCH v6 00/15] memory-hotplug: hot-remove physical memory
 2013-01-10  5:56 UTC  (26+ messages)
` [PATCH v6 01/15] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v6 02/15] memory-hotplug: check whether all memory blocks are offlined or not when removing m
  ` [PATCH v6 02/15] memory-hotplug: check whether all memory blocks are offlined or not when removi
` [PATCH v6 03/15] memory-hotplug: remove redundant codes
` [PATCH v6 04/15] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v6 05/15] memory-hotplug: introduce new function arch_remove_memory() for removing page table
  ` [PATCH v6 05/15] memory-hotplug: introduce new function arch_remove_memory() for removing page t
` [PATCH v6 06/15] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v6 07/15] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v6 08/15] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v6 09/15] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v6 10/15] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v6 11/15] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v6 12/15] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v6 13/15] memory-hotplug: remove sysfs file of node
` [PATCH v6 14/15] memory-hotplug: free node_data when a node is offlined
` [PATCH v6 15/15] memory-hotplug: Do not allocate pdgat if it was not freed when offline

[PATCH] sysctl: convert arch specific unaligned access regulators to generic ones
 2013-01-10  4:25 UTC  (9+ messages)
` [RESEND PATCH] Convert IA64 sysctl to generic
  ` [RESEND PATCH] sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-arch
        ` [PATCH v2] "

[PATCH v5 00/14] memory-hotplug: hot-remove physical memory
 2013-01-10  1:38 UTC  (42+ messages)
` [PATCH v5 01/14] memory-hotplug: try to offline the memory twice to avoid dependence
` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removing m
  ` [PATCH v5 02/14] memory-hotplug: check whether all memory blocks are offlined or not when removi
` [PATCH v5 03/14] memory-hotplug: remove redundant codes
` [PATCH v5 04/14] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [PATCH v5 05/14] memory-hotplug: introduce new function arch_remove_memory() for removing page table
  ` [PATCH v5 05/14] memory-hotplug: introduce new function arch_remove_memory() for removing page t
` [PATCH v5 06/14] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [PATCH v5 07/14] memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()
` [PATCH v5 08/14] memory-hotplug: Common APIs to support page tables hot-remove
` [PATCH v5 09/14] memory-hotplug: remove page table of x86_64 architecture
` [PATCH v5 10/14] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v5 11/14] memory-hotplug: Integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP
` [PATCH v5 12/14] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [PATCH v5 13/14] memory-hotplug: remove sysfs file of node
` [PATCH v5 14/14] memory-hotplug: free node_data when a node is offlined

[PATCH 0/8] vm_unmapped_area: finish the mission
 2013-01-09 21:41 UTC  (23+ messages)
` [PATCH 1/8] mm: use vm_unmapped_area() on parisc architecture
` [PATCH 2/8] mm: use vm_unmapped_area() on alpha architecture
` [PATCH 3/8] mm: use vm_unmapped_area() on frv architecture
` [PATCH 4/8] mm: use vm_unmapped_area() on ia64 architecture
` [PATCH 5/8] mm: use vm_unmapped_area() in hugetlbfs "
` [PATCH 6/8] mm: remove free_area_cache use in powerpc architecture
` [PATCH 7/8] mm: use vm_unmapped_area() on "
` [PATCH 8/8] mm: remove free_area_cache

[PATCH] [IA64] Wire up finit_module syscall
 2013-01-03 18:33 UTC 

[TRIVIAL PATCH 00/26] treewide: Add and use vsprintf extension %pSR
 2012-12-12 18:18 UTC  (2+ messages)
` [TRIVIAL PATCH 07/26] ia64: Convert print_symbol to %pSR

[GIT PULL] ia64 fix for 3.8 merge window
 2012-12-11 17:04 UTC 

loan offer
 2012-12-08  1:36 UTC  (2+ messages)

[Patch v4 00/12] memory-hotplug: hot-remove physical memory
 2012-12-07  7:06 UTC  (40+ messages)
` [Patch v4 01/12] memory-hotplug: try to offline the memory twice to avoid dependence
` [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page table
  ` [Patch v4 05/12] memory-hotplug: introduce new function arch_remove_memory() for removing page t
` [Patch v4 12/12] memory-hotplug: free node_data when a node is offlined
` [Patch v4 09/12] memory-hotplug: remove page table of x86_64 architecture
` [Patch v4 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removing m
  ` [Patch v4 02/12] memory-hotplug: check whether all memory blocks are offlined or not when removi
` [Patch v4 03/12] memory-hotplug: remove redundant codes
` [Patch v4 04/12] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [Patch v4 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [Patch v4 07/12] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [Patch v4 08/12] memory-hotplug: remove memmap "
` [Patch v4 10/12] memory-hotplug: memory_hotplug: clear zone when removing the memory
` [Patch v4 11/12] memory-hotplug: remove sysfs file of node

KINDLY READ THE ATTACHED FUND INVESTMENT PROPOSAL LETTER AND REPLY
 2012-12-06 13:10 UTC 

[PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEBUG_A
 2012-12-03  8:51 UTC  (7+ messages)
` [PATCH 0/9] dma_debug: add debug_dma_mapping_error support to architectures that support DMA_DEB

getcpu() returns EFAULT when called via the vdso
 2012-11-29 23:34 UTC  (2+ messages)

[PATCH v3 00/13] Add gdb python scripts as kernel debugging helpers
 2012-11-27 10:11 UTC  (2+ messages)
` [PATCH v3 10/13] scripts/gdb: Add internal helper and convenience function to retrieve thread_info

[PATCH v3 00/12] memory-hotplug: hot-remove physical memory
 2012-11-27  7:14 UTC  (26+ messages)
` [PATCH v3 06/12] memory-hotplug: unregister memory section on SPARSEMEM_VMEMMAP
` [PATCH v3 08/12] memory-hotplug: remove memmap of sparse-vmemmap
` [PATCH v3 11/12] memory-hotplug: remove sysfs file of node

[PATCH 9/9] tile: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:37 UTC 

[PATCH 8/9] sparc: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:37 UTC 

[PATCH 7/9] sh: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:36 UTC 

[PATCH 6/9] powerpc: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:35 UTC 

[PATCH 5/9] mips: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:34 UTC 

[PATCH 4/9] microblaze: dma-mapping: support debug_dma_mapping_error
 2012-11-23 21:33 UTC 

[PATCH 3/9] ia64: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:32 UTC 

[PATCH 2/9] c6x: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:32 UTC 

[PATCH 1/9] ARM64: dma_debug: add debug_dma_mapping_error support
 2012-11-23 21:31 UTC 

[PATCH 161/493] tty: remove use of __devinit
 2012-11-20  9:44 UTC  (3+ messages)

[PATCH 341/493] ia64: remove use of __devinitdata
 2012-11-19 18:24 UTC 

[PATCH 023/493] ia64: iosapic: remove CONFIG_HOTPLUG ifdefs
 2012-11-19 18:19 UTC 

[PATCH 10/58] swiotlb: Prototype swiotlb_late_init_with_default_size in swiotlb.h
 2012-11-19  5:27 UTC 

[PATCH RFT] ia64: dma-mapping: support debug_dma_mapping_error
 2012-11-15 18:08 UTC  (3+ messages)
` [PATCH RFT RESEND linux-next] "

[PATCH 1/1] arch Kconfig: remove references to IRQ_PER_CPU
 2012-11-14  0:53 UTC  (3+ messages)

drivers/firmware/efivars.c:841:2: warning: (near initialization for 'efi_pstore_info.write')
 2012-11-13 19:53 UTC 

drivers/firmware/efivars.c:838:2: warning: initialization from incompatible pointer type
 2012-11-13 19:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox