linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-25 18:42:49 to 2007-11-14 10:06:52 UTC [more...]

[patch 0/3] page table changes
 2007-11-14 10:06 UTC  (7+ messages)
` [patch 1/3] add mm argument to pte/pmd/pud/pgd_free
` [patch 2/3] CONFIG_HIGHPTE vs. sub-page page tables
` [patch 3/3] arch_rebalance_pgtables call

Preemption and BKL
 2007-11-13 17:17 UTC 

mm snapshot broken-out-2007-11-13-04-14 Build Fails at memory.c
 2007-11-13 15:29 UTC  (3+ messages)

+ config_highpte-vs-sub-page-page-tables.patch added to -mm tree
 2007-11-13  2:09 UTC 

+ arch_rebalance_pgtables-call.patch added to -mm tree
 2007-11-13  2:09 UTC 

+ add-mm-argument-to-pte-pmd-pud-pgd_free.patch added to -mm tree
 2007-11-13  2:01 UTC 

[patch 0/7] [RFC] SLUB: Improve allocpercpu to reduce per cpu access overhead
 2007-11-12 22:46 UTC  (62+ messages)
` [patch 1/7] allocpercpu: Make it a true per cpu allocator by allocating from a per cpu array
` [patch 2/7] allocpercpu: Remove functions that are rarely used
` [patch 3/7] Allocpercpu: Do __percpu_disguise() only if CONFIG_DEBUG_VM is set
` [patch 4/7] Percpu: Add support for this_cpu_offset() to be able to create this_cpu_ptr()
` [patch 5/7] SLUB: Use allocpercpu to allocate per cpu data instead of running our own per cpu allocator
` [patch 6/7] SLUB: No need to cache kmem_cache data in kmem_cache_cpu anymore
` [patch 7/7] SLUB: Optimize per cpu access on the local cpu using this_cpu_ptr()

the kernel, gcc and libgcc
 2007-11-12  6:14 UTC 

The FIXADDR stuff in memory.c and task_mmu.c
 2007-11-11  1:18 UTC 

[RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)
 2007-11-10  3:12 UTC  (8+ messages)

+ suppress-aout-library-support-if-config_binfmt_aout.patch added to -mm tree
 2007-11-10  2:22 UTC 

+ cleanup-asm-elfpageuserh-ifdef-__kernel__-is-no-longer-needed-fix.patch added to -mm tree
 2007-11-09 22:37 UTC 

Fix for sparc64 cpu hangs
 2007-11-09 22:14 UTC  (4+ messages)

[PATCH] Suppress A.OUT library support in ELF binfmt if !CONFIG_BINFMT_AOUT
 2007-11-06 23:57 UTC 

[PATCH] MN10300: Suppress AOUT library support in ELF binfmt if !CONFIG_BINFMT_AOUT
 2007-11-06 22:59 UTC 

+ add-cmpxchg_local-to-asm-generic-for-per-cpu-atomic-operations.patch added to -mm tree
 2007-11-01 19:08 UTC 

DMA API Re: Remove dma_coherent_mem interface
 2007-11-01 15:52 UTC  (6+ messages)

[patch 01/28] Add cmpxchg_local to asm-generic for per cpu atomic operations
 2007-10-31 22:37 UTC 

- add-cmpxchg_local-to-asm-generic-for-per-cpu-atomic-operations.patch removed from -mm tree
 2007-10-31 22:40 UTC 

+ sanitize-the-type-of-struct-useru_ar0.patch added to -mm tree
 2007-10-31 21:20 UTC 

+ add-cmpxchg_local-to-asm-generic-for-per-cpu-atomic-operations.patch added to -mm tree
 2007-10-31 21:14 UTC 

[PATCH] Sanitize the type of struct user.u_ar0
 2007-10-31 21:10 UTC 

+ cleanup-asm-elfpageuserh-ifdef-__kernel__-is-no-longer-needed.patch added to -mm tree
 2007-10-31 20:23 UTC 

