Age | Commit message (Expand) | Author | Files | Lines |
2017-02-09 | xen: modify xenstore watch event interface | Juergen Gross | 1 | -3/+3 |
2017-02-09 | xen: clean up xenbus internal headers | Juergen Gross | 1 | -7/+5 |
2017-02-07 | xen/pvh: Bootstrap PVH guest | Boris Ostrovsky | 1 | -0/+5 |
2017-02-07 | xen/pvh: Import PVH-related Xen public interfaces | Boris Ostrovsky | 3 | -1/+252 |
2017-02-07 | xen/x86: Remove PVH support | Boris Ostrovsky | 1 | -12/+1 |
2016-12-14 | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -0/+435 |
2016-12-14 | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2016-12-02 | arm/arm64: xen: Move shared architecture headers to include/xen/arm | Marc Zyngier | 5 | -0/+431 |
2016-11-07 | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function | Alexander Duyck | 1 | -3/+0 |
2016-11-07 | xen: introduce xenbus_read_unsigned() | Juergen Gross | 1 | -0/+4 |
2016-10-06 | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2016-09-30 | xen: Remove event channel notification through Xen PCI platform device | KarimAllah Ahmed | 1 | -2/+1 |
2016-09-05 | xen: Sync xen header | Juergen Gross | 1 | -18/+82 |
2016-08-24 | xen: change the type of xen_vcpu_id to uint32_t | Vitaly Kuznetsov | 1 | -2/+2 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -6/+6 |
2016-07-26 | xen: add static initialization of steal_clock op to xen_time_ops | Juergen Gross | 1 | -0/+1 |
2016-07-25 | xen: introduce xen_vcpu_id mapping | Vitaly Kuznetsov | 1 | -0/+6 |
2016-07-06 | xen: update xen headers | Juergen Gross | 2 | -10/+31 |
2016-07-06 | xen: add steal_clock support on x86 | Juergen Gross | 1 | -0/+1 |
2016-07-06 | XEN: EFI: Move x86 specific codes to architecture directory | Shannon Zhao | 1 | -8/+22 |
2016-07-06 | xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBA... | Shannon Zhao | 1 | -0/+13 |
2016-07-06 | Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen | Shannon Zhao | 1 | -6/+21 |
2016-07-06 | xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio | Shannon Zhao | 1 | -0/+1 |
2016-07-06 | xen/grant-table: Move xlated_setup_gnttab_pages to common place | Shannon Zhao | 1 | -0/+2 |
2016-04-06 | xen: Fix page <-> pfn conversion on 32 bit systems | Ross Lagerwall | 1 | -2/+2 |
2016-03-14 | xen-netback: re-import canonical netif header | Paul Durrant | 1 | -95/+766 |
2016-01-22 | Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+48 |
2016-01-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -8/+8 |
2016-01-12 | xen/io: use virt_xxx barriers | Michael S. Tsirkin | 1 | -8/+8 |
2016-01-04 | xen/blkif: document blkif multi-queue/ring extension | Bob Liu | 1 | -0/+48 |
2015-12-21 | xen: introduce XENPF_settime64 | Stefano Stabellini | 1 | -4/+14 |
2015-12-21 | xen: rename dom0_op to platform_op | Stefano Stabellini | 1 | -1/+1 |
2015-12-21 | xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti... | Stefano Stabellini | 1 | -0/+5 |
2015-12-18 | xen: Add RING_COPY_REQUEST() | David Vrabel | 1 | -0/+14 |
2015-10-23 | xen/grant-table: Add an helper to iterate over a specific number of grants | Julien Grall | 1 | -0/+6 |
2015-10-23 | xen/xenbus: Rename *RING_PAGE* to *RING_GRANT* | Julien Grall | 1 | -2/+2 |
2015-10-23 | xen/grant: Add helper gnttab_page_grant_foreign_access_ref_one | Julien Grall | 1 | -0/+9 |
2015-10-23 | xen/grant: Introduce helpers to split a page into grant | Julien Grall | 1 | -0/+42 |
2015-10-23 | xen: Add Xen specific page definition | Julien Grall | 1 | -1/+26 |
2015-10-23 | xen/balloon: use hotplugged pages for foreign mappings etc. | David Vrabel | 1 | -0/+1 |
2015-10-23 | xen/balloon: make alloc_xenballoon_pages() always allocate low pages | David Vrabel | 1 | -2/+1 |
2015-10-23 | xen/balloon: rationalize memory hotplug stats | David Vrabel | 1 | -4/+1 |
2015-10-23 | xen/balloon: remove scratch page left overs | David Vrabel | 1 | -3/+0 |
2015-09-28 | x86/xen: Support kexec/kdump in HVM guests by doing a soft reset | Vitaly Kuznetsov | 1 | -0/+8 |
2015-09-11 | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+7 |
2015-09-08 | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -18/+136 |
2015-09-08 | xen/privcmd: Further s/MFN/GFN/ clean-up | Julien Grall | 1 | -5/+5 |
2015-09-08 | xen: Use correctly the Xen memory terminologies | Julien Grall | 1 | -2/+2 |
2015-09-08 | xen: switch extra memory accounting to use pfns | Juergen Gross | 1 | -2/+2 |
2015-09-02 | xen-netback: add support for multicast control | Paul Durrant | 1 | -1/+7 |