Tiny RCU and expedited SRCU
From: | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | |
To: | linux-kernel@vger.kernel.org | |
Subject: | [PATCH RFC tip/core/rcu 0/3] Tiny RCU and expedited SRCU | |
Date: | Fri, 9 Oct 2009 15:49:54 -0700 | |
Message-ID: | <20091009224954.GA26516@linux.vnet.ibm.com> | |
Cc: | mingo@elte.hu, laijs@cn.fujitsu.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@polymtl.ca, josh@joshtriplett.org, dvhltc@us.ibm.com, niv@us.ibm.com, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, Valdis.Kletnieks@vt.edu, dhowells@redhat.com, avi@redhat.com, mtosatti@redhat.com, torvalds@linux-foundation.org | |
Archive‑link: | Article |
This series rebases TINY_RCU and creates an expedited SRCU along with corresponding RCU torture tests. These are post-2.6.32 material. Thanx, Paul include/linux/hardirq.h | 24 ++++ include/linux/rcupdate.h | 6 + include/linux/rcutiny.h | 103 +++++++++++++++++ include/linux/srcu.h | 1 init/Kconfig | 9 + kernel/Makefile | 1 kernel/rcupdate.c | 4 kernel/rcutiny.c | 282 ++++++++++++++++++++++++++++++++++++++++++++++- kernel/rcutorture.c | 26 +++- kernel/srcu.c | 75 ++++++++---- 10 files changed, 502 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/