summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2017-01-13xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky1-1/+1
2016-09-01xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-07-19xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich1-32/+3
2016-07-19xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich1-3/+0
2016-07-19xenbus: don't BUG() on user mode induced conditionJan Beulich1-6/+8
2016-07-11xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-06-07xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-04-20xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-03-07xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk1-1/+2
2016-03-07xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7
2016-03-07xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk1-0/+7
2016-03-07xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk1-1/+5
2016-03-07xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk2-1/+15
2016-03-07xen/scsiback: correct frontend countingJuergen Gross1-5/+5
2016-01-31xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky1-1/+1
2015-10-27sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-09-13xen/xenbus: Don't leak memory when unmapping the ring on HVM backendJulien Grall1-1/+3
2015-08-17xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki1-0/+2
2015-05-19xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-4/+8
2015-05-06xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARMStefano Stabellini1-1/+1
2015-05-05xen/events: Set irq_info->evtchn before binding the channel to CPU in __start...Boris Ostrovsky1-1/+1
2015-05-05xen/xenbus: Update xenbus event channel on resumeBoris Ostrovsky1-0/+29
2015-05-05xen/events: Clear cpu_evtchn_mask before resumingBoris Ostrovsky2-2/+13
2015-04-29xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings3-5/+5
2015-04-29xen: Suspend ticks on all CPUs during suspendBoris Ostrovsky1-3/+6
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2-25/+31
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-61/+13
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+5
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds13-235/+665
2015-04-15xen/pci: Try harder to get PXM information for XenRoss Lagerwall1-2/+13
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu3-103/+288
2015-04-15cleancache: forbid overriding cleancache_opsVladimir Davydov1-7/+9
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-61/+13
2015-04-02Merge tag 'stable/for-linus-4.0-rc6-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+40
2015-03-26XEN / ACPI: Make XEN ACPI depend on X86Hanjun Guo2-1/+5
2015-03-23xen/balloon: before adding hotplugged memory, set frames to invalidJuergen Gross1-0/+23
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross1-0/+17
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+2
2015-03-20loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-5/+2
2015-03-16xen-pciback: also support disabling of bus-mastering and memory-write-invalidateJan Beulich1-1/+14
2015-03-16xen: scsiback: add LUN of restored domainJuergen Gross1-5/+14
2015-03-16xen-scsiback: define a pr_fmt macro with xen-pvscsiTao Chen1-39/+36
2015-03-16xen/mce: fix up xen_late_init_mcelog() error handlingDan Carpenter1-7/+18
2015-03-16xen/privcmd: improve performance of MMAPBATCH_V2David Vrabel2-53/+110
2015-03-16xen: unify foreign GFN map/unmap for auto-xlated physmap guestsDavid Vrabel3-0/+140
2015-03-16xen/pciback: Don't print scary messages when unsupported by hypervisor.Konrad Rzeszutek Wilk1-2/+2
2015-03-16xen: balloon: Use static attribute groups for sysfs entriesTakashi Iwai1-25/+20
2015-03-16xen: pcpu: Use static attribute groups for sysfs entryTakashi Iwai1-16/+28
2015-03-11xen-pciback: limit guest control of command registerJan Beulich3-14/+51
2015-03-06xen/events: avoid NULL pointer dereference in dom0 on large machinesJuergen Gross1-6/+12