summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk
2015-12-18xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk
2015-12-18xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk
2015-12-18xen-scsiback: safely copy requestsDavid Vrabel
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné
2015-12-18xen-blkback: only read request operation from shared ring onceRoger Pau Monné
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel
2015-12-18xen: Add RING_COPY_REQUEST()David Vrabel
2015-12-14xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky
2015-12-02xen: Resume PMU from non-atomic contextBoris Ostrovsky
2015-12-02xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall
2015-11-26xen/evtchn: dynamically grow pending event channel ringDavid Vrabel
2015-11-26xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky
2015-11-26xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky
2015-11-02xen: fix the check of e_pfn in xen_find_pfn_rangeZhenzhong Duan
2015-10-28x86/xen: add reschedule point when mapping foreign GFNsDavid Vrabel
2015-10-23xen/arm: don't try to re-register vcpu_info on cpu_hotplug.Stefano Stabellini
2015-10-23xen, cpu_hotplug: call device_offline instead of cpu_downStefano Stabellini
2015-10-23xen/arm: Enable cpu_hotplug.cStefano Stabellini
2015-10-23xenbus: Support multiple grants ring with 64KBJulien Grall
2015-10-23xen/grant-table: Add an helper to iterate over a specific number of grantsJulien Grall
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23xen/arm: correct comment in enlighten.cJuergen Gross
2015-10-23xen/gntdev: use types from linux/types.h in userspace headersMikko Rapeli
2015-10-23xen/gntalloc: use types from linux/types.h in userspace headersMikko Rapeli
2015-10-23xen/balloon: Use the correct sizeof when declaring frame_listJulien Grall
2015-10-23xen/swiotlb: Add support for 64KB page granularityJulien Grall
2015-10-23xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlbJulien Grall
2015-10-23arm/xen: Add support for 64KB page granularityJulien Grall
2015-10-23xen/privcmd: Add support for Linux 64KB page granularityJulien Grall
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall
2015-10-23net/xen-netfront: Make it running on 64KB page granularityJulien Grall
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall
2015-10-23block/xen-blkfront: Make it running on 64KB page granularityJulien Grall
2015-10-23xen/grant-table: Make it running on 64KB granularityJulien Grall
2015-10-23xen/events: fifo: Make it running on 64KB granularityJulien Grall
2015-10-23xen/balloon: Don't rely on the page granularity is the same for Xen and LinuxJulien Grall
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall
2015-10-23xen/xenbus: Use Xen page definitionJulien Grall
2015-10-23xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB p...Julien Grall
2015-10-23block/xen-blkfront: split get_grant in 2Julien Grall
2015-10-23block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall
2015-10-23block/xen-blkfront: Split blkif_queue_request in 2Julien Grall
2015-10-23xen/grant: Add helper gnttab_page_grant_foreign_access_ref_oneJulien Grall
2015-10-23xen/grant: Introduce helpers to split a page into grantJulien Grall
2015-10-23xen: Add Xen specific page definitionJulien Grall