[patch 00/28] cmpxchg_local standardization across architectures
 2007-10-31 18:36 UTC  (32+ messages)
` [patch 01/28] Add cmpxchg_local to asm-generic for per cpu atomic operations
` [patch 02/28] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
` [patch 03/28] Add cmpxchg64 and cmpxchg64_local to alpha
` [patch 04/28] Add cmpxchg64 and cmpxchg64_local to mips
` [patch 05/28] Add cmpxchg64 and cmpxchg64_local to powerpc
` [patch 06/28] Add cmpxchg64 and cmpxchg64_local to x86_64
` [patch 07/28] Add cmpxchg_local to arm
` [patch 08/28] Add cmpxchg_local to avr32
` [patch 09/28] Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg
` [patch 10/28] Add cmpxchg_local to cris
` [patch 11/28] Add cmpxchg_local to frv
` [patch 12/28] Add cmpxchg_local to h8300
` [patch 13/28] Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64
` [patch 14/28] New cmpxchg_local (optimized for UP case) for m32r
` [patch 15/28] Fix m32r __xchg
` [patch 16/28] m32r: build fix of arch/m32r/kernel/smpboot.c
` [patch 17/28] local_t m32r use architecture specific cmpxchg_local
` [patch 18/28] Add cmpxchg_local to m86k
` [patch 19/28] Add cmpxchg_local to m68knommu
` [patch 20/28] Add cmpxchg_local to parisc
` [patch 21/28] Add cmpxchg_local to ppc
` [patch 22/28] Add cmpxchg_local to s390
` [patch 23/28] Add cmpxchg_local to sh, use generic cmpxchg() instead of cmpxchg_u32
` [patch 24/28] Add cmpxchg_local to sh64
` [patch 25/28] Add cmpxchg_local to sparc, move __cmpxchg to system.h
` [patch 26/28] Add cmpxchg_local to sparc64
` [patch 27/28] Add cmpxchg_local to v850
` [patch 28/28] Add cmpxchg_local to xtensa

[PATCH 1/2] Wean NCR_Q720 off the dma_declare_coherent_memory interface
 2007-10-31  5:49 UTC  (5+ messages)
` [PATCH 2/2] Remove dma_coherent_mem interface

[patch 08/10] SLUB: Optional fast path using cmpxchg_local
 2007-10-31  1:52 UTC  (4+ messages)
      ` [PATCH] local_t Documentation update 2

[PATCH] Only show RESOURCES_64BIT on relevant architectures
 2007-10-30 20:00 UTC  (14+ messages)

+ slub-optional-fast-path-using-cmpxchg_local.patch added to -mm tree
 2007-10-30 18:49 UTC 

[PATCH] proc_fs.h redux
 2007-10-29 13:03 UTC  (11+ messages)

struct user . u_ar0
 2007-10-28 18:27 UTC  (3+ messages)

[PATCH] Sanitize the type of struct user.u_ar0
 2007-10-28  5:02 UTC 

[PATCH 1/2] irq_flags_t: intro and core annotations
 2007-10-27 21:22 UTC  (5+ messages)

USB HCD: avoid duplicate local_irq_disable()
 2007-10-27 19:14 UTC  (4+ messages)
` [linux-usb-devel] "

[RFC PATCH 0/2] Fix linux/swap.h build wart
 2007-10-26 21:49 UTC  (3+ messages)

[RFC PATCH 1/2] Remove highmem.h include from pagemap.h
 2007-10-26 19:25 UTC 

[RFC PATCH 2/2] Add pagemap.h include to swap.h
 2007-10-26 19:25 UTC 

[patch 0/6] s390 page tables on steroids 
 2007-10-26 11:28 UTC  (14+ messages)
` [patch 2/6] CONFIG_HIGHPTE vs. sub-page page tables
` [patch 3/6] arch_update_pgd call


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