aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/vtimer.c
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: handle 64-bit system register access traps.Ian Campbell2013-07-291-44/+86
* xen/arm: Don't hardcode virtual timer IRQsJulien Grall2013-05-131-5/+8
* xen/arm: initialize vtimer offset to CNTPCTStefano Stabellini2013-05-081-2/+1
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-081-8/+16
* xen/arm: run the vtimer Xen timers on the pcpu the vcpu is running onStefano Stabellini2013-05-081-2/+4
* xen/arm: phys_timer fixesStefano Stabellini2013-04-101-3/+7
* xen/arm: don't set the internal Xen timer if virt_timer is maskedStefano Stabellini2013-04-101-1/+2
* xen: arm: Use 64-bit compatible registers in vtimer.Ian Campbell2013-02-221-9/+12
* xen: arm: add register_t type, native register size for the hypervisorIan Campbell2013-02-221-3/+3
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/vtimer: fixes and improvementsStefano Stabellini2013-02-151-2/+8
* xen/arm: implement vcpu_timer_destroyStefano Stabellini2013-02-051-0/+6
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-171-24/+67
* xen: arm: fix guest register access.Ian Campbell2012-12-201-3/+4
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* arm/vtimer: convert result to ticks when reading CNTPCT registerIan Campbell2012-10-091-2/+4
* arm: vtimerStefano Stabellini2012-02-091-0/+148