aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/time.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-261-3/+3
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-171-3/+6
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-221-1/+6
* cleanup unused request{_dt,}_irq() parameterAndrew Cooper2013-08-081-3/+3
* Revert "xen/arm: Add support for device tree specified arch_timer clock frequ...Ian Campbell2013-08-081-6/+1
* xen/arm: Add support for device tree specified arch_timer clock frequency.Chen Baozi2013-08-081-1/+6
* xen/arm: support "arm, armv8-timer" DTS compatibility.Ian Campbell2013-05-141-0/+2
* xen/arm: Allow Xen to run on multiple platform without recompilationJulien Grall2013-05-131-0/+6
* xen/arm: Don't hardcode virtual timer IRQsJulien Grall2013-05-131-1/+8
* xen/arm: Retrieve timer interrupts from the device treeJulien Grall2013-05-131-6/+47
* xen: arm: implement cpuinfoIan Campbell2013-02-221-3/+2
* xen: arm: time: use 64-bit compatible registersIan Campbell2013-02-221-23/+25
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-5/+5
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-171-1/+13
* xen: arm: implement send_timer_event.Ian Campbell2012-12-191-0/+7
* xen: arm: stub out wallclock time.Ian Campbell2012-12-191-0/+18
* arm/vtimer: do not let the guest interact with the physical timerStefano Stabellini2012-07-171-2/+2
* arm: the hyp timer seems to work in newer model versions, default to using it.Ian Campbell2012-07-031-2/+6
* arm: implement udelay()Tim Deegan2012-03-131-0/+10
* arm: driver for the generic timer for ARMv7Stefano Stabellini2012-02-091-0/+181