summaryrefslogtreecommitdiff
path: root/xen/arch/arm/setup.c
AgeCommit message (Expand)Author
2021-10-13xen: Expose the PMU to the guestsMichal Orzel
2021-09-16xen/arm: Sanitize CTR_EL0Bertrand Marquis
2021-09-16xen/arm: Rename cpu_boot_data to system_cpuinfoBertrand Marquis
2021-09-13xen/arm: static memory initializationPenny Zheng
2021-06-08xen/arm: Boot modules should always be scrubbed if bootscrub={on, idle}Julien Grall
2021-06-08xen/arm: Create dom0less domUs earlierJulien Grall
2021-04-15xen/arm: Prevent Dom0 to be loaded when using dom0lessLuca Fancellu
2021-04-15xen/arm: Move dom0 creation in domain_build.cLuca Fancellu
2021-04-01xen/arm: Use register_t type of cpuinfo entriesBertrand Marquis
2021-01-23xen/arm: setup: Call unregister_init_virtual_region() after the last init fun...Julien Grall
2020-10-30xen/arm: Introduce fw_unreserved_regions() and use itJulien Grall
2020-10-30xen/arm: Check if the platform is not using ACPI before initializing Dom0lessJulien Grall
2020-09-04xen/arm: Throw messages for unknown FP/SIMD implement IDWei Chen
2020-02-12xen: remove empty softirq_init()Juergen Gross
2020-02-03xen: split parameter related definitions in own header fileJuergen Gross
2020-01-21Revert "xen/arm32: setup: Give a xenheap page to the boot allocator"Julien Grall
2020-01-16ARM/boot: Don't poison 'current' during early bootAndrew Cooper
2019-11-29Rationalize max_grant_frames and max_maptrack_frames handlingGeorge Dunlap
2019-10-22xen/arm: setup: Calculate correctly the size of XenJulien Grall
2019-10-04xen/arm: handle "multiboot,device-tree" compatible nodesStefano Stabellini
2019-09-27xen/arm: Restrict "p2m_ipa_bits" according to the IOMMU requirementsOleksandr Tyshchenko
2019-09-20xen/arm32: setup: Give a xenheap page to the boot allocatorJulien Grall
2019-09-19xen/arm: iommu: Panic if not all IOMMUs are initializedJulien Grall
2019-09-17domain: introduce XEN_DOMCTL_CDF_iommu flagPaul Durrant
2019-09-12xen/arm: setup: Relocate the Device-Tree later on in the bootJulien Grall
2019-09-10xen/domctl: Drop guest suffix from XEN_DOMCTL_CDF_hvmAndrew Cooper
2019-08-20xen/arm: handle reserved-memory in consider_modules and dt_unreserved_regionsStefano Stabellini
2019-08-14xen/arm: setup: Add Xen as boot module before printing all boot modulesJulien Grall
2019-07-26Re-instate "xen/arm: fix mask calculation in pdx_init_mask"Stefano Stabellini
2019-06-24Revert "xen/arm: fix mask calculation in pdx_init_mask"Julien Grall
2019-06-21xen/arm: fix mask calculation in pdx_init_maskStefano Stabellini
2019-06-21xen: Replace u64 with uint64_t in pdx_init_mask() and callersStefano Stabellini
2019-06-19xen/arm: add generic TEE mediator frameworkVolodymyr Babchuk
2019-06-14xen/arm: Turn on SILO mode by default on ArmJulien Grall
2019-06-12xen/arm: Don't boot Xen on platform using AIVIVT instruction cachesJulien Grall
2019-06-10xen/arm: Remove parameter cpuid from start_xenJulien Grall
2019-06-06xen/arm: mm: Initialize page-tables earlierJulien Grall
2019-06-06adjust system domain creation (and call it earlier on x86)Jan Beulich
2019-04-08xen/arm: Cap the number of interrupt lines for dom0Lukas Juenger
2018-12-21xen/arm: Initialize trace bufferBenjamin Sanda
2018-12-18xen/arm: Stop relocating XenJulien Grall
2018-11-14xen/arm: introduce create_domUsStefano Stabellini
2018-11-14xen/arm: move unregister_init_virtual_region to init_doneStefano Stabellini
2018-11-14xen/arm: add start to struct bootcmdlineStefano Stabellini
2018-11-14xen/arm: probe domU kernels and initrdsStefano Stabellini
2018-11-14xen/arm: don't add duplicate boot modules, introduce domU flagStefano Stabellini
2018-11-14xen/arm: introduce bootcmdlinesStefano Stabellini
2018-10-22arm: fix Dom0 creation after ef72c93df9Wei Liu
2018-09-11xen: Fix inconsistent callers of panic()Andrew Cooper
2018-08-31xen/domain: Allocate d->vcpu[] in domain_create()Andrew Cooper