linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-31 21:36:40 to 2007-11-20 20:51:41 UTC [more...]

- aout-mark-arches-that-support-aout-format.patch removed from -mm tree
 2007-11-20 20:51 UTC 

[rfc] io memory barriers, and getting rid of mmiowb
 2007-11-20 17:04 UTC  (4+ messages)

[patch 00/30] cpu alloc v2: Optimize by removing arrays of pointers to per cpu objects
 2007-11-19 12:58 UTC  (34+ messages)
` [patch 01/30] cpu alloc: Simple version of the allocator (static allocations)
` [patch 02/30] cpu alloc: Use in SLUB
` [patch 03/30] cpu alloc: Remove SLUB fields
` [patch 04/30] cpu alloc: page allocator conversion
` [patch 05/30] cpu_alloc: Implement dynamically extendable cpu areas
` [patch 06/30] cpu alloc: x86 support
` [patch 07/30] cpu alloc: IA64 support
` [patch 08/30] cpu_alloc: Sparc64 support
` [patch 09/30] cpu alloc: percpu_counter conversion
` [patch 10/30] cpu alloc: crash_notes conversion
` [patch 11/30] cpu alloc: workqueue conversion
` [patch 12/30] cpu alloc: ACPI cstate handling conversion
` [patch 13/30] cpu alloc: genhd statistics conversion
` [patch 14/30] cpu alloc: blktrace conversion
` [patch 15/30] cpu alloc: SRCU
` [patch 16/30] cpu alloc: XFS counters
` [patch 17/30] cpu alloc: NFS statistics
` [patch 18/30] cpu alloc: neigbour statistics
` [patch 19/30] cpu alloc: tcp statistics
` [patch 20/30] cpu alloc: convert scatches
` [patch 21/30] cpu alloc: dmaengine conversion
` [patch 22/30] cpu alloc: convert loopback statistics
` [patch 23/30] cpu alloc: veth conversion
` [patch 24/30] cpu alloc: Chelsio statistics conversion
` [patch 25/30] cpu alloc: convert mib handling to cpu alloc
` [patch 26/30] cpu_alloc: convert network sockets
` [patch 27/30] cpu alloc: Explicitly code allocpercpu calls in iucv
` [patch 28/30] cpu alloc: Use for infiniband
` [patch 29/30] cpu alloc: Use in the crypto subsystem
` [patch 30/30] cpu alloc: Remove the allocpercpu functionality

+ aout-mark-arches-that-support-aout-format.patch added to -mm tree
 2007-11-16 23:43 UTC  (5+ messages)

+ create-arch-kconfig.patch added to -mm tree
 2007-11-16 23:03 UTC 

+ move-kconfiginstrumentation-to-arch-kconfig-and-init-kconfig.patch added to -mm tree
 2007-11-16 23:03 UTC 

+ add-arch_supports_oprofile.patch added to -mm tree
 2007-11-16 23:03 UTC 

+ add-arch_supports_kprobes.patch added to -mm tree
 2007-11-16 23:03 UTC 

+ create-arch-kconfig.patch added to -mm tree
 2007-11-16 13:53 UTC  (7+ messages)

- add-arch_supports_kprobes.patch removed from -mm tree
 2007-11-16  2:09 UTC 

- move-kconfiginstrumentation-to-arch-kconfig-and-init-kconfig.patch removed from -mm tree
 2007-11-16  2:09 UTC 

- add-arch_supports_oprofile.patch removed from -mm tree
 2007-11-16  2:08 UTC 

- create-arch-kconfig.patch removed from -mm tree
 2007-11-16  2:08 UTC 

+ aout-remove-unnecessary-inclusions-of-asm-linux-aouth.patch added to -mm tree
 2007-11-15 23:53 UTC 

+ aout-suppress-aout-library-support-if-config_arch_supports_aout.patch added to -mm tree
 2007-11-15 23:52 UTC 

+ aout-move-stack_top-to-asm-processorh.patch added to -mm tree
 2007-11-15 23:52 UTC 

- suppress-aout-library-support-if-config_binfmt_aout.patch removed from -mm tree
 2007-11-15 23:31 UTC 

HAVE or ARCH_HAS or ARCH_SUPPORTS and use of select
 2007-11-15 22:56 UTC  (6+ messages)

+ move-kconfiginstrumentation-to-arch-kconfig-and-init-kconfig.patch added to -mm tree
 2007-11-15 22:27 UTC 

+ add-arch_supports_oprofile.patch added to -mm tree
 2007-11-15 22:27 UTC 

+ add-arch_supports_kprobes.patch added to -mm tree
 2007-11-15 22:27 UTC 

Should PAGE_CACHE_SIZE be discarded?
 2007-11-15 21:30 UTC  (9+ messages)

[patch 0/3] page table changes
 2007-11-15 17:13 UTC  (10+ 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

[PATCH 0/3] mmap vs NFS
 2007-11-14 22:53 UTC  (13+ messages)
` [PATCH 1/3] mm: pull mmap_sem into do_mmap{,_pgoff}
` [PATCH 2/3] vfs: ->mmap_prepare()
` [PATCH 3/3] nfs: use ->mmap_prepare() to avoid an AB-BA deadlock

[PATCH] Introduce ext4_find_next_bit
 2007-11-14 10:07 UTC 

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 


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