summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen/p2m.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Fix race in RB-tree based P2M accountingOleksandr Tyshchenko2022-07-011-2/+4
* Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-1/+2
* Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich2021-03-101-2/+0
* Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-031-4/+31
* xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini2021-02-151-2/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* xen/arm: Use p2m entry with lock protectionHillf Danton2019-04-301-1/+2
* xen/arm: Free p2m entry if fail to add it to RB treeHillf Danton2019-04-301-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* arm/xen: don't inclide rwlock.h directly.Sebastian Andrzej Siewior2017-10-261-1/+1
* arm/xen: Adjust one function call together with a variable assignmentMarkus Elfring2017-06-051-1/+2
* arm/xen: Delete an error message for a failed memory allocation in __set_phys...Markus Elfring2017-06-051-3/+2
* arm/xen: Improve a size determination in __set_phys_to_machine_multi()Markus Elfring2017-06-051-1/+1
* xen/grant-table: Make it running on 64KB granularityJulien Grall2015-10-231-3/+3
* xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-171-1/+1
* xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel2015-01-281-1/+1
* xen/arm: remove mach_to_phys rbtreeStefano Stabellini2014-09-111-65/+1
* xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-0/+32
* xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini2013-11-181-2/+2
* arm/xen: Export phys_to_mach to fix Xen module link errorsJosh Boyer2013-11-181-0/+1
* Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-081-1/+1
* arm/xen,arm64/xen: introduce p2mStefano Stabellini2013-10-171-0/+208