aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/xen/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-291-352/+6
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-23/+35
* MFcalloutng:Alexander Motin2013-02-281-17/+9
* Fix a minor warning in sys/i386/xen/clock.c.Dimitry Andric2012-11-121-1/+1
* Refactor Xen PV code to use new event timers subsystem. That uses one-shotAlexander Motin2011-05-131-96/+101
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-2/+2
* Reduce the Xen timecounter from 1GHz to 2^-9 GHz, thereby increasing theColin Percival2010-12-111-2/+3
* Make the machdep.independent_wallclock sysctl do what it says on the box.Colin Percival2010-12-111-1/+2
* In xen_get_timecount, return the full ns-precision time rather thanColin Percival2010-11-221-1/+1
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-2/+2
* Fix the Xen TOD update when the hypervisor wall clock is nudged.Adrian Chadd2009-05-291-0/+14
* Rename statclock_disable variable to atrtcclock_disable that it actually is,Alexander Motin2009-05-031-1/+0
* - fix formattingKip Macy2009-02-151-68/+25
* pass in smp_processor_id to identify the cpu in useKip Macy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptsKip Macy2009-02-051-64/+63
* merge 186535, 186537, and 186538 from releng_7_xenKip Macy2008-12-291-15/+18
* only call hardclock on cpu0Kip Macy2008-10-251-1/+4
* Fix IPI supportKip Macy2008-10-231-18/+54
* Add routine for initializing AP clockKip Macy2008-10-211-16/+17
* Compile fixes for xen build.Kip Macy2008-08-151-107/+25
* Import i386 xen sub-arch files.Kip Macy2008-08-121-0/+976