linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-14 08:14:05 to 2010-05-24 14:09:32 UTC [more...]

[PATCH 0/7] numa: incremental fixes to generic per cpu numa_*_id() series
 2010-05-24 14:09 UTC  (5+ messages)
` [PATCH 3/7] numa-x86_64-use-generic-percpu-var-numa_node_id-implementation-fix1

[PATCH] arch/tile: new multi-core architecture for Linux
 2010-05-23 22:08 UTC 

[PATCH] Prevent reserving RAM in the region already reserved by BIOS
 2010-05-22  4:58 UTC  (13+ messages)

[PATCH 1/4] arch: local64_t
 2010-05-21 14:52 UTC  (3+ messages)

[PATCH 1/3] Reduce get_current() to the asm-generic implementation where possible
 2010-05-21 10:13 UTC  (18+ messages)
` [PATCH 2/3] Mark the 'current' pointer register read-only when such a thing exists
` [PATCH 3/3] Make get_current() __attribute__((const))
  ` schedule() && prev/current (Was: [PATCH 3/3] Make get_current() __attribute__((const)))
          ` [PATCH] schedule: simplify the reacquire_kernel_lock() logic

GOOD DAY
 2010-05-21  9:35 UTC 

[PATCH 1/2]: atomic_t: Cast to volatile when accessing atomic variables
 2010-05-21  6:44 UTC  (16+ messages)
` [PATCH 2/2]: atomic_t: Remove volatile from atomic_t definition

[GIT PULL] x86/atomic changes for v2.6.35
 2010-05-19 19:00 UTC  (7+ messages)

[PATCH 07/25] kdb: core for kgdb back end (1 of 2)
 2010-05-19  1:39 UTC  (3+ messages)
` [PATCH 08/25] kdb: core for kgdb back end (2 "

[PATCH -v16 00/35] Use lmb with x86
 2010-05-17 22:26 UTC  (75+ messages)
` [PATCH 01/35] lmb: prepare x86 to use lmb to replace early_res
` [PATCH 03/35] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 04/35] lmb: Add lmb_find_area()
` [PATCH 05/35] x86, lmb: Add lmb_find_area_size()
` [PATCH 08/35] x86,lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 11/35] lmb: Add find_memory_core_early()
              ` lmb type features
` [PATCH 13/35] x86, lmb: Add lmb_free_memory_size()
` [PATCH 15/35] x86, lmb: Add lmb_reserve_area_overlap_ok()
` [PATCH 17/35] x86, lmb: Add x86 version of __lmb_find_area()

You Have Won!
 2010-05-17 21:38 UTC 

Prize Won!!!
 2010-05-17 16:31 UTC 

[PATCH] Use microsecond granularity for taskstats accounting
 2010-05-17 14:17 UTC  (4+ messages)

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-17  9:06 UTC  (5+ messages)

[PATCH -v17 00/37] Use lmb with x86
 2010-05-17  6:09 UTC  (81+ messages)
` [PATCH 01/37] lmb: lmb_find_base() should return LMB_ERROR on failing path
` [PATCH 02/37] lmb: Prepare x86 to use lmb to replace early_res
` [PATCH 03/37] lmb: Print new doubled array location info
` [PATCH 04/37] lmb: Export LMB_ERROR again
` [PATCH 05/37] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 06/37] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 07/37] lmb: Add lmb_find_area()
` [PATCH 08/37] x86, lmb: Add lmb_find_area_size()
` [PATCH 09/37] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/37] x86, lmb: Add lmb_to_bootmem()
` [PATCH 11/37] x86,lmb: Add lmb_reserve_area/lmb_free_area
` [PATCH 12/37] x86, lmb: Add get_free_all_memory_range()
` [PATCH 13/37] x86, lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 14/37] lmb: Add find_memory_core_early()
` [PATCH 15/37] x86, lmb: Add lmb_find_area_node()
` [PATCH 16/37] x86, lmb: Add lmb_free_memory_size()
` [PATCH 17/37] x86, lmb: Add lmb_memory_size()
` [PATCH 18/37] x86, lmb: Use lmb_debug to control debug message print out
` [PATCH 19/37] x86, lmb: Add x86 version of __lmb_find_area()
` [PATCH 20/37] x86: Use lmb to replace early_res
` [PATCH 21/37] x86: Replace e820_/_early string with lmb_
` [PATCH 22/37] x86: Remove not used early_res code
` [PATCH 23/37] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 24/37] bootmem: Add nobootmem.c to reduce the #ifdef
` [PATCH 25/37] mm: move contig_page_data define to bootmem.c/nobootmem.c
` [PATCH 26/37] lmb: Move __alloc_memory_core_early() to nobootmem.c
` [PATCH 27/37] x86: Have nobootmem version setup_bootmem_allocator()
` [PATCH 28/37] x86: Put 64 bit numa node memmap above 16M
` [PATCH 29/37] swiotlb: Use page alignment for early buffer allocation
` [PATCH 30/37] x86: Add sanitize_e820_map()
` [PATCH 31/37] x86: Change e820_saved to __initdata
` [PATCH 32/37] x86: Align e820 ram range to page
` [PATCH 33/37] x86: Use wake_system_ram_range() instead of e820_any_mapped() in agp path
` [PATCH 34/37] x86: Add get_centaur_ram_top()
` [PATCH 35/37] x86: Change e820_any_mapped() to __init
` [PATCH 36/37] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
` [PATCH 37/37] x86: make e820 to be __initdata

(unknown),
 2010-05-16 17:32 UTC 

(unknown),
 2010-05-15 16:03 UTC 

Winner
 2010-05-15  9:33 UTC 

Good Day
 2010-05-14  9:41 UTC 


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).