From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: [patch 0/5] seqlock: cleanup, raw_seqlock implementation, xtime_lock conversion Date: Wed, 17 Feb 2010 18:47:31 -0000 Message-ID: <20100217183740.486724334@linutronix.de> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: LKML Cc: Linux-Arch , Ingo Molnar , Peter Zijlstra , John Stultz List-Id: linux-arch.vger.kernel.org The following series contains the following changes: - fix the last users of the oldstyle seqlock initializer - implement raw_seqlock (for seqlocks which need a raw_spinlock in preempt-rt - convert xtime_lock to raw_seqlock and fix up all users - convert x86 vsyscall gtod seqlock to raw_seqlock The patches have been used in the preempt-rt tree for quite a while and are a defacto NOP change for mainline, but merging them takes off the burden from preempt-rt. Please review and comment. Thanks, tglx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from www.tglx.de ([62.245.132.106]:42275 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751592Ab0BQSsH (ORCPT ); Wed, 17 Feb 2010 13:48:07 -0500 Message-ID: <20100217183740.486724334@linutronix.de> Date: Wed, 17 Feb 2010 18:47:31 -0000 From: Thomas Gleixner Subject: [patch 0/5] seqlock: cleanup, raw_seqlock implementation, xtime_lock conversion Sender: linux-arch-owner@vger.kernel.org List-ID: To: LKML Cc: Linux-Arch , Ingo Molnar , Peter Zijlstra , John Stultz Message-ID: <20100217184731.-mg_nrw1YM8SW7bmYnJlQhjVbzqVIUlvXszzynj5E34@z> The following series contains the following changes: - fix the last users of the oldstyle seqlock initializer - implement raw_seqlock (for seqlocks which need a raw_spinlock in preempt-rt - convert xtime_lock to raw_seqlock and fix up all users - convert x86 vsyscall gtod seqlock to raw_seqlock The patches have been used in the preempt-rt tree for quite a while and are a defacto NOP change for mainline, but merging them takes off the burden from preempt-rt. Please review and comment. Thanks, tglx