summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-352/+6
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-23/+35
* MFcalloutng:mav2013-02-281-17/+9
* Fix a minor warning in sys/i386/xen/clock.c.dim2012-11-121-1/+1
* Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-131-96/+101
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-2/+2
* Reduce the Xen timecounter from 1GHz to 2^-9 GHz, thereby increasing thecperciva2010-12-111-2/+3
* Make the machdep.independent_wallclock sysctl do what it says on the box.cperciva2010-12-111-1/+2
* In xen_get_timecount, return the full ns-precision time rather thancperciva2010-11-221-1/+1
* Introduce the new kernel sub-tree x86 which should contain all the codeattilio2010-02-251-2/+2
* Fix the Xen TOD update when the hypervisor wall clock is nudged.adrian2009-05-291-0/+14
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-031-1/+0
* - fix formattingkmacy2009-02-151-68/+25
* pass in smp_processor_id to identify the cpu in usekmacy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptskmacy2009-02-051-64/+63
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-291-15/+18
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* Fix IPI supportkmacy2008-10-231-18/+54
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Compile fixes for xen build.kmacy2008-08-151-107/+25
* Import i386 xen sub-arch files.kmacy2008-08-121-0/+976
OpenPOWER on IntegriCloud