aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/kernel.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Add support to load initrd in dom0Julien Grall2013-10-081-8/+12
* xen: arm: handle new 64-bit zImage magic numbersIan Campbell2013-09-261-3/+10
* xen: arm: rework placement of fdt in initial dom0 memory mapIan Campbell2013-09-211-3/+24
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-5/+5
* xen: arm: support for loading 64-bit zImage dom0Ian Campbell2013-07-291-5/+76
* xen: arm: rename 32-bit specific zImage field offset constantsIan Campbell2013-07-291-14/+14
* xen/arm: Rework the way to compute dom0 DTB base addressJulien Grall2013-06-281-0/+18
* xen: arm: fix build after libelf changes.4.3.0-rc5Ian Campbell2013-06-161-1/+3
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-141-0/+10
* xen: arm64: add guest type to domain field.Ian Campbell2013-02-221-0/+4
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: arm: do not panic when failing to translate a guest addressIan Campbell2013-01-241-2/+12
* xen/arm: flush dcache after memcpy'ing the kernel imageStefano Stabellini2013-01-211-0/+1
* arm: load dom0 kernel from first boot moduleIan Campbell2013-01-211-27/+64
* arm: use correct attributes for mappings in copy_from_paddr()Ian Campbell2012-07-031-4/+4
* device tree,arm: supply a flat device tree to dom0David Vrabel2012-04-021-1/+1
* arm: remove the hack for loading vmlinux imagesDavid Vrabel2012-03-221-9/+2
* arm: add a missing local-vars commentIan Campbell2012-02-151-0/+9
* arm: setup MM using information from the device treeDavid Vrabel2012-02-131-9/+13
* arm: copy DTB appended to zImageDavid Vrabel2012-02-091-19/+44
* arm: support zImage format kernels for dom0David Vrabel2012-02-091-0/+167