login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
19
Re: [PATCH 1/5] Add a global synchronization point for pvclock
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Avi Kivity
Subject:
Re: [PATCH 1/5] Add a global synchronization point for pvclock
Date: Monday, April 19, 2010 - 4:10 am
On 04/19/2010 02:05 PM, Peter Zijlstra wrote:
quoted text
>> >>> ACCESS_ONCE() is your friend. >>> >>> >> I think it's implied with atomic64_read(). >> > Yes it would be. I was merely trying to point out that > > last = ACCESS_ONCE(last_value); > > Is a narrower way of writing: > > last = last_value; > barrier(); > > In that it need not clobber all memory locations and makes it instantly > clear what we want the barrier for. >
Oh yes, just trying to avoid a patch with both atomic64_read() and ACCESS_ONCE(). -- error compiling committee.c: too many arguments to function --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/5] pv clock misc fixes
, Glauber Costa
, (Thu Apr 15, 11:37 am)
[PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Thu Apr 15, 11:37 am)
[PATCH 2/5] change msr numbers for kvmclock
, Glauber Costa
, (Thu Apr 15, 11:37 am)
[PATCH 3/5] Try using new kvm clock msrs
, Glauber Costa
, (Thu Apr 15, 11:37 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Marcelo Tosatti
, (Fri Apr 16, 1:23 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Fri Apr 16, 1:36 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Fri Apr 16, 2:05 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Sat Apr 17, 11:48 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Sat Apr 17, 11:49 am)
Re: [PATCH 2/5] change msr numbers for kvmclock
, Avi Kivity
, (Sat Apr 17, 11:51 am)
Re: [PATCH 3/5] Try using new kvm clock msrs
, Avi Kivity
, (Sat Apr 17, 11:55 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:39 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:43 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:46 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 3:47 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 3:49 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:49 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:51 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 3:53 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 3:54 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:56 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 3:59 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 4:10 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 4:13 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 4:19 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 4:35 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Mon Apr 19, 7:21 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Mon Apr 19, 7:26 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Mon Apr 19, 7:32 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 7:33 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Mon Apr 19, 7:37 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Peter Zijlstra
, (Mon Apr 19, 7:46 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Mon Apr 19, 9:11 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Mon Apr 19, 9:18 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Mon Apr 19, 9:19 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Mon Apr 19, 11:25 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Mon Apr 19, 11:35 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Marcelo Tosatti
, (Mon Apr 19, 6:57 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Tue Apr 20, 2:31 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Tue Apr 20, 2:39 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Tue Apr 20, 5:59 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Tue Apr 20, 8:16 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Tue Apr 20, 11:23 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Tue Apr 20, 11:54 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Tue Apr 20, 12:42 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Tue Apr 20, 5:01 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Tue Apr 20, 5:07 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Wed Apr 21, 1:06 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Wed Apr 21, 1:08 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Thu Apr 22, 6:11 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Fri Apr 23, 2:34 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Fri Apr 23, 12:22 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Fri Apr 23, 12:25 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Fri Apr 23, 2:31 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Fri Apr 23, 2:35 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Zachary Amsden
, (Fri Apr 23, 2:41 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Sat Apr 24, 2:29 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Sat Apr 24, 2:30 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Mon Oct 25, 4:30 pm)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Avi Kivity
, (Tue Oct 26, 1:14 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Glauber Costa
, (Tue Oct 26, 3:49 am)
Re: [PATCH 1/5] Add a global synchronization point for pvclock
, Jeremy Fitzhardinge
, (Tue Oct 26, 10:04 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate