summaryrefslogtreecommitdiff
path: root/xen/arch/arm/domain_build.c
AgeCommit message (Expand)Author
2021-11-17domctl: introduce a macro to set the grant table max versionRoger Pau Monné
2021-11-11xen/arm: allocate_bank_memory: don't create memory banks of size zeroStefano Stabellini
2021-11-11xen/arm: don't assign domU static-mem to dom0 as reserved-memoryStefano Stabellini
2021-11-08gnttab: allow setting max version per-domainRoger Pau Monne
2021-10-13xen/arm: Add linux,pci-domain property for hwdom if not available.Rahul Singh
2021-10-07xen/arm: Updates for extended regions supportOleksandr Tyshchenko
2021-10-01xen/arm: Add handling of extended regions for Dom0Oleksandr Tyshchenko
2021-09-17modify acquire_domstatic_pages to take an unsigned int size parameterStefano Stabellini
2021-09-13xen/arm: introduce allocate_static_memoryPenny Zheng
2021-08-25xen/arm: Restrict the amount of memory that dom0less domU and dom0 can allocateJulien Grall
2021-06-08xen/arm: Create dom0less domUs earlierJulien Grall
2021-04-22lib: move/rename strnicmp() to strncasecmp()Jan Beulich
2021-04-15xen/arm: Clarify how the domid is decided in create_domUs()Luca Fancellu
2021-04-15xen/arm: Move dom0 creation in domain_build.cLuca Fancellu
2021-01-15Arm: don't hard-code grant table limits in create_domUs()Jan Beulich
2020-05-27xen/arm: call iomem_permit_access for passthrough devicesStefano Stabellini
2020-05-24xen/arm: Take into account the DMA width when allocating Dom0 memory banksJulien Grall
2020-02-12dom0-build: fix build with clang5Jan Beulich
2020-02-03xen: split parameter related definitions in own header fileJuergen Gross
2019-10-24xen/arm: domain_build: Don't expose IOMMU specific properties to hwdomOleksandr Tyshchenko
2019-10-22xen/arm: domain_build: Indent correctly parameters of alloc_bank_memory()Julien Grall
2019-10-16xen/arm: domain_build: Print the correct domain in dtb_load()Julien Grall
2019-10-10xen/arm: domain_build: harden make_cpus_node()Stefano Stabellini
2019-10-08xen/arm: fix duplicate memory node in DTStefano Stabellini
2019-10-08xen/arm: make_memory_node return error on nr_banks == 0Stefano Stabellini
2019-10-04xen/arm: introduce nr_spisStefano Stabellini
2019-10-04xen/arm: assign devices to boot domainsStefano Stabellini
2019-10-04xen/arm: copy dtb fragment to guest dtbStefano Stabellini
2019-10-04xen/arm: introduce kinfo->phandle_gicStefano Stabellini
2019-10-04xen/arm: introduce handle_device_interruptsStefano Stabellini
2019-10-02xen/arm: domain_build: Don't continue if unable to allocate all dom0 banksJulien Grall
2019-10-02xen/arm: domain_build: Print the correct domain in initrd_load()Julien Grall
2019-10-02xen/arm: domain_build: Remove redundant check in make_vpl011_uart_node()Julien Grall
2019-10-02xen/arm: domain_build: Print the correct domain in construct_domain()Julien Grall
2019-10-01xen/arm: domain_build: Avoid implicit conversion from ULL to ULJulien Grall
2019-09-27xen: let vcpu_create() select processorJuergen Gross
2019-09-26iommu/arm: Introduce iommu_add_dt_device APIOleksandr Tyshchenko
2019-09-10xen/domctl: Drop guest suffix from XEN_DOMCTL_CDF_hvmAndrew Cooper
2019-08-20xen/arm: add reserved-memory regions to the dom0 memory nodeStefano Stabellini
2019-08-20xen/arm: don't iomem_permit_access for reserved-memory regionsStefano Stabellini
2019-08-14xen/arm: domain_build: Consolidate make_timer_node() and make_timer_domU_node()Viktor Mitin
2019-08-14xen/arm: extend fdt_property_interrupts to support DomUViktor Mitin
2019-07-23xen/arm: remove unused dt_device_node parameterViktor Mitin
2019-07-09xen/arm: use correct device tree root node nameWill Abele
2019-07-09xen/arm: domain_build: Black list devices using PPIsAmit Singh Tomar
2019-02-25xen/arm: domain_build: Panic message should end with a newlineJulien Grall
2019-02-25xen/arm: domain_build: Require the property "cpus" when building a domUJulien Grall
2019-01-28xen/arm: domain_build: Don't switch to the guest P2M when copying dataJulien Grall
2018-12-14xen: add CONFIG item for default dom0 memory sizeJuergen Gross
2018-11-14xen/arm: split domain_build.cStefano Stabellini