summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2012-01-18xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell
2011-11-21xen-gntalloc: signedness bug in add_grefs()Dan Carpenter
2011-11-21xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter
2011-11-11genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-11-11xen-swiotlb: Fix wrong panic.Konrad Rzeszutek Wilk
2011-09-15xen/irq: Alter the locking to use a mutex instead of a spinlock.Konrad Rzeszutek Wilk
2011-08-10xen: xen-selfballoon.c needs more header filesRandy Dunlap
2011-08-03xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk
2011-08-03xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk
2011-08-03xen/grant: Fix compile warning.Konrad Rzeszutek Wilk
2011-08-03xen/pciback: remove duplicated #includeHuang Weiyi
2011-07-25xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper
2011-07-22Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-07-20Merge branch 'stable/xen-pciback-0.6.3' into stable/driversKonrad Rzeszutek Wilk
2011-07-19xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Remove the DEBUG option.Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Print out the MSI/MSI-X (PIRQ) valuesKonrad Rzeszutek Wilk
2011-07-19xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.Konrad Rzeszutek Wilk
2011-07-19xen: rename pciback module to xen-pciback.Ian Campbell
2011-07-19xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Allocate IRQ handler for device that is shared with guest.Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Disable MSI/MSI-X when reseting a deviceKonrad Rzeszutek Wilk
2011-07-19xen/pciback: guest SR-IOV support for PV guestZhao, Yu
2011-07-19xen/pciback: Register the owner (domain) of the PCI device.Konrad Rzeszutek Wilk
2011-07-19xen/pciback: Cleanup the driver based on checkpatch warnings and errors.Konrad Rzeszutek Wilk
2011-07-19xen/pciback: xen pci backend driver.Konrad Rzeszutek Wilk
2011-07-11xen/pci: Remove 'xen_allocate_pirq_gsi'.Konrad Rzeszutek Wilk
2011-07-11xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together.Konrad Rzeszutek Wilk
2011-07-08Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/...Konrad Rzeszutek Wilk
2011-07-08xen: tmem: self-ballooning and frontswap-selfshrinkingDan Magenheimer
2011-06-30xen: Add module alias to autoload backend driversBastian Blank
2011-06-30xen: Populate xenbus device attributesBastian Blank
2011-06-21Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linu...Konrad Rzeszutek Wilk
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-06-17xen: prepare tmem shim to handle frontswapDan Magenheimer
2011-06-15xen: Fix compile warning when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk
2011-06-09Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-06-06swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori
2011-05-31xen: use the trigger info we already have to choose the irq handlerStefano Stabellini
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-05-19Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds
2011-05-19Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/...Linus Torvalds
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds
2011-05-19drivers/xen/sys-hypervisor: Cleanup code/data sections definitionsDaniel Kiper
2011-05-12xen: tidy up whitespace in drivers/xen/MakefileIan Campbell
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki