aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2015-10-01xen/gntdev: convert priv->lock to a mutexDavid Vrabel
2015-08-16xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki
2015-06-06xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel
2015-05-17xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky
2015-05-17xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky
2015-03-26xen-pciback: limit guest control of command registerJan Beulich
2015-03-26xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross
2015-03-06xen/manage: Fix USB interaction issues when resumingRoss Lagerwall
2015-01-29Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel
2015-01-16swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini
2015-01-16swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini
2015-01-16swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini
2015-01-16swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini
2014-10-05xen/manage: Always freeze/thaw processes when suspend/resumingRoss Lagerwall
2014-09-17xen/events/fifo: reset control block and local HEADs on resumeDavid Vrabel
2014-09-05xen/events/fifo: ensure all bitops are properly aligned even on x86David Vrabel
2014-07-28xen/balloon: set ballooned out pages as invalid in p2mDavid Vrabel
2014-05-31xen/events/fifo: correctly align bitopsVladimir Murzin
2014-03-25xen/balloon: flush persistent kmaps in correct positionWei Liu
2014-02-12Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-02-11ia64/xen: Remove Xen support for ia64 even morePaul Bolle
2014-02-11xen/events: bind all new interdomain events to VCPU0David Vrabel
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall
2014-01-30xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki
2014-01-10xen: delete new instances of __cpuinit usagePaul Gortmaker
2014-01-07xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun
2014-01-07xen-platform: fix error return code in platform_pci_init()Wei Yongjun
2014-01-07xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel
2014-01-06xen/events: add xen_evtchn_mask_all()David Vrabel