linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-12-02 10:00:26 to 2009-12-10 00:19:52 UTC [more...]

problems in commit 2d4dc890b5c8 (block: add helpers to run flush_dcache_page() against a bio and a request's pages)
 2009-12-10  0:19 UTC  (9+ messages)

VFS and IMA API patch series please pull
 2009-12-09 22:44 UTC  (3+ messages)

VFS and IMA API patch series please pull
 2009-12-09 21:25 UTC 

[RFC][PATCHSET] mremap/mmap mess
 2009-12-09 15:12 UTC  (28+ messages)

[patch 00/23] locking: name space cleanup and -rt spinlock annotation
 2009-12-08 13:33 UTC  (42+ messages)
` [patch 01/23] locking: Reorder functions in spinlock.c
` [patch 02/23] locking: Split rwlock from spinlock headers
` [patch 03/23] locking: Separate rwlock api from spinlock api
` [patch 04/23] locking: Convert raw_spinlock to arch_spinlock
` [patch 05/23] locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
` [patch 06/23] locking: Convert __raw_spin* functions to arch_spin*
` [patch 07/23] locking: Convert raw_rwlock to arch_rwlock
` [patch 08/23] locking: Convert raw_rwlock functions "
` [patch 09/23] locking: Implement new raw_spinlock
` [patch 10/23] locking: Further name space cleanups
` [patch 11/23] locking: Cleanup the name space completely
` [patch 12/23] bkl: Fixup core_lock fallout
` [patch 13/23] plist: Make plist debugging raw_spinlock aware
` [patch 14/23] sched: Convert rq->lock to raw_spinlock
` [patch 15/23] sched: Convert rt_runtime_lock "
` [patch 16/23] sched: Convert cpupri lock "
` [patch 17/23] sched: Convert pi_lock "
` [patch 18/23] rtmutes: Convert rtmutex.lock "
` [patch 19/23] smp: Convert smplocks to raw_spinlocks
` [patch 20/23] genirq: Convert irq_desc.lock to raw_spinlock
` [patch 21/23] hrtimers: Convert to raw_spinlocks
` [patch 22/23] perf_event: Convert to raw_spinlock
` [patch 23/23] debugobjects: Convert to raw_spinlocks

[PATCH 19/19] fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh
 2009-12-08  7:17 UTC  (3+ messages)

[PATCH 13/19] Unify sys_mmap*
 2009-12-08  2:43 UTC  (6+ messages)

[PATCH 1/19] untangling do_mremap(), part 1
 2009-12-07 19:43 UTC  (5+ messages)

What's in asm-generic.git
 2009-12-07 15:14 UTC  (4+ messages)

[PATCH 18/19] Get rid of open-coding in ia64_brk()
 2009-12-07  3:54 UTC  (2+ messages)

[PATCH 17/19] sparc_brk() is not needed anymore
 2009-12-07  3:54 UTC  (2+ messages)

[PATCH 16/19] switch do_brk() to get_unmapped_area()
 2009-12-07  3:54 UTC 

[PATCH 15/19] Take arch_mmap_check() into get_unmapped_area()
 2009-12-07  3:54 UTC  (2+ messages)

[PATCH 14/19] fix a struct file leak in do_mmap_pgoff()
 2009-12-07  3:54 UTC  (2+ messages)

[PATCH 12/19] Cut hugetlb case early for 32bit on ia64
 2009-12-07  3:53 UTC  (2+ messages)

[PATCH 11/19] arch_mmap_check() on mn10300
 2009-12-07  3:53 UTC  (2+ messages)

[PATCH 10/19] Kill ancient crap in s390 compat mmap
 2009-12-07  3:53 UTC 

[PATCH 9/19] arm: add arch_mmap_check(), get rid of sys_arm_mremap()
 2009-12-07  3:53 UTC 

[PATCH 8/19] file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()
 2009-12-07  3:53 UTC  (2+ messages)

[PATCH 7/19] kill useless checks in sparc mremap variants
 2009-12-07  3:53 UTC  (2+ messages)

[PATCH 6/19] fix pgoff in "have to relocate" case of mremap()
 2009-12-07  3:52 UTC  (2+ messages)

[PATCH 5/19] fix the arch checks in MREMAP_FIXED case
 2009-12-07  3:52 UTC  (2+ messages)

[PATCH 4/19] fix checks for expand-in-place mremap
 2009-12-07  3:52 UTC  (2+ messages)

[PATCH 3/19] do_mremap() untangling, part 3
 2009-12-07  3:52 UTC  (2+ messages)

[PATCH 2/19] do_mremap() untangling, part 2
 2009-12-07  3:52 UTC  (2+ messages)

[RFC][PATCH 11/18] arch_mmap_check() on mn10300
 2009-12-06 17:41 UTC  (4+ messages)

[v10 PATCH 0/9] cpuidle: cleanup cpuidle/ introduce cpuidle to POWER
 2009-12-06  5:19 UTC  (25+ messages)
` [v10 PATCH 2/9]: cpuidle: cleanup drivers/cpuidle/cpuidle.c
` [v10 PATCH 5/9]: POWER: enable cpuidle for POWER
` [v10 PATCH 6/9]: pSeries/cpuidle: refactor pseries idle loops
` [v10 PATCH 7/9]: POWER: add a default_idle idle loop for POWER
` [v10 PATCH 8/9]: pSeries: implement pSeries processor idle module
` [v10 PATCH 9/9]: POWER: Enable default_idle when power_save=off

[RFC][PATCH 7/18] kill useless checks in sparc mremap variants
 2009-12-06  2:39 UTC  (4+ messages)

[RFC][PATCH 17/18] sparc_brk() is not needed anymore
 2009-12-05 23:11 UTC  (3+ messages)

[RFC][PATCH 13/18] Unify sys_mmap*
 2009-12-05 23:10 UTC  (3+ messages)

[RFC][PATCH 8/18] file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area()
 2009-12-05 23:10 UTC  (2+ messages)

[PATCH] fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh
 2009-12-05 20:22 UTC  (2+ messages)

[RFC][PATCH 1/18] untangling do_mremap(), part 1
 2009-12-05 19:08 UTC  (2+ messages)

[RFC][PATCH 5/18] fix the arch checks in MREMAP_FIXED case
 2009-12-05 19:08 UTC 

[RFC][PATCH 2/18] do_mremap() untangling, part 2
 2009-12-05 19:08 UTC 

[RFC][PATCH 9/18] arm: add arch_mmap_check(), get rid of sys_arm_mremap()
 2009-12-05 19:08 UTC 

[RFC][PATCH 4/18] fix checks for expand-in-place mremap
 2009-12-05 19:08 UTC 

[RFC][PATCH 3/18] do_mremap() untangling, part 3
 2009-12-05 19:08 UTC  (2+ messages)

[RFC][PATCH 6/18] fix pgoff in "have to relocate" case of mremap()
 2009-12-05 19:13 UTC  (2+ messages)

[RFC][PATCH 15/18] Take arch_mmap_check() into get_unmapped_area()
 2009-12-05 19:08 UTC 

[RFC][PATCH 18/18] Get rid of open-coding in ia64_brk()
 2009-12-05 19:08 UTC 

[RFC][PATCH 12/18] Cut hugetlb case early for 32bit on ia64
 2009-12-05 19:08 UTC  (2+ messages)

[RFC][PATCH 14/18] fix a struct file leak in do_mmap_pgoff()
 2009-12-05 19:08 UTC 

[RFC][PATCH 16/18] switch do_brk() to get_unmapped_area()
 2009-12-05 19:08 UTC 

[RFC][PATCH 10/18] Kill ancient crap in s390 compat mmap
 2009-12-05 19:08 UTC 

Över 300 spel
 2009-12-05 18:59 UTC 

[PATCH 0/5] Add support for GCC's __builtin_unreachable() and use it in BUG (v2.1)
 2009-12-05  1:44 UTC  (9+ messages)
` [PATCH 1/5] Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)
` [PATCH 2/5] x86: Convert BUG() to use unreachable()
` [PATCH 3/5] MIPS: "
` [PATCH 4/5] s390: "
` [PATCH 5/5] avr32: "

Be so kind to contact me at your earliest convenience
 2009-12-03 20:33 UTC 

[PATCH/RFC 0/6] Numa: Use Generic Per-cpu Variables for numa_*_id()
 2009-12-02 16:29 UTC  (5+ messages)
` [PATCH/RFC 1/6] numa: Use Generic Per-cpu Variables for numa_node_id()


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