summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/events: fifo: use xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+1
* xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov2016-07-251-5/+5
* x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov2016-07-251-4/+6
* x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-257-19/+31
* xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-253-1/+38
* x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-255-4/+20
* x86/xen: update cpuid.h from Xen-4.7Vitaly Kuznetsov2016-07-251-1/+4
* xen/evtchn: add IOCTL_EVTCHN_RESTRICTDavid Vrabel2016-07-252-0/+55
* xen-blkback: really don't leak mode propertyJan Beulich2016-07-221-1/+4
* xen-blkback: constify instance of "struct attribute_group"Jan Beulich2016-07-221-1/+1
* xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-24/+19
* xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-7/+6
* xen: support runqueue steal time on xenJuergen Gross2016-07-061-17/+23
* arm/xen: add support for vm_assist hypercallJuergen Gross2016-07-064-0/+4
* xen: update xen headersJuergen Gross2016-07-062-10/+31
* xen-pciback: drop superfluous variablesJan Beulich2016-07-061-10/+6
* xen-pciback: short-circuit read path used for merging write valuesJan Beulich2016-07-061-4/+2
* xen-pciback: use const and unsigned in bar_init()Jan Beulich2016-07-061-2/+2
* xen-pciback: simplify determination of 64-bit memory resourceJan Beulich2016-07-061-4/+1
* xen-pciback: fold read_dev_bar() into its now single callerJan Beulich2016-07-061-20/+13
* xen-pciback: drop rom_init()Jan Beulich2016-07-061-13/+1
* xen-pciback: drop unused function parameter of read_dev_bar()Jan Beulich2016-07-061-4/+3
* x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla2016-07-061-2/+2
* xen: xenbus: Remove create_workqueueBhaktipriya Shridhar2016-07-061-14/+1
* xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar2016-07-063-11/+2
* xen/PMU: Log VPMU initialization error at lower levelBoris Ostrovsky2016-07-061-1/+1
* xen: add steal_clock support on x86Juergen Gross2016-07-066-69/+25
* xen: use vma_pages().Muhammad Falak R Wani2016-07-063-3/+3
* Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-063-16/+92
* FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-062-0/+15
* ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-066-1/+55
* XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao2016-07-063-147/+167
* ARM: Xen: Document UEFI support on Xen ARM virtual platformsShannon Zhao2016-07-061-0/+35
* ARM: XEN: Move xen_early_init() before efi_init()Shannon Zhao2016-07-063-18/+43
* arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPIShannon Zhao2016-07-061-1/+35
* xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBA...Shannon Zhao2016-07-061-0/+13
* Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from XenShannon Zhao2016-07-061-6/+21
* Xen: ARM: Add support for mapping AMBA device mmioShannon Zhao2016-07-061-0/+43
* Xen: ARM: Add support for mapping platform device mmioShannon Zhao2016-07-062-0/+154
* xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmioShannon Zhao2016-07-061-0/+1
* arm/xen: Use xen_xlate_map_ballooned_pages to setup grant tableShannon Zhao2016-07-061-9/+4
* Xen: xlate: Use page_to_xen_pfn instead of page_to_pfnShannon Zhao2016-07-061-11/+27
* xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao2016-07-063-51/+69
* Xen: ACPI: Hide UART used by XenShannon Zhao2016-07-061-0/+74
* Linux 4.7-rc6v4.7-rc6Linus Torvalds2016-07-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-034-2/+37
|\
| * fuse: serialize dirops by defaultMiklos Szeredi2016-06-304-2/+37
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
|\ \
| * | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| * | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21