aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/time.c
Commit message (Expand)AuthorAgeFilesLines
* x86/time: remove Cyclone as a platform timerMatt Wilson2013-08-271-68/+3
* x86/time: fix check for negative time in __update_vcpu_system_time()Tim Deegan2013-08-151-1/+2
* x86/time: Update wallclock in shared info when altering domain time offsetAndrew Cooper2013-07-181-0/+1
* x86: don't pass negative time to gtime_to_gtsc() (try 2)Jan Beulich2013-07-021-9/+6
* Revert "x86: debugging code for platform timer wrap problem"Jan Beulich2013-05-311-49/+9
* x86: don't pass negative time to gtime_to_gtsc()Jan Beulich2013-04-111-0/+9
* x86: debugging code for platform timer wrap problemJan Beulich2013-04-091-9/+49
* x86: honor ACPI indicating absence of CMOS RTCJan Beulich2013-02-221-0/+3
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: explicit suffix in inline assembler (for clang).Tim Deegan2013-02-141-1/+1
* xen: Fix some over-long source lines.Keir Fraser2013-01-301-1/+3
* x86: mark certain items staticJan Beulich2012-12-071-1/+1
* x86/time: fix scale_delta() inline assemblyJan Beulich2012-11-261-2/+3
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-3/+3
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-16/+0
* x86/hpet: disable before reboot or kexecJan Beulich2012-03-271-1/+1
* RTC: Add UIP(update in progress) check logicYang Zhang2012-03-071-0/+7
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-2/+2
* eliminate cpu_set()Jan Beulich2011-11-081-1/+1
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-8/+8
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-5/+5
* convert more literal uses of cpumask_t to pointersJan Beulich2011-09-181-1/+1
* x86/time: verify_tsc_reliability() can be run as a generic initcall.Keir Fraser2011-09-171-1/+4
* xen: Move tsc reliability check until after CPUs have bootedGeorge Dunlap2011-09-171-2/+10
* x86-64: EFI runtime codeJan Beulich2011-06-281-0/+8
* x86/tsc: Remove incorrect assertion from cstate_restore_tsc()...Keir Fraser2011-05-161-2/+0
* x86: a little bit of cleanup to time.cJan Beulich2011-05-011-18/+22
* A little bit of SMP boot code cleanupJan Beulich2011-05-011-1/+1
* x86: don't write_tsc() non-zero values on CPUs updating only the lower 32 bitsKeir Fraser2011-04-151-1/+66
* x86/HPET: cleanupJan Beulich2011-03-121-17/+26
* move various bits into .init.* sectionsJan Beulich2011-03-091-1/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+0
* x86: Define a new function gtsc_to_gtime()Keir Fraser2010-12-151-3/+12
* x86: time: tsc_set_info() must skip the idle domain.Keir Fraser2010-12-091-1/+1
* x86: Simplify tsc_set_info() slightly -- no domain has id DOMID_INVALID.Keir Fraser2010-12-091-1/+2
* x86: Add -Wredundant-decls to Xen build flags.Keir Fraser2010-12-021-1/+0
* X86: Prefer TSC-deadline timer in XenKeir Fraser2010-10-291-8/+10
* mce: Provide ERST interfaceKeir Fraser2010-08-221-0/+5
* timers: Simplify implementation logic.Keir Fraser2010-08-181-1/+1
* x86, pm: provide core/package cstate residenciesKeir Fraser2010-07-121-0/+7
* cpuidle: reduce redundant cost in cstate_restore_tsc for nonstop tscKeir Fraser2010-06-171-2/+5
* x86: Warn on CPU hot-add to tsc-reliable systemKeir Fraser2010-05-281-1/+20
* x86: TSC handling cleanups (version 2)Keir Fraser2010-05-221-8/+22
* Revert 21339:804304d4e05d "x86: TSC handling cleanups"Keir Fraser2010-05-211-23/+8
* x86: Remove special-case paths for start-of-day SMP bringup.Keir Fraser2010-05-171-53/+3
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-3/+4
* x86: Detect and handle unexpected platform-timer counter wrap.Keir Fraser2010-05-111-7/+29
* x86: TSC handling cleanupsKeir Fraser2010-05-111-8/+23
* Some time-handling fixes.Keir Fraser2010-02-081-12/+28