Gmane
Gravatar
From: Peter Zijlstra <a.p.zijlstra <at> chello.nl>
Subject: [RFC PATCH 0/2] fast_gup for shared futexes
Newsgroups: gmane.linux.kernel, gmane.linux.kernel.mm
Date: 2008-04-04 19:33:32 GMT (1 year, 13 weeks, 15 hours and 27 minutes ago)
Hi,

this patch series removes mmap_sem from the fast path of shared futexes by
making use of Nick's recent fast_gup() patches. Full series at:

  http://programming.kicks-ass.net/kernel-patches/futex-fast_gup/v2.6.24.4-rt4/

--