summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-11-04 22:36:17 +0200
committerGleb Natapov <gleb@redhat.com>2013-11-06 09:32:09 +0200
commitce332f662deb545c8a4f3f58debcca26bb2e44b0 (patch)
tree20af98a6c78d1c95033ef1a67caec18d97862e54 /tools/perf/scripts/python/bin
parent80f5b5e700fa9c58480eafce0d47367bafb70006 (diff)
downloadkernel-ce332f662deb545c8a4f3f58debcca26bb2e44b0.tar.gz
srcu: API for barrier after srcu read unlock
srcu read lock/unlock include a full memory barrier but that's an implementation detail. Add an API for make memory fencing explicit for users that need this barrier, to make sure we can change it as needed without breaking all users. Acked-by: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
n Boyd 2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker 2013-06-07clocksource: arch_timer: use virtual countersMark Rutland 2013-04-26ARM: arch_timer: Silence debug preempt warningsStephen Boyd 2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring 2013-01-31ARM: arch_timers: switch to physical timers if HYP mode is availableMarc Zyngier 2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland 2013-01-31arm: arch_timer: move core to drivers/clocksourceMark Rutland