aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/time.c
Commit message (Expand)AuthorAgeFilesLines
...
* hvm, s3: HVM guest RTCs become unsync'ed across host S3.Keir Fraser2010-02-011-0/+15
* x86: Clean up TSC_RELIABLE handling after 20705:a74aca4b9386Keir Fraser2010-01-191-21/+16
* x86 hvm: Change default setting of guest CPUID RDTSCP bitKeir Fraser2010-01-131-1/+1
* Verify TSC sync even on systems with constant and non-stop TSC.Keir Fraser2009-12-211-113/+118
* Pvrdtscp: move write_rdtscp_aux() to paravirt_ctxt_switch_to() -Keir Fraser2009-12-141-4/+0
* x86: Allow HPET to set timers more sloppily by seeing each CPU'sKeir Fraser2009-12-111-1/+1
* Make tsc_mode=3 (pvrdtscp) work correctly.Keir Fraser2009-12-081-29/+42
* Report hardware tsc frequency even for emulated tscKeir Fraser2009-12-011-45/+14
* x86: Always respect guest setting CR4.TSDKeir Fraser2009-11-261-1/+1
* Implement rdtscp emulation and rdtscp_aux "support"Keir Fraser2009-11-261-5/+13
* x86 time: Fix build and clean up.Keir Fraser2009-11-251-15/+0
* Replace tsc_native config option with tsc_mode config optionKeir Fraser2009-11-251-26/+249
* x86: deny access to the ACPI PM timer I/O port range for Dom0Keir Fraser2009-10-281-0/+1
* irq cleanupKeir Fraser2009-10-281-1/+1
* Allow guests to register secondary vcpu_time_infoKeir Fraser2009-10-191-31/+68
* x86: trust new architecturally-defined TSC Invariant bit on Intel systemsKeir Fraser2009-10-091-16/+15
* x86 tsc: Fix check_tsc_warp() bug and add copyright noticeKeir Fraser2009-10-081-1/+5
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+1
* x86 vtsc: use debug-key to check/test reliable tscKeir Fraser2009-10-071-1/+107
* x86: Emulated TSC should run at same (1GHz) rate in guest kernel and apps.Keir Fraser2009-10-061-27/+34
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-281-11/+23
* x86: minor cleanup of code that writes to TSCKeir Fraser2009-09-231-7/+5
* x86: rdtsc emulation (PV and HVM) must be monotonically increasingKeir Fraser2009-09-021-2/+2
* x86: properly __init-annotate time.cKeir Fraser2009-08-311-12/+12
* x86: softtsc for PV domainsKeir Fraser2009-08-271-0/+55
* Rename for_each_cpu() to for_each_possible_cpu()Keir Fraser2009-07-151-1/+1
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-271-1/+1
* Pass cpumasks by reference always.Keir Fraser2009-05-271-1/+1
* cpuidle: Add support for Always Running APIC timer, CPUID_0x6_EAX_Bit2.Keir Fraser2009-04-171-1/+1
* x86: Disable cpuidle by default unless hpet broadcast is available.Keir Fraser2009-04-151-2/+11
* x86: Make special TSC handling (assuming all TSCs tick at exact sameKeir Fraser2009-04-061-41/+70
* CPUIDLE: enable MSI capable HPET for timer broadcastKeir Fraser2009-03-201-8/+3
* x86: Minimize the TSC drift between pCPUsKeir Fraser2009-03-021-20/+53
* x86, time: fix S3 suspend errorKeir Fraser2009-03-011-2/+3
* x86 acpi: remove redundant function call.Keir Fraser2009-01-151-0/+7
* CPUIDLE: adjust cstate statistic interfaceKeir Fraser2008-12-191-0/+13
* x86: Simpler time handling when TSC is constant across all power saving states.Keir Fraser2008-12-161-10/+28
* x86: Small cleanups to time handling.Keir Fraser2008-12-151-2/+2
* x86: Fix early time initialisation after recent changes.Keir Fraser2008-12-131-4/+4
* x86: Clean up early time setup.Keir Fraser2008-12-111-6/+9
* x86, time: Fix scale_reciprocal().Keir Fraser2008-12-051-4/+13
* cpuidle: revise tsc-save/restore to reduce tsc skew between cpusKeir Fraser2008-12-051-17/+22
* x86: Fix build for some versions of gcc.Keir Fraser2008-11-191-1/+1
* x86, s3: Sync platform stamps at time suspend.Keir Fraser2008-11-191-2/+4
* xen s3, No need to check idle vcpu before update_vcpu_system_time().Keir Fraser2008-11-191-2/+1
* x86: Fix the clocksource= boot parameter after c/s 18786.Keir Fraser2008-11-191-1/+6
* x86: Re-initialise HPET on resume from S3Keir Fraser2008-11-181-3/+17
* x86, time: Clean up platform timer initialisation.Keir Fraser2008-11-181-36/+66
* x86: Remove needless IRQ critical section from init_xen_time().Keir Fraser2008-10-221-4/+0
* x86: Fix calibration rendezvous for cpu hotplug.Keir Fraser2008-09-101-2/+5