| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-04 | ARM: Switch to new sys-off handler API | Andrew Davis | 1 | -1/+1 |
| 2023-11-23 | arm/xen: fix xen_vcpu_info allocation alignment | Stefano Stabellini | 1 | -1/+2 |
| 2023-10-16 | arm64/arm: xen: enlighten: Fix KPTI checks | Mark Rutland | 1 | -9/+16 |
| 2023-09-19 | xen: simplify evtchn_do_upcall() call maze | Juergen Gross | 1 | -1/+1 |
| 2022-12-05 | xen/virtio: Optimize the setup of "xen-grant-dma" devices | Oleksandr Tyshchenko | 1 | -1/+1 |
| 2022-08-01 | xen: don't require virtio with grants for non-PV guests | Juergen Gross | 1 | -1/+3 |
| 2022-06-06 | xen/virtio: Enable restricted memory access using Xen grant mappings | Juergen Gross | 1 | -0/+2 |
| 2022-04-22 | arm/xen: Fix some refcount leaks | Miaoqian Lin | 1 | -2/+7 |
| 2022-01-06 | arm/xen: Read extended regions from DT and init Xen resource | Oleksandr Tyshchenko | 1 | -0/+106 |
| 2022-01-06 | arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT | Oleksandr Tyshchenko | 1 | -6/+20 |
| 2021-11-02 | xen: allow pv-only hypercalls only with CONFIG_XEN_PV | Juergen Gross | 1 | -1/+0 |
| 2021-06-13 | ARM: 9092/1: xen: Register with kernel restart handler | Guenter Roeck | 1 | -2/+10 |
| 2021-02-11 | arm/xen: Don't probe xenbus as part of an early initcall | Julien Grall | 1 | -2/+0 |
| 2021-01-13 | xen: Fix event channel callback via INTX/GSI | David Woodhouse | 1 | -1/+1 |
| 2020-10-14 | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+4 |
| 2020-10-07 | arm/arm64: xen: Fix to convert percpu address to gfn correctly | Masami Hiramatsu | 1 | -1/+1 |
| 2020-10-04 | xen/arm: do not setup the runstate info page if kpti is enabled | Stefano Stabellini | 1 | -2/+4 |
| 2020-06-29 | arm/xen: remove the unused macro GRANT_TABLE_PHYSADDR | Xiaofei Tan | 1 | -1/+0 |
| 2020-04-17 | arm/xen: make _xen_start_info static | Jason Yan | 1 | -1/+1 |
| 2019-10-02 | xen/efi: have a common runtime setup function | Juergen Gross | 1 | -1/+0 |
| 2019-10-01 | ARM: xen: unexport HYPERVISOR_platform_op function | Stefano Stabellini | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-09-03 | x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c | Juergen Gross | 1 | -34/+0 |
| 2018-06-19 | xen: share start flags between PV and PVH | Roger Pau Monne | 1 | -3/+4 |
| 2018-05-14 | xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE | Paul Durrant | 1 | -0/+11 |
| 2017-05-02 | arm/xen: Consolidate calls to shutdown hypercall in a single helper | Julien Grall | 1 | -6/+10 |
| 2017-02-14 | xen/privcmd: Add IOCTL_PRIVCMD_DM_OP | Paul Durrant | 1 | -0/+1 |
| 2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -1/+1 |
| 2016-12-07 | arm/xen: Use alloc_percpu rather than __alloc_percpu | Julien Grall | 1 | -2/+1 |
| 2016-09-14 | arm/xen: fix SMP guests boot | Vitaly Kuznetsov | 1 | -4/+3 |
| 2016-08-24 | xen: change the type of xen_vcpu_id to uint32_t | Vitaly Kuznetsov | 1 | -1/+1 |
| 2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -30/+11 |
| 2016-07-25 | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op | Vitaly Kuznetsov | 1 | -1/+2 |
| 2016-07-25 | xen: introduce xen_vcpu_id mapping | Vitaly Kuznetsov | 1 | -0/+10 |
| 2016-07-15 | arm/xen: Convert to hotplug state machine | Richard Cochran | 1 | -30/+11 |
| 2016-07-06 | arm/xen: add support for vm_assist hypercall | Juergen Gross | 1 | -0/+1 |
| 2016-07-06 | xen: add steal_clock support on x86 | Juergen Gross | 1 | -16/+2 |
| 2016-07-06 | Xen: EFI: Parse DT parameters for Xen specific UEFI | Shannon Zhao | 1 | -0/+22 |
| 2016-07-06 | ARM: XEN: Move xen_early_init() before efi_init() | Shannon Zhao | 1 | -15/+41 |
| 2016-07-06 | arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI | Shannon Zhao | 1 | -1/+35 |
| 2016-07-06 | arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table | Shannon Zhao | 1 | -9/+4 |
| 2015-12-21 | xen/arm: set the system time in Xen via the XENPF_settime64 hypercall | Stefano Stabellini | 1 | -0/+48 |
| 2015-12-21 | xen/arm: introduce xen_read_wallclock | Stefano Stabellini | 1 | -0/+27 |
| 2015-12-21 | xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 | Stefano Stabellini | 1 | -0/+1 |
| 2015-12-21 | xen/arm: account for stolen ticks | Stefano Stabellini | 1 | -0/+19 |
| 2015-10-23 | xen/arm: don't try to re-register vcpu_info on cpu_hotplug. | Stefano Stabellini | 1 | -0/+12 |
| 2015-10-23 | xen/arm: correct comment in enlighten.c | Juergen Gross | 1 | -1/+1 |
| 2015-10-23 | arm/xen: Add support for 64KB page granularity | Julien Grall | 1 | -3/+3 |
| 2015-09-08 | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall | 1 | -9/+9 |
| 2015-08-20 | arm/xen: Drop the definition of xen_pci_platform_unplug | Julien Grall | 1 | -3/+0 |
| 2015-08-20 | xen/events: Support event channel rebind on ARM | Julien Grall | 1 | -4/+0 |
| 2015-05-28 | xen/arm: allow console=hvc0 to be omitted for guests | Ard Biesheuvel | 1 | -0/+4 |
| 2015-05-28 | arm,arm64/xen: move Xen initialization earlier | Stefano Stabellini | 1 | -24/+34 |
| 2015-05-28 | arm/xen: Correctly check if the event channel interrupt is present | Julien Grall | 1 | -4/+6 |
| 2015-05-18 | xen/arm: Define xen_arch_suspend() | Boris Ostrovsky | 1 | -0/+1 |
| 2015-03-16 | xen/privcmd: improve performance of MMAPBATCH_V2 | David Vrabel | 1 | -4/+16 |
| 2015-03-16 | xen: unify foreign GFN map/unmap for auto-xlated physmap guests | David Vrabel | 1 | -87/+3 |
| 2015-01-20 | arm64: Relax licensing of arm64 Xen DMA operations | Chuck Tuffli | 1 | -2/+2 |
| 2014-12-04 | xen/arm: remove handling of XENFEAT_grant_map_identity | Stefano Stabellini | 1 | -5/+0 |
| 2014-09-11 | xen/arm: introduce XENFEAT_grant_map_identity | Stefano Stabellini | 1 | -0/+6 |
| 2014-07-25 | xen/arm: use BUG_ON | Himangi Saraogi | 1 | -4/+2 |
| 2014-05-12 | arm,arm64/xen: introduce HYPERVISOR_suspend() | Stefano Stabellini | 1 | -0/+8 |
| 2014-05-09 | arm: xen: export HYPERVISOR_multicall to modules. | Ian Campbell | 1 | -0/+1 |
| 2014-01-30 | xen/gnttab: Use phys_addr_t to describe the grant frame base address | Julien Grall | 1 | -3/+3 |
| 2014-01-30 | arm/xen: Initialize event channels earlier | Julien Grall | 1 | -27/+44 |
| 2014-01-06 | xen/grant: Implement an grant frame array struct (v3). | Konrad Rzeszutek Wilk | 1 | -2/+7 |
| 2013-12-11 | arm: xen: foreign mapping PTEs are special. | Ian Campbell | 1 | -1/+1 |
| 2013-12-04 | XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn | Eric Trudeau | 1 | -2/+2 |
| 2013-09-09 | Merge tag 'v3.11-rc7' into stable/for-linus-3.12 | Konrad Rzeszutek Wilk | 1 | -0/+1 |
| 2013-09-09 | xen/arm: disable cpuidle and cpufreq when linux is running as dom0 | Julien Grall | 1 | -0/+9 |
| 2013-09-09 | ARM: xen: only set pm function ptrs for Xen guests | Rob Herring | 1 | -1/+4 |
| 2013-08-21 | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
| 2013-08-05 | xen/arm: missing put_cpu in xen_percpu_init | Julien Grall | 1 | -0/+1 |
| 2013-07-23 | xen/arm,arm64: update xen_restart after ff701306cd49 and 7b6d864b48d9 | Stefano Stabellini | 1 | -1/+1 |
| 2013-07-04 | xen/arm and xen/arm64: implement HYPERVISOR_tmem_op | Stefano Stabellini | 1 | -0/+1 |
| 2013-05-13 | xen/arm: rename xen_secondary_init and run it on every online cpu | Stefano Stabellini | 1 | -11/+4 |
| 2013-05-13 | xen/arm: do not handle VCPUOP_register_vcpu_info failures | Stefano Stabellini | 1 | -7/+3 |
| 2013-05-13 | xen/arm: initialize pm functions later | Stefano Stabellini | 1 | -1/+7 |
| 2013-04-27 | xen/arm: remove duplicated include from enlighten.c | Wei Yongjun | 1 | -1/+0 |
| 2013-04-25 | xen/arm: use sched_op hypercalls for machine reboot and power off | Stefano Stabellini | 1 | -0/+24 |
| 2013-04-25 | xen/arm: SMP support | Stefano Stabellini | 1 | -6/+42 |
| 2013-04-25 | xen/arm: implement HYPERVISOR_vcpu_op | Stefano Stabellini | 1 | -0/+1 |
| 2013-04-25 | xen/arm: actually pass a non-NULL percpu pointer to request_percpu_irq | Stefano Stabellini | 1 | -1/+1 |
| 2013-02-19 | xen: implement updated XENMEM_add_to_physmap_range ABI | Ian Campbell | 1 | -3/+5 |
| 2012-12-13 | Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -21/+102 |
| 2012-11-29 | xen: arm: implement remap interfaces needed for privcmd mappings. | Ian Campbell | 1 | -3/+97 |
| 2012-11-29 | xen: arm: enable balloon driver | Ian Campbell | 1 | -18/+5 |
| 2012-11-09 | xen/arm: Fix compile errors when drivers are compiled as modules (export more). | Stefano Stabellini | 1 | -0/+6 |
| 2012-11-07 | xen/arm: Fix compile errors when drivers are compiled as modules. | Konrad Rzeszutek Wilk | 1 | -0/+5 |
| 2012-08-08 | xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree | Stefano Stabellini | 1 | -0/+18 |
| 2012-09-14 | xen/arm: receive Xen events on ARM | Stefano Stabellini | 1 | -0/+33 |
| 2012-09-13 | xen/arm: initialize grant_table on ARM | Stefano Stabellini | 1 | -0/+14 |
| 2012-08-08 | xen/arm: get privilege status | Stefano Stabellini | 1 | -0/+7 |
| 2012-09-14 | xen/arm: Xen detection and shared_info page mapping | Stefano Stabellini | 1 | -0/+61 |
| 2012-09-14 | arm: initial Xen support | Stefano Stabellini | 1 | -0/+35 |