linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-08 19:17:38 to 2010-04-12 06:07:17 UTC [more...]

[PATCH 22/23] Make register values available to x86 panic notifiers
 2010-04-12  6:07 UTC  (2+ messages)

[PATCH 21/23] Make register values available to UM panic notifiers
 2010-04-12  6:07 UTC  (2+ messages)

[PATCH 20/23] Make register values available to Sparc panic notifiers
 2010-04-12  6:07 UTC  (2+ messages)

[PATCH 19/23] Make register values available to SH panic notifiers
 2010-04-12  6:07 UTC 

[PATCH 18/23] Make register values available to Score panic notifiers
 2010-04-12  6:07 UTC 

[PATCH 17/23] Make register values available to S/390 panic notifiers
 2010-04-12  6:07 UTC  (2+ messages)

[PATCH 16/23] Make register values available to PowerPC panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 15/23] Make register values available to PA-RISC panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 14/23] Make register values available to MN10300 panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 13/23] Make register values available to MIPS panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 12/23] Make register values available to Microblaze panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 11/23] Make register values available to M68K panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 10/23] Make register values available to M32R panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 9/23] Make register values available to IA64 panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 8/23] Make register values available to H8300 panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 6/23] Make register values available to CRIS panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 5/23] Make register values available to Blackfin panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 7/23] Make register values available to FRV panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 4/23] Make register values available to AV32 panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 3/23] Make register values available to ARM panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

[PATCH 2/23] Make register values available to Alpha panic notifiers
 2010-04-12  6:06 UTC 

[PATCH 1/23] Make register values available to panic notifiers
 2010-04-12  6:06 UTC  (2+ messages)

(unknown)
 2010-04-10 20:12 UTC 

[PATCH 4/4] tracing: Use local_irq_{save,restore}_nmi() in tracers
 2010-04-09 23:01 UTC  (2+ messages)

[PATCH 3/4] sched: Use local_irq_save_nmi() in cpu_clock()
 2010-04-09 23:01 UTC 

[PATCH 1/4] kernel: local_irq_{save,restore}_nmi()
 2010-04-09 23:01 UTC  (2+ messages)

[PATCH 2/4] sparc64: Implement local_irq_save_nmi() override
 2010-04-09 23:01 UTC 

[PATCH 0/4]: Respin local_irq_*_nmi() stuff
 2010-04-09 23:01 UTC  (2+ messages)

[PATCH 00/13] mm: preemptibility -v2
 2010-04-09 20:36 UTC  (82+ messages)
` [PATCH 01/13] powerpc: Add rcu_read_lock() to gup_fast() implementation
` [PATCH 02/13] mm: Revalidate anon_vma in page_lock_anon_vma()
                ` mlock and pageout race?
` [PATCH 03/13] x86: Remove last traces of quicklist usage
` [PATCH 04/13] mm: Move anon_vma ref out from under CONFIG_KSM
` [PATCH 05/13] mm: Make use of the anon_vma ref count
` [PATCH 06/13] mm: Preemptible mmu_gather
` [PATCH 07/13] powerpc: "
` [PATCH 08/13] sparc: "
` [PATCH 09/13] mm, powerpc: Move the RCU page-table freeing into generic code
` [PATCH 10/13] lockdep, mutex: Provide mutex_lock_nest_lock
` [PATCH 11/13] mutex: Provide mutex_is_contended
` [PATCH 12/13] mm: Convert i_mmap_lock and anon_vma->lock to mutexes
` [PATCH 13/13] mm: Optimize page_lock_anon_vma

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

bulk mailing list
 2010-04-09  2:17 UTC 

[PATCH 4/4] sparc64: Implement get_user_pages_fast()
 2010-04-09  1:00 UTC 

[PATCH 3/4] sparc64: Add support for _PAGE_SPECIAL
 2010-04-09  1:00 UTC  (2+ messages)

[PATCH 2/4] sparc64: Use RCU page table freeing
 2010-04-09  1:00 UTC  (2+ messages)

[PATCH 1/4] sparc64: Kill page table quicklists
 2010-04-09  1:00 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).