| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: re-introduce support for grant v2 interface | Juergen Gross | 2017-11-06 | 1 | -1/+8 |
* | arm/xen: don't inclide rwlock.h directly. | Sebastian Andrzej Siewior | 2017-10-26 | 1 | -1/+1 |
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-06 | 1 | -17/+0 |
|\ |
|
| * | xen-swiotlb: consolidate xen_swiotlb_dma_ops | Christoph Hellwig | 2017-06-20 | 1 | -17/+0 |
* | | arm/xen: Adjust one function call together with a variable assignment | Markus Elfring | 2017-06-05 | 1 | -1/+2 |
* | | arm/xen: Delete an error message for a failed memory allocation in __set_phys... | Markus Elfring | 2017-06-05 | 1 | -3/+2 |
* | | arm/xen: Improve a size determination in __set_phys_to_machine_multi() | Markus Elfring | 2017-06-05 | 1 | -1/+1 |
|/ |
|
* | xen: Implement EFI reset_system callback | Julien Grall | 2017-05-02 | 1 | -1/+1 |
* | arm/xen: Consolidate calls to shutdown hypercall in a single helper | Julien Grall | 2017-05-02 | 1 | -6/+10 |
* | Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-03-07 | 1 | -0/+2 |
|\ |
|
| * | swiotlb-xen: implement xen_swiotlb_get_sgtable callback | Andrii Anisov | 2017-02-13 | 1 | -0/+1 |
| * | swiotlb-xen: implement xen_swiotlb_dma_mmap callback | Stefano Stabellini | 2017-02-13 | 1 | -0/+1 |
* | | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -2/+2 |
|\ \ |
|
| * | | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -2/+2 |
* | | | xen/privcmd: Add IOCTL_PRIVCMD_DM_OP | Paul Durrant | 2017-02-14 | 2 | -0/+2 |
|/ / |
|
* | | cpu/hotplug: Cleanup state names | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-12-13 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | arm/xen: Use alloc_percpu rather than __alloc_percpu | Julien Grall | 2016-12-07 | 1 | -2/+1 |
* | | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function | Alexander Duyck | 2016-11-07 | 1 | -1/+0 |
|/ |
|
* | arm/xen: fix SMP guests boot | Vitaly Kuznetsov | 2016-09-14 | 1 | -4/+3 |
* | xen: change the type of xen_vcpu_id to uint32_t | Vitaly Kuznetsov | 2016-08-24 | 1 | -1/+1 |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -4/+4 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-29 | 1 | -30/+11 |
|\ |
|
| * | arm/xen: Convert to hotplug state machine | Richard Cochran | 2016-07-15 | 1 | -30/+11 |
* | | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op | Vitaly Kuznetsov | 2016-07-25 | 1 | -1/+2 |
* | | xen: introduce xen_vcpu_id mapping | Vitaly Kuznetsov | 2016-07-25 | 1 | -0/+10 |
* | | arm/xen: add support for vm_assist hypercall | Juergen Gross | 2016-07-06 | 2 | -0/+2 |
* | | xen: add steal_clock support on x86 | Juergen Gross | 2016-07-06 | 1 | -16/+2 |
* | | Xen: EFI: Parse DT parameters for Xen specific UEFI | Shannon Zhao | 2016-07-06 | 1 | -0/+22 |
* | | ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services | Shannon Zhao | 2016-07-06 | 2 | -0/+41 |
* | | ARM: XEN: Move xen_early_init() before efi_init() | Shannon Zhao | 2016-07-06 | 1 | -15/+41 |
* | | arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI | Shannon Zhao | 2016-07-06 | 1 | -1/+35 |
* | | arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table | Shannon Zhao | 2016-07-06 | 1 | -9/+4 |
|/ |
|
* | xen/arm: set the system time in Xen via the XENPF_settime64 hypercall | Stefano Stabellini | 2015-12-21 | 1 | -0/+48 |
* | xen/arm: introduce xen_read_wallclock | Stefano Stabellini | 2015-12-21 | 1 | -0/+27 |
* | xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 | Stefano Stabellini | 2015-12-21 | 2 | -0/+2 |
* | xen/arm: account for stolen ticks | Stefano Stabellini | 2015-12-21 | 1 | -0/+19 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | xen/arm: don't try to re-register vcpu_info on cpu_hotplug. | Stefano Stabellini | 2015-10-23 | 1 | -0/+12 |
* | xen/arm: correct comment in enlighten.c | Juergen Gross | 2015-10-23 | 1 | -1/+1 |
* | xen/swiotlb: Add support for 64KB page granularity | Julien Grall | 2015-10-23 | 1 | -11/+27 |
* | xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb | Julien Grall | 2015-10-23 | 1 | -2/+5 |
* | arm/xen: Add support for 64KB page granularity | Julien Grall | 2015-10-23 | 1 | -3/+3 |
* | xen/grant-table: Make it running on 64KB granularity | Julien Grall | 2015-10-23 | 1 | -3/+3 |
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2015-09-14 | 1 | -0/+15 |
|\ |
|
| * | arm/xen: Enable user access to the kernel before issuing a privcmd call | Julien Grall | 2015-09-11 | 1 | -0/+15 |
* | | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall | 2015-09-08 | 1 | -9/+9 |
* | | xen: Make clear that swiotlb and biomerge are dealing with DMA address | Julien Grall | 2015-09-08 | 1 | -2/+2 |
* | | arm/xen: Drop the definition of xen_pci_platform_unplug | Julien Grall | 2015-08-20 | 1 | -3/+0 |
* | | xen/events: Support event channel rebind on ARM | Julien Grall | 2015-08-20 | 1 | -4/+0 |
|/ |
|