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