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:35 am
On 04/19/2010 01:59 PM, Peter Zijlstra wrote:
quoted text
> >> So what do we need? test for both TSC_RELIABLE and NONSTOP_TSC? IMO >> TSC_RELIABLE should imply NONSTOP_TSC. >> > Yeah, I think RELIABLE does imply NONSTOP and CONSTANT, but NONSTOP&& > CONSTANT does not make RELIABLE. >
The manual says:
quoted text
> 16.11.1 Invariant TSC > > The time stamp counter in newer processors may support an enhancement, > referred > to as invariant TSC. Processor’s support for invariant TSC is indicated by > CPUID.80000007H:EDX[8]. > The invariant TSC will run at a constant rate in all ACPI P-, C-. and > T-states. This is > the architectural behavior moving forward. On processors with > invariant TSC > support, the OS may use the TSC for wall clock timer services (instead > of ACPI or > HPET timers). TSC reads are much more efficient and do not incur the > overhead > associated with a ring transition or access to a platform resource.
and this maps to NONSTOP, so I think we're fine. -- 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
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Ingo Molnar
Re: [RFC/RFT PATCH] sched: automated per tty task groups
Josef Bacik
[PATCH] fallocate.2: add FALLOC_FL_PUNCH_HOLE flag definition
Ingo Molnar
Re: [GIT PULL] time.c - respin
Borislav Petkov
drm_vm.c:drm_mmap: possible circular locking dependency detected (was: Re: Linux 2...
git
:
Michal Sojka
[PATCHv5 1/2] filter-branch: Fix to allow replacing submodules with another content
Junio C Hamano
Re: Fwd: git status options feature suggestion
Stefan Richter
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Bert Wesarg
[TopGit PATCH v3 06/12] list_deps: accept -i/-w
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Ursula Braun
[patch 2/8] [PATCH] af_iucv: sync sk shutdown flag if iucv path is quiesced
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
git-commits-head
:
Linux Kernel Mailing List
libata: disable ATAPI AN by default
Linux Kernel Mailing List
ARM: 5905/1: ARM: Global ASID allocation on SMP
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
Linux Kernel Mailing List
misc: replace remaining __FUNCTION__ with __func__
Linux Kernel Mailing List
Disallow gcc versions 4.1.{0,1}
openbsd-misc
:
Rene Maroufi
smtpd: Aliases only work with for local alias aliases
Stephen J. Bevan
GRE over IPsec
Darrin Chandler
Re: strange output on openbsd C code
KURS ENGLESKOG JEZIKA NA 10 CD-a
AUDIO-VIZUELNA METODA UCENJA ENGLESKOG JEZIKA na 10 CD-a
Nick Holland
Re: Install OpenBSD from USB ?
Colocation donated by:
Syndicate