aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vpt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/vtsc: update vcpu_time in hvm_set_guest_timeRoger Pau Monné2013-06-051-1/+13
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-211-4/+43
* x86/HVM: fix legacy PIC check in pt_update_irq()Jan Beulich2013-05-021-2/+3
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-051-2/+5
* xen: enable Virtual-interrupt deliveryJiongxi Li2012-09-171-2/+13
* Revert 25843:51090fe1ab97 (x86/HVM: assorted RTC emulation adjustments)Jan Beulich2012-09-121-5/+2
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2012-09-111-2/+5
* x86: split struct domainJan Beulich2011-04-051-5/+8
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86 hvm: implement vector callback for evtchn deliveryKeir Fraser2010-05-251-0/+3
* x86: TSC handling cleanups (version 2)Keir Fraser2010-05-221-3/+0
* Revert 21339:804304d4e05d "x86: TSC handling cleanups"Keir Fraser2010-05-211-0/+3
* x86: TSC handling cleanupsKeir Fraser2010-05-111-3/+0
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-281-1/+1
* x86 hvm: *really* fix missing ticks bug of c/s 20218Keir Fraser2009-09-251-17/+13
* x86 hvm: fix missing ticks bug of c/s 20218Keir Fraser2009-09-221-1/+4
* x86 hvm: suspend platform timer emulation while its IRQ is maskedKeir Fraser2009-09-161-7/+53
* x86 hvm: don't set periodical timer again until its IRQ is delivered.Keir Fraser2009-09-161-11/+12
* x86 vpt: Small performance fixes.Keir Fraser2009-09-031-1/+2
* x86: rdtsc emulation (PV and HVM) must be monotonically increasingKeir Fraser2009-09-021-2/+2
* x86 hvm: remove pt_reset()Keir Fraser2009-09-011-18/+0
* x86,hvm: clean up vpt's period_cycles fieldKeir Fraser2009-07-281-4/+3
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-071-0/+50
* Scaling guest's TSC when the target machine's frequency is differentKeir Fraser2009-06-241-1/+2
* save/restore : Save guest's preferred TSC frequency in imageKeir Fraser2009-06-241-0/+2
* hvm/vpt: Check that an irq is not blocked before waking the vcpuKeir Fraser2009-03-091-1/+2
* x86: Clean up vpt-align patch.Keir Fraser2009-02-131-5/+11
* hvm: Align periodic vpts.Keir Fraser2009-02-131-2/+8
* hvm: Do not mess with APIC timer deadline if in one-shot mode.Keir Fraser2008-10-281-1/+1
* x86, hvm: Allow 100us periodic virtual timersKeir Fraser2008-10-221-3/+3
* Port HPET device model to vpt timer subsystemKeir Fraser2008-10-221-6/+6
* x86: i8254 device model is shared between PV and HVM guests, so mustKeir Fraser2008-05-301-0/+3
* hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-241-1/+31
* x86 hvm: Warn only once per time source when the periodic tiemout isKeir Fraser2008-05-061-3/+3
* hvm: time: Fixes to 'SYNC' (no_missed_ticks_pending) timer handling.Keir Fraser2008-01-081-2/+3
* hvm: Fix mistake in timer cleanup.Keir Fraser2007-12-131-2/+2
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-27/+63
* hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers.Keir Fraser2007-12-121-6/+9
* hvm: Split no_missed_tick_accounting into two modes:Keir Fraser2007-12-061-3/+10
* x86, hvm: Clean up periodic timer code a little. This leads naturallyKeir Fraser2007-11-081-16/+10
* x86, hvm: Fix typo in no-missed-tick-accounting timer mode.Keir Fraser2007-11-071-1/+1
* x86, hvm: More fixes to no-missed-tick-accounting mode.Keir Fraser2007-11-051-8/+13
* hvm: Timer fixes:Keir Fraser2007-11-021-22/+10
* x86, hvm: Fix 'no_missed_tick_accoutning' timer mode.Keir Fraser2007-10-311-7/+7
* x86, hvm: New timer mode 'no missed-tick accounting'.Keir Fraser2007-10-301-25/+38
* LAPIC timer accounting fixKeir Fraser2007-10-261-0/+7
* hvm, x86: Allow virtual timer mode to be specified.Keir Fraser2007-10-261-14/+33
* hvm: Fix one-shot timers. Do not disable until the interrupt has beenKeir Fraser2007-10-171-11/+12
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-7/+8
* [HVM] Don't count "missed ticks" on one-shot timers.Tim Deegan2007-09-241-4/+13