summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2017-02-06xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings
2017-02-06xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk
2017-02-06xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X)...Konrad Rzeszutek Wilk
2017-02-06xen/pciback: Do not install an IRQ handler for MSI interrupts.Konrad Rzeszutek Wilk
2017-02-06xen/pciback: Return error on XEN_PCI_OP_enable_msix when device has MSI or MS...Konrad Rzeszutek Wilk
2017-02-06xen/pciback: Return error on XEN_PCI_OP_enable_msi when device has MSI or MSI...Konrad Rzeszutek Wilk
2017-02-06xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk
2017-02-06xen/pciback: Save xen_pci_op commands before processing itKonrad Rzeszutek Wilk
2016-08-27xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky
2016-08-27xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich
2016-01-28xen/gntdev: Grant maps should not be subject to NUMA balancingBoris Ostrovsky
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-03-26xen-pciback: limit guest control of command registerJan Beulich
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
2013-12-11xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson
2013-09-26xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne
2013-08-29xen/events: mask events when changing their VCPU bindingDavid Vrabel
2013-08-29xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel
2013-08-04xen/evtchn: avoid a deadlock when unbinding an event channelDavid Vrabel
2013-06-10xen/tmem: Don't over-write tmem_frontswap_poolid after tmem_frontswap_init se...Konrad Rzeszutek Wilk
2013-05-29xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu
2013-05-29xen-pciback: more uses of cached MSI-X capability offsetJan Beulich
2013-05-29xenbus: save xenstore local status for later useAurelien Chartier
2013-05-29xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier
2013-05-28xmem/tmem: fix 'undefined variable' build error.Frederico Cadete
2013-05-20xen: Fixed assignment error in if statementLisa Nguyen
2013-05-20xen/xenbus: Fixed over 80 character limit issueLisa Nguyen
2013-05-20xen/xenbus: Fixed indentation error in switch caseLisa Nguyen
2013-05-15xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning...Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool i...Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk
2013-05-15xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk
2013-05-15Merge tag 'v3.10-rc1' into stable/for-linus-3.10Konrad Rzeszutek Wilk
2013-05-15xen/privcmd: fix condition in privcmd_close()Dan Carpenter
2013-05-11Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds
2013-05-08xen: clear IRQ_NOAUTOEN and IRQ_NOREQUESTJulien Grall
2013-05-08xen: SWIOTLB is only used on x86Arnd Bergmann
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-29Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-04-19xen: resolve section mismatch warnings in xen-acpi-processorBen Guthro