linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-20 12:11:11 to 2011-02-03 00:10:04 UTC [more...]

Early crash (was: Re: module: show version information for built-in modules in sysfs)
 2011-02-03  0:10 UTC  (6+ messages)

Lucky Winner!
 2011-02-01  1:42 UTC 

[PATCH 00/21] mm: Preemptibility -v6
 2011-01-31 10:02 UTC  (27+ messages)

[PATCH -mm 0/6] convert little-endian bitops macros to inline functions
 2011-01-28  0:36 UTC  (12+ messages)
` [PATCH -mm 1/6] asm-generic: convert little-endian bitops macros to static "
` [PATCH -mm 2/6] powerpc: "
` [PATCH -mm 3/6] s390: "
` [PATCH -mm 4/6] arm: "
` [PATCH -mm 5/6] m68k: "
` [PATCH -mm 6/6] m68knommu: "

[patch] kconfig: unify GENERIC_ISA_DMA and ISA_DMA_API
 2011-01-26 20:10 UTC  (6+ messages)

[PATCH 00/25] mm: Preemptibility -v7
 2011-01-26 20:03 UTC  (73+ messages)
` [PATCH 01/25] tile: Fix __pte_free_tlb
` [PATCH 02/25] mm: Preemptible mmu_gather
` [PATCH 03/25] powerpc: "
` [PATCH 04/25] sparc: "
` [PATCH 05/25] s390: preemptible mmu_gather
` [PATCH 06/25] arm: Preemptible mmu_gather
` [PATCH 07/25] sh: "
` [PATCH 08/25] um: "
` [PATCH 09/25] ia64: "
` [PATCH 10/25] mm: Now that all old mmu_gather code is gone, remove the storage
` [PATCH 11/25] mm, powerpc: Move the RCU page-table freeing into generic code
` [PATCH 12/25] lockdep, mutex: Provide mutex_lock_nest_lock
` [PATCH 13/25] mutex: Provide mutex_is_contended
` [PATCH 14/25] mm: Convert i_mmap_lock to a mutex
` [PATCH 15/25] mm: Extended batches for generic mmu_gather
` [PATCH 16/25] mm: Revert page_lock_anon_vma() lock annotation
` [PATCH 17/25] mm: Improve page_lock_anon_vma() comment
` [PATCH 18/25] mm: Rename drop_anon_vma to put_anon_vma
` [PATCH 19/25] mm: Move anon_vma ref out from under CONFIG_KSM
` [PATCH 20/25] mm: Simplify anon_vma refcounts
` [PATCH 21/25] mm: Use refcounts for page_lock_anon_vma()
` [PATCH 22/25] mm: Convert anon_vma->lock to a mutex
` [PATCH 23/25] mm: Optimize page_lock_anon_vma() fast-path
` [PATCH 24/25] mm: Remove i_mmap_mutex lockbreak
` [PATCH 25/25] mm, arch: Ensure we never tlb_flush_mmu() from atomic context
` [RFC][PATCH 26/25] mm, arch: Convert ia64, arm, sh to generic tlb

[patch 21/23] mm: NUMA aware alloc_thread_info_node()
 2011-01-25 23:07 UTC 

[patch 22/23] kthread: NUMA aware kthread_create_on_node()
 2011-01-25 23:07 UTC 

[patch 20/23] mm: NUMA aware alloc_task_struct_node()
 2011-01-25 23:07 UTC 

[patch 23/23] kthread: use kthread_create_on_node()
 2011-01-25 23:07 UTC 

[PATCHv1 8/8] unicore32 additional architecture files: low-level lib: misc
 2011-01-25 16:22 UTC  (2+ messages)

[PATCHv1 7/8] unicore32 additional architecture files: low-level lib: checksum
 2011-01-25 16:22 UTC  (2+ messages)

[PATCHv1 6/8] unicore32 additional architecture files: low-level lib: uaccess
 2011-01-25 16:22 UTC  (2+ messages)

