public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-12 09:16:00 to 2011-07-26 22:24:08 UTC [more...]

[PATCHSET tip:x86/memblock] memblock: Kill early_node_map[]
 2011-07-26 22:20 UTC  (51+ messages)
` [PATCH 01/23] memblock: Make memblock_overlaps_region() static
` [PATCH 02/23] memblock: Make memblock_{add|remove|free|reserve}() return int and update prototypes
` [PATCH 03/23] memblock: Use memblock_reserve() in memblock internal functions
` [PATCH 04/23] memblock: Add __memblock_dump_all()
` [PATCH 05/23] memblock: Kill sentinel entries at the end of static region arrays
` [PATCH 06/23] memblock: Kill memblock_init()
` [PATCH 07/23] memblock: Separate out memblock_isolate_range() from memblock_set_node()
` [PATCH 08/23] memblock: Reimplement __memblock_remove() using memblock_isolate_range()
` [PATCH 09/23] memblock: Make memblock functions handle overflowing range @size
` [PATCH 10/23] memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()
` [PATCH 11/23] powerpc: Cleanup memblock usage
` [PATCH 12/23] memblock: Track total size of regions automatically
` [PATCH 13/23] memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
` [PATCH 14/23] memblock: Implement memblock_add_node()
` [PATCH 15/23] powerpc: Use HAVE_MEMBLOCK_NODE_MAP
` [PATCH 16/23] sparc: "
` [PATCH 17/23] SuperH: "
` [PATCH 18/23] ia64: "
` [PATCH 19/23] mips: "
` [PATCH 20/23] s390: "
` [PATCH 21/23] score: "
` [PATCH 22/23] memblock: Kill early_node_map[]
` [PATCH 23/23] memblock: Reimplement memblock allocation using reverse free area iterator

[PATCHSET x86/mm] memblock, x86: Allow node info in memblock and remove x86 specific memblock code
 2011-07-26 21:46 UTC  (46+ messages)
` [PATCH 01/13] memblock: Remove memblock_memory_can_coalesce()
` [PATCH 02/13] memblock: Reimplement memblock_add_region()
` [PATCH 03/13] memblock: Add optional region->nid
  ` [PATCH UPDATED "
` [PATCH 04/13] x86: Use HAVE_MEMBLOCK_NODE_MAP
  ` [PATCH UPDATED "
` [PATCH 05/13] x86: Use __memblock_alloc_base() in early_reserve_e820()
` [PATCH 06/13] memblock: Implement for_each_free_mem_range()
` [PATCH 07/13] x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()
` [PATCH 08/13] memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
` [PATCH 09/13] memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range()
` [PATCH 10/13] memblock, x86: Reimplement memblock_find_dma_reserve() using iterators
` [PATCH 11/13] x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()
` [PATCH 12/13] memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
  ` [PATCH UPDATED "
` [PATCH 13/13] memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
` [PATCH 2.5/13] memblock: Use __meminit[data] instead of __init[data]

[PATCH/RFC 0/8] ARM: DMA-mapping framework redesign
 2011-07-26 12:56 UTC  (13+ messages)
` [PATCH 1/8] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCH 3/8] ARM: dma-mapping: use asm-generic/dma-mapping-common.h

[merged] arch-x86-include-asm-delayh-fix-udelay-and-ndelay-for-8-bit-args.patch removed from -mm tree
 2011-07-25 19:04 UTC 

Ticket Number (7PWYZ2011)
 2011-07-25 14:25 UTC 

Cross Memory Attach v3
 2011-07-25  7:11 UTC  (9+ messages)

[GIT PULL] OpenRISC architecture
 2011-07-24 12:36 UTC  (4+ messages)

pick up the $5000.00USD
 2011-07-23 20:16 UTC 

I am Mr. chen from the bank of china.I have a business proposal worth $50million USD. Get back to me on (chen-guan009@w.cn) for more details
 2011-07-22 21:56 UTC 

+ cross-memory-attach-v3.patch added to -mm tree
 2011-07-21 22:09 UTC  (2+ messages)

[tip:x86/vdso] clocksource: Replace vread with generic arch data
 2011-07-21 21:42 UTC  (8+ messages)

AWARD WINNER
 2011-07-20 16:46 UTC 

[RFC v1] implement SL*B and stack usercopy runtime checks
 2011-07-19  7:40 UTC  (14+ messages)
  ` [RFC v2] "
      ` [kernel-hardening] "

current_thread_info() vs task_thread_info(current)
 2011-07-19  3:46 UTC  (13+ messages)

(unknown),
 2011-07-18 17:44 UTC 

linux-next: manual merge of the akpm tree with the openrisc tree
 2011-07-18 14:05 UTC  (3+ messages)
  ` [PATCH 1/1] asm-generic: delay.h fix udelay and ndelay for 8 bit args

(unknown),
 2011-07-17 15:49 UTC 

[PATCH v3 00/19] OpenRISC Architecture
 2011-07-17 15:08 UTC  (35+ messages)
` [PATCH v3 01/19] OpenRISC: Boot code
  ` [PATCH v3 02/19] OpenRISC: Device tree
` [PATCH v3 03/19] OpenRISC: Memory management
` [PATCH v3 04/19] OpenRISC: Signal handling
` [PATCH v3 05/19] OpenRISC: Build infrastructure
` [PATCH v3 06/19] OpenRISC: PTrace
` [PATCH v3 07/19] OpenRISC: DMA
` [PATCH v3 08/19] OpenRISC: Timekeeping
` [PATCH v3 09/19] OpenRISC: IRQ
` [PATCH v3 10/19] OpenRISC: System calls
` [PATCH v3 11/19] OpenRISC: Idle/Power management
` [PATCH v3 12/19] OpenRISC: Scheduling/Process management
` [PATCH v3 13/19] OpenRISC: GPIO
` [PATCH v3 14/19] OpenRISC: Module support
` [PATCH v3 15/19] OpenRISC: Traps
` [PATCH v3 16/19] OpenRISC: Headers
` [PATCH v3 17/19] OpenRISC: Library routines
` [PATCH v3 18/19] OpenRISC: Miscellaneous
` [PATCH v3 19/19] OpenRISC: Add MAINTAINERS entry

(unknown),
 2011-07-16  4:33 UTC 

[PATCH 00/39] UAPI header file split [ver #2]
 2011-07-14 21:53 UTC  (2+ messages)

[PATCHSET x86/mm] memblock, x86: Implement for_each_mem_pfn_range() and use it to improve memblock allocator
 2011-07-14  7:46 UTC  (5+ messages)
` [PATCH 1/8] bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()
  ` [PATCH UPDATED "

(unknown),
 2011-07-12 14:40 UTC 

(unknown),
 2011-07-12 14:24 UTC 


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