summaryrefslogtreecommitdiff
path: root/xen/arch/arm/guestcopy.c
AgeCommit message (Expand)Author
2020-09-21xen: include xen/guest_access.h rather than asm/guest_access.hJulien Grall
2020-08-14xen/arm: guestcopy: Re-order the includesJulien Grall
2017-12-12xen/arm: Introduce copy_to_guest_phys_flush_dcacheJulien Grall
2017-12-12xen/arm: Extend copy_to_guest to support copying from/to guest physical addressJulien Grall
2017-12-12xen/arm: guest_copy: Extend the prototype to pass the vCPUJulien Grall
2017-12-12xen/arm: Extend copy_to_guest to support zeroing guest VA and use itJulien Grall
2017-12-12xen/arm: Extend copy_to_guest to support copying from guest VA and use itJulien Grall
2017-12-12xen/arm: raw_copy_to_guest_helper: Rework the prototype and rename itJulien Grall
2017-12-12xen/arm: raw_copy_to_guest_helper: Rename flush_dcache to flagsJulien Grall
2017-08-18arm/guest_access: Rename vgic_access_guest_memorySergej Proskurin
2017-08-18arm/guest_access: Move vgic_access_guest_memory to guest_access.hSergej Proskurin
2016-07-21xen/arm: p2m: Pass the vCPU in parameter to get_page_from_gvaJulien Grall
2015-08-13add page_get_owner_and_reference() related ASSERT()sJan Beulich
2014-10-23arm: rename *_xen_dcache_* operations to *_dcache_*Stefano Stabellini
2014-06-04xen: arm: ensure we hold a reference to guest pages while we copy to/from themIan Campbell
2014-06-04xen: arm: check permissions when copying to/from guest virtual addressesIan Campbell
2014-02-18xen/arm: Correctly handle non-page aligned pointer in raw_copy_from_guestJulien Grall
2014-02-12xen: arm: correct terminology for cache flush macrosIan Campbell
2013-12-09xen: arm: correct return value of raw_copy_{to/from}_guest_*, raw_clear_guestIan Campbell
2013-11-29xen: arm: introduce raw_copy_to_guest_flush_dcache() functionOleksandr Dmytryshyn
2013-02-22xen: arm: use vaddr_t more widely.Ian Campbell
2013-02-21Fix emacs local variable block to use correct C style variable.David Vrabel
2013-01-24xen: arm: do not panic when failing to translate a guest addressIan Campbell
2012-02-09arm: mm and p2mStefano Stabellini