[PATCHv1 5/8] unicore32 additional architecture files: low-level lib: io
 2011-01-25 16:22 UTC  (2+ messages)

[PATCHv1 4/8] unicore32 additional architecture files: low-level lib: ocd debug
 2011-01-25 16:21 UTC  (2+ messages)

[PATCHv1 3/8] unicore32 additional architecture files: ptrace
 2011-01-25 16:21 UTC  (2+ messages)

[PATCHv1 2/8] unicore32 additional architecture files: float point unit
 2011-01-25 16:20 UTC  (2+ messages)

[PATCHv1 1/8] unicore32 additional architecture files: pm related files
 2011-01-25 16:19 UTC  (2+ messages)

[PATCH RESEND percpu#for-next] percpu: align percpu readmostly subsection to cacheline
 2011-01-25 13:32 UTC  (7+ messages)
    ` [PATCH] alpha: use L1_CACHE_BYTES for cacheline size in the linker script

[PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule()
 2011-01-24 23:03 UTC  (4+ messages)

Request (2nd) for unicore32 architecture codes to merge into linux-next
 2011-01-22  8:33 UTC  (2+ messages)

[PATCH v5 00/27] Introduce little-endian bitops
 2011-01-22 13:13 UTC  (48+ messages)
` [PATCH v5 01/27] kvm: stop including asm-generic/bitops/le.h directly
` [PATCH v5 02/27] rds: "
` [PATCH v5 03/27] bitops: merge little and big endian definisions in asm-generic/bitops/le.h
` [PATCH v5 04/27] asm-generic: rename generic little-endian bitops functions
` [PATCH v5 05/27] asm-generic: change little-endian bitops to take any pointer types
` [PATCH v5 06/27] powerpc: introduce little-endian bitops
` [PATCH v5 07/27] s390: "
` [PATCH v5 08/27] arm: "
` [PATCH v5 09/27] m68k: "
` [PATCH v5 10/27] bitops: introduce CONFIG_GENERIC_FIND_BIT_LE
` [PATCH v5 11/27] m68knommu: introduce little-endian bitops
` [PATCH v5 12/27] bitops: introduce little-endian bitops for most architectures
` [PATCH v5 13/27] asm-generic: use little-endian bitops
` [PATCH v5 14/27] kvm: "
` [PATCH v5 15/27] rds: "
` [PATCH v5 16/27] ext3: "
` [PATCH v5 17/27] ext4: "
` [PATCH v5 18/27] ocfs2: "
` [PATCH v5 19/27] nilfs2: "
` [PATCH v5 20/27] reiserfs: "
` [PATCH v5 21/27] udf: "
` [PATCH v5 22/27] ufs: "
` [PATCH v5 23/27] md: "
` [PATCH v5 24/27] dm: "
` [PATCH v5 25/27] bitops: remove ext2 non-atomic bitops from asm/bitops.h
` [PATCH v5 26/27] m68k: remove inline asm from minix_find_first_zero_bit
` [PATCH v5 27/27] bitops: remove minix bitops from asm/bitops.h

Request for unicore32 architecture codes to merge into linux-next
 2011-01-22  2:17 UTC  (4+ messages)

[merged] kconfig-rename-config_embedded-to-config_expert.patch removed from -mm tree
 2011-01-21 20:31 UTC 

[patch 24/37] genirq: Remove __do_IRQ
 2011-01-21 10:27 UTC  (9+ messages)
` [patch 00/37] genirq: Remove __do_IRQ() and cleanup irq related Kconfigs
  ` [patch 36/37] tile: Use generic irq Kconfig

+ kconfig-rename-config_embedded-to-config_expert.patch added to -mm tree
 2011-01-20 20:32 UTC 

[PATCH] s390: use asm-generic/cacheflush.h
 2011-01-20 12:11 UTC  (4+ messages)
` [PATCH] cris: "


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