summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2011-09-29xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini2-5/+9
2011-09-27xen/pciback: Add flag indicating device has been assigned by XenKonrad Rzeszutek Wilk1-0/+2
2011-09-26xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Konrad Rzeszutek Wilk1-0/+1
2011-09-23xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering1-0/+13
2011-09-23xen/pci: support multi-segment systemsJan Beulich1-10/+84
2011-09-22xen/pciback: use mutex rather than spinlock in vpci backendKonrad Rzeszutek Wilk1-15/+11
2011-09-22xen/pciback: Use mutexes when working with Xenbus state transitions.Konrad Rzeszutek Wilk2-14/+10
2011-09-22xen/pciback: miscellaneous adjustmentsJan Beulich9-44/+44
2011-09-22xen/pciback: use mutex rather than spinlock in passthrough backendJan Beulich1-19/+13
2011-09-22xen/pciback: use resource_size()Thomas Meyer1-1/+1
2011-09-15xen/irq: Alter the locking to use a mutex instead of a spinlock.Konrad Rzeszutek Wilk1-20/+20
2011-09-01xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernelOlaf Hering2-1/+124
2011-09-01xen/pv-on-hvm kexec: rebind virqs to existing eventchannel portsOlaf Hering1-5/+32
2011-09-01xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Olaf Hering1-2/+1
2011-08-26xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.Konrad Rzeszutek Wilk1-4/+24
2011-08-26xen/pci: make bus notifier handler return sane valuesJan Beulich1-4/+7
2011-08-26xen-swiotlb: fix printk and panic argsRandy Dunlap1-2/+2
2011-08-26xen-swiotlb: Fix wrong panic.Konrad Rzeszutek Wilk1-3/+4
2011-08-26xen-swiotlb: Retry up three times to allocate Xen-SWIOTLBKonrad Rzeszutek Wilk1-10/+25
2011-08-16xen: self-balloon needs module.hRandy Dunlap1-0/+1
2011-08-10xen: xen-selfballoon.c needs more header filesRandy Dunlap1-0/+1
2011-08-03xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk1-2/+2
2011-08-03xen/grant: Fix compile warning.Konrad Rzeszutek Wilk1-1/+1
2011-08-03xen/pciback: remove duplicated #includeHuang Weiyi1-1/+0
2011-07-29xen: use static initializers in xen-balloon.cOlaf Hering1-9/+8
2011-07-26Xen: fix braces and tabs coding style issue in xenbus_probe.cRuslan Pisarev1-4/+3
2011-07-26Xen: fix braces coding style issue in xenbus_probe.hRuslan Pisarev1-2/+1
2011-07-26Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.cRuslan Pisarev1-2/+2
2011-07-26Xen: fix braces coding style issue in gntdev.c and grant-table.cRuslan Pisarev2-3/+2
2011-07-26Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.cRuslan Pisarev1-5/+4
2011-07-26Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.cRuslan Pisarev1-8/+7
2011-07-26xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper2-2/+167
2011-07-23Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-51/+5199
2011-07-20Merge branch 'stable/xen-pciback-0.6.3' into stable/driversKonrad Rzeszutek Wilk15-0/+4505
2011-07-20xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...Konrad Rzeszutek Wilk6-72/+166
2011-07-20xen/pciback: Remove the DEBUG option.Konrad Rzeszutek Wilk2-13/+0
2011-07-20xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk19-1369/+679
2011-07-20xen/pciback: Print out the MSI/MSI-X (PIRQ) valuesKonrad Rzeszutek Wilk1-0/+31
2011-07-20xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.Konrad Rzeszutek Wilk1-0/+7
2011-07-20xen: rename pciback module to xen-pciback.Ian Campbell1-12/+12
2011-07-20xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...Konrad Rzeszutek Wilk2-14/+21
2011-07-20xen/pciback: Allocate IRQ handler for device that is shared with guest.Konrad Rzeszutek Wilk5-5/+223
2011-07-20xen/pciback: Disable MSI/MSI-X when reseting a deviceKonrad Rzeszutek Wilk1-0/+8
2011-07-20xen/pciback: guest SR-IOV support for PV guestZhao, Yu1-5/+66
2011-07-20xen/pciback: Register the owner (domain) of the PCI device.Konrad Rzeszutek Wilk2-0/+15
2011-07-20xen/pciback: Cleanup the driver based on checkpatch warnings and errors.Konrad Rzeszutek Wilk5-37/+37
2011-07-20xen/pciback: xen pci backend driver.Konrad Rzeszutek Wilk21-0/+4767
2011-07-11xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk1-5/+0
2011-07-11xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk1-1/+1