summaryrefslogtreecommitdiffstats
path: root/arch/arm/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* arm/xen: fix xen_vcpu_info allocation alignmentStefano Stabellini2023-11-231-1/+2
* arm64/arm: xen: enlighten: Fix KPTI checksMark Rutland2023-10-161-9/+16
* xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-191-1/+1
* xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko2022-12-051-1/+1
* xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-011-1/+3
* xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-061-0/+2
* arm/xen: Fix some refcount leaksMiaoqian Lin2022-04-221-2/+7
* arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko2022-01-061-0/+106
* arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DTOleksandr Tyshchenko2022-01-061-6/+20
* xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross2021-11-021-1/+0
* ARM: 9092/1: xen: Register with kernel restart handlerGuenter Roeck2021-06-131-2/+10
* arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-111-2/+0
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-1/+1
* Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-2/+4
|\
| * xen/arm: do not setup the runstate info page if kpti is enabledStefano Stabellini2020-10-041-2/+4
* | arm/arm64: xen: Fix to convert percpu address to gfn correctlyMasami Hiramatsu2020-10-071-1/+1
|/
* arm/xen: remove the unused macro GRANT_TABLE_PHYSADDRXiaofei Tan2020-06-291-1/+0
* arm/xen: make _xen_start_info staticJason Yan2020-04-171-1/+1
* xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-1/+0
* ARM: xen: unexport HYPERVISOR_platform_op functionStefano Stabellini2019-10-011-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.cJuergen Gross2018-09-031-34/+0
* xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-3/+4
* xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-0/+11
* arm/xen: Consolidate calls to shutdown hypercall in a single helperJulien Grall2017-05-021-6/+10
* xen/privcmd: Add IOCTL_PRIVCMD_DM_OPPaul Durrant2017-02-141-0/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* arm/xen: Use alloc_percpu rather than __alloc_percpuJulien Grall2016-12-071-2/+1
* arm/xen: fix SMP guests bootVitaly Kuznetsov2016-09-141-4/+3
* xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-30/+11
|\
| * arm/xen: Convert to hotplug state machineRichard Cochran2016-07-151-30/+11
* | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-1/+2
* | xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-0/+10
* | arm/xen: add support for vm_assist hypercallJuergen Gross2016-07-061-0/+1
* | xen: add steal_clock support on x86Juergen Gross2016-07-061-16/+2
* | Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-061-0/+22
* | ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao2016-07-061-15/+41
* | arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPIShannon Zhao2016-07-061-1/+35
* | arm/xen: Use xen_xlate_map_ballooned_pages to setup grant tableShannon Zhao2016-07-061-9/+4
|/
* xen/arm: set the system time in Xen via the XENPF_settime64 hypercallStefano Stabellini2015-12-211-0/+48
* xen/arm: introduce xen_read_wallclockStefano Stabellini2015-12-211-0/+27
* xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2015-12-211-0/+1
* xen/arm: account for stolen ticksStefano Stabellini2015-12-211-0/+19
* xen/arm: don't try to re-register vcpu_info on cpu_hotplug.Stefano Stabellini2015-10-231-0/+12
* xen/arm: correct comment in enlighten.cJuergen Gross2015-10-231-1/+1
* arm/xen: Add support for 64KB page granularityJulien Grall2015-10-231-3/+3
* xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-9/+9
* arm/xen: Drop the definition of xen_pci_platform_unplugJulien Grall2015-08-201-3/+0
* xen/events: Support event channel rebind on ARMJulien Grall2015-08-201-4/+0