summaryrefslogtreecommitdiff
path: root/xen/arch/arm/domain.c
AgeCommit message (Expand)Author
2021-10-15xen/arm: Enable the existing x86 virtual PCI support for ARMRahul Singh
2021-10-14Revert "xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag"Michal Orzel
2021-10-13xen: Expose the PMU to the guestsMichal Orzel
2021-10-08xen/domain: Call pci_release_devices() when releasing domain resourcesOleksandr Tyshchenko
2021-10-07xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flagRahul Singh
2021-07-07arm: Fix arch_initialise_vcpu to be unsupportedMichal Orzel
2021-07-06arm64: Change type of hsr, cpsr, spsr_el1 to uint64_tMichal Orzel
2021-05-10arm: Modify type of actlr to register_tMichal Orzel
2021-05-10arm/domain: Get rid of READ/WRITE_SYSREG32Michal Orzel
2021-01-29arm/ioreq: Introduce arch specific bits for IOREQ/DM featuresJulien Grall
2020-10-14xen/arm: Document the erratum #853709 related to Cortex A72Michal Orzel
2020-09-28xen/arm: sched: Ensure the vCPU context is seen before vcpu_pause() returnsJulien Grall
2020-09-21xen: include xen/guest_access.h rather than asm/guest_access.hJulien Grall
2020-04-21xen/arm: Avoid open-coding the relinquish state machineJulien Grall
2020-03-02xen: do live patching only from main idle loopJuergen Gross
2020-01-22xen/sched: eliminate sched_tick_suspend() and sched_tick_resume()Juergen Gross
2019-11-21xen: Add missing va_end() in hypercall_create_continuation()Julien Grall
2019-11-01xen/arm: Remove serrors=forwardJulien Grall
2019-10-31xen/hypercall: Don't use BUG() for parameter checking in hypercall_create_con...Andrew Cooper
2019-10-04xen/sched: add code to sync scheduling of all vcpus of a sched unitJuergen Gross
2019-09-26sched: don't let XEN_RUNSTATE_UPDATE leak into vcpu_runstate_get()Juergen Gross
2019-09-25introduce a 'passthrough' configuration option to xl.cfg...Paul Durrant
2019-09-17domain: introduce XEN_DOMCTL_CDF_iommu flagPaul Durrant
2019-09-10xen/domctl: Drop guest suffix from XEN_DOMCTL_CDF_hvmAndrew Cooper
2019-07-16mm.h: add helper function to test-and-clear _PGC_allocatedPaul Durrant
2019-06-19xen/arm: optee: add OP-TEE mediator skeletonVolodymyr Babchuk
2019-06-19xen/arm: add generic TEE mediator frameworkVolodymyr Babchuk
2019-06-14xen: Use guest atomics helpers when modifying atomically guest memoryJulien Grall
2019-06-11xen/arm: domain: Remove redundant memset for v->arch.saved_contextBaodong Chen
2019-05-16xen:arm: we never get into schedule_tail() with prev==currentAndrii Anisov
2019-05-13xen/sched: we never get into context_switch() with prev==nextDario Faggioli
2019-01-28xen/arm: Implement workaround for Cortex-A76 erratum 1165522Julien Grall
2018-12-18xen/arm: Track page accessed between batch of Set/Way operationsJulien Grall
2018-11-15xen/domain: Allocate d->vcpu[] earlier during domain_create()Andrew Cooper
2018-11-15xen/domain: Move guest type checks into the arch_sanitise_domain_config() pathAndrew Cooper
2018-11-15xen/domain: Introduce a new arch_sanitise_domain_config() helperAndrew Cooper
2018-11-05x86/vcpu: Remove struct vcpu allocation restriction when possibleAndrew Cooper
2018-09-17xen/vcpu: Rename the common interfaces for consistencyAndrew Cooper
2018-06-22xen/arm: Add ARCH_WORKAROUND_2 support for guestsJulien Grall
2018-06-22xen/arm: domain: Zero the per-vCPU cpu_infoJulien Grall
2018-04-05xen/public: Rename xen_domctl_createdomain.config to archAndrew Cooper
2018-03-29ARM: new VGIC: Allocate two pages for struct vcpuAndre Przywara
2018-03-27ARM: evtchn: Handle level triggered IRQs correctlyAndre Przywara
2018-03-20ARM: Implement vcpu_kick()Andre Przywara
2018-03-16xen/mm: Clean up share_xen_page_with_guest() APIAndrew Cooper
2018-03-16xen/domain: Pass the full domctl_createdomain struct to create_domain()Andrew Cooper
2018-03-12ARM: VGIC: change to level-IRQ compatible IRQ injection interfaceAndre Przywara
2018-03-12ARM: VGIC: Adjust domain_max_vcpus() to be VGIC specificAndre Przywara
2018-03-06xen/arm: set VPIDR based on the MIDR value of the underlying pCPUStefano Stabellini
2018-03-06xen/arm: read ACTLR on the pcpu where the vcpu will runStefano Stabellini