aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | xen-swiotlb: Fix wrong panic.Konrad Rzeszutek Wilk2011-08-261-3/+4
| | | * | | | xen-swiotlb: Retry up three times to allocate Xen-SWIOTLBKonrad Rzeszutek Wilk2011-08-261-10/+25
| | * | | | | xen/pciback: Check if the device is found instead of blindly assuming so.Konrad Rzeszutek Wilk2011-10-191-0/+2
| | * | | | | xen/pciback: Do not dereference psdev during printk when it is NULL.Konrad Rzeszutek Wilk2011-10-191-6/+1
| | * | | | | xen: remove XEN_PLATFORM_PCI config optionStefano Stabellini2011-09-292-13/+1
| | * | | | | xen/pciback: double lock typoDan Carpenter2011-09-291-1/+1
| | * | | | | xen/pciback: use mutex rather than spinlock in vpci backendKonrad Rzeszutek Wilk2011-09-211-15/+11
| | * | | | | xen/pciback: Use mutexes when working with Xenbus state transitions.Konrad Rzeszutek Wilk2011-09-212-14/+10
| | * | | | | xen/pciback: miscellaneous adjustmentsJan Beulich2011-09-219-44/+44
| | * | | | | xen/pciback: use mutex rather than spinlock in passthrough backendJan Beulich2011-09-211-19/+13
| | * | | | | xen/pciback: use resource_size()Thomas Meyer2011-09-211-1/+1
| | | |_|/ / | | |/| | |
| | * | | | xen: self-balloon needs module.hRandy Dunlap2011-08-161-0/+1
| * | | | | xenbus: don't rely on xen_initial_domain to detect local xenstoreDaniel De Graaf2011-10-141-48/+53
| * | | | | xenbus: Fix loopback event channel assuming domain 0Daniel De Graaf2011-10-141-1/+1
| * | | | | xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Konrad Rzeszutek Wilk2011-09-261-0/+1
| * | | | | xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelOlaf Hering2011-09-221-0/+13
| * | | | | xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernelOlaf Hering2011-09-012-1/+124
| * | | | | xen/pv-on-hvm kexec: rebind virqs to existing eventchannel portsOlaf Hering2011-09-011-5/+32
| * | | | | xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Olaf Hering2011-09-011-2/+1
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-256-22/+114
|\ \ \ \ \ \
| | * | | | | xen: Fix selfballooning and ensure it doesn't go too farDan Magenheimer2011-10-141-4/+63
| | * | | | | xen/gntdev: Fix sleep-inside-spinlockDaniel De Graaf2011-10-141-3/+2
| | * | | | | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-292-4/+34
| | * | | | | xen: add an "highmem" parameter to alloc_xenballooned_pagesStefano Stabellini2011-09-292-5/+9
| | | |/ / / | | |/| | |
| * | | | | xen/xenbus: Remove the unnecessary check.Konrad Rzeszutek Wilk2011-10-191-2/+0
| * | | | | xen/irq: If we fail during msi_capability_init return proper error code.Konrad Rzeszutek Wilk2011-10-191-3/+4
| * | | | | xen/events: Don't check the info for NULL as it is already done.Konrad Rzeszutek Wilk2011-10-191-1/+1
| * | | | | xen/events: BUG() when we can't allocate our event->irq array.Konrad Rzeszutek Wilk2011-10-191-0/+1
| | |_|/ / | |/| | |
* | | | | xen: allow balloon driver to use more than one memory regionDavid Vrabel2011-09-291-17/+27
* | | | | xen/balloon: simplify test for the end of usable RAMDavid Vrabel2011-09-291-9/+9
* | | | | xen/balloon: account for pages released during memory setupDavid Vrabel2011-09-291-1/+3
|/ / / /
* | | | xen/irq: Alter the locking to use a mutex instead of a spinlock.Konrad Rzeszutek Wilk2011-09-151-20/+20
* | | | xen: xen-selfballoon.c needs more header filesRandy Dunlap2011-08-101-0/+1
|/ / /
* | | xen/self-balloon: Add dependency on tmem.Konrad Rzeszutek Wilk2011-08-031-1/+1
* | | xen/balloon: Fix compile errors - missing header files.Konrad Rzeszutek Wilk2011-08-031-2/+2
* | | xen/grant: Fix compile warning.Konrad Rzeszutek Wilk2011-08-031-1/+1
* | | xen/pciback: remove duplicated #includeHuang Weiyi2011-08-031-1/+0
* | | xen/balloon: memory hotplug support for Xen balloon driverDaniel Kiper2011-07-252-2/+167
| |/ |/|
* | Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-07-2222-51/+5199
|\ \
| * \ Merge branch 'stable/xen-pciback-0.6.3' into stable/driversKonrad Rzeszutek Wilk2011-07-2015-0/+4505
| |\ \
| | * | xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and...Konrad Rzeszutek Wilk2011-07-196-72/+166
| | * | xen/pciback: Remove the DEBUG option.Konrad Rzeszutek Wilk2011-07-192-13/+0
| | * | xen/pciback: Drop two backends, squash and cleanup some code.Konrad Rzeszutek Wilk2011-07-1919-1369/+679
| | * | xen/pciback: Print out the MSI/MSI-X (PIRQ) valuesKonrad Rzeszutek Wilk2011-07-191-0/+31
| | * | xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices.Konrad Rzeszutek Wilk2011-07-191-0/+7
| | * | xen: rename pciback module to xen-pciback.Ian Campbell2011-07-191-12/+12
| | * | xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic ca...Konrad Rzeszutek Wilk2011-07-192-14/+21
| | * | xen/pciback: Allocate IRQ handler for device that is shared with guest.Konrad Rzeszutek Wilk2011-07-195-5/+223
| | * | xen/pciback: Disable MSI/MSI-X when reseting a deviceKonrad Rzeszutek Wilk2011-07-191-0/+8
| | * | xen/pciback: guest SR-IOV support for PV guestZhao, Yu2011-07-191-5/+66