Commit Graph

509 Commits (1ea6b8f48918282bdca0b32a34095504ee65bab5)

Author SHA1 Message Date
Paul Gortmaker 63c9744b9a xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. 13 years ago
Paul Gortmaker 72ee5112a0 xen: Add module.h to modular drivers/xen users. 13 years ago
Konrad Rzeszutek Wilk d98b15db37 xen/xenbus: Remove the unnecessary check. 14 years ago
Konrad Rzeszutek Wilk e6599225db xen/irq: If we fail during msi_capability_init return proper error code. 14 years ago
Konrad Rzeszutek Wilk 9bb9efe4ba xen/events: Don't check the info for NULL as it is already done. 14 years ago
Konrad Rzeszutek Wilk 9d093e2958 xen/events: BUG() when we can't allocate our event->irq array. 14 years ago
Konrad Rzeszutek Wilk 4645bf3067 xen/pciback: Check if the device is found instead of blindly assuming so. 14 years ago
Konrad Rzeszutek Wilk 72bf809a19 xen/pciback: Do not dereference psdev during printk when it is NULL. 14 years ago
Ian Campbell 9bab0b7fba genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier 14 years ago
Dan Magenheimer 38a1ed4f03 xen: Fix selfballooning and ensure it doesn't go too far 14 years ago
Daniel De Graaf 1f1503ba09 xen/gntdev: Fix sleep-inside-spinlock 14 years ago
Daniel De Graaf e4184aaf3b xenbus: don't rely on xen_initial_domain to detect local xenstore 14 years ago
Daniel De Graaf 77447991b6 xenbus: Fix loopback event channel assuming domain 0 14 years ago
David Vrabel 4dcaebbf65 xen: use generic functions instead of xen_{alloc, free}_vm_area() 14 years ago
David Vrabel 8b5d44a5ac xen: allow balloon driver to use more than one memory region 14 years ago
David Vrabel b1cbf9b1d6 xen/balloon: simplify test for the end of usable RAM 14 years ago
David Vrabel aa24411b67 xen/balloon: account for pages released during memory setup 14 years ago
Stefano Stabellini 5fbdc10395 xen: remove XEN_PLATFORM_PCI config option 14 years ago
Dan Carpenter e1db4cef89 xen/pciback: double lock typo 14 years ago
Stefano Stabellini 0930bba674 xen: modify kernel mappings corresponding to granted pages 14 years ago
Stefano Stabellini 693394b8c3 xen: add an "highmem" parameter to alloc_xenballooned_pages 14 years ago
Konrad Rzeszutek Wilk cf177fd049 xen/pciback: Add flag indicating device has been assigned by Xen 14 years ago
Konrad Rzeszutek Wilk 5b25d89e19 xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain' 14 years ago
Olaf Hering ddacf5ef68 xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel 14 years ago
Jan Beulich 55e901fc1f xen/pci: support multi-segment systems 14 years ago
Konrad Rzeszutek Wilk 74d33dedc2 xen/pciback: use mutex rather than spinlock in vpci backend 14 years ago
Konrad Rzeszutek Wilk b1766b6289 xen/pciback: Use mutexes when working with Xenbus state transitions. 14 years ago
Jan Beulich 402c5e15b4 xen/pciback: miscellaneous adjustments 14 years ago
Jan Beulich 04df355227 xen/pciback: use mutex rather than spinlock in passthrough backend 14 years ago
Thomas Meyer 5fa99911a3 xen/pciback: use resource_size() 14 years ago
Konrad Rzeszutek Wilk 7736594836 xen/irq: Alter the locking to use a mutex instead of a spinlock. 14 years ago
Olaf Hering 116df6f004 xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel 14 years ago
Olaf Hering 62cc5fc7b2 xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports 14 years ago
Olaf Hering c4c303c7c5 xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive 14 years ago
Konrad Rzeszutek Wilk 6810df88dc xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs. 14 years ago
Jan Beulich 12e13ac84c xen/pci: make bus notifier handler return sane values 14 years ago
Randy Dunlap 61ca79831c xen-swiotlb: fix printk and panic args 14 years ago
Konrad Rzeszutek Wilk ab2a47bd24 xen-swiotlb: Fix wrong panic. 14 years ago
Konrad Rzeszutek Wilk f4b2f07b2e xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB 14 years ago
Randy Dunlap 4fec0e0bde xen: self-balloon needs module.h 14 years ago
Randy Dunlap 30eefc9584 xen: xen-selfballoon.c needs more header files 14 years ago
Konrad Rzeszutek Wilk 65d4b24811 xen/self-balloon: Add dependency on tmem. 14 years ago
Konrad Rzeszutek Wilk 61077b2c50 xen/balloon: Fix compile errors - missing header files. 14 years ago
Konrad Rzeszutek Wilk f24144c0c3 xen/grant: Fix compile warning. 14 years ago
Huang Weiyi 27a26b775a xen/pciback: remove duplicated #include 14 years ago
Olaf Hering 6b71c52e7f xen: use static initializers in xen-balloon.c 14 years ago
Ruslan Pisarev 6913200a56 Xen: fix braces and tabs coding style issue in xenbus_probe.c 14 years ago
Ruslan Pisarev 822a259aa1 Xen: fix braces coding style issue in xenbus_probe.h 14 years ago
Ruslan Pisarev 4b01098308 Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c 14 years ago
Ruslan Pisarev 7b0ac956d9 Xen: fix braces coding style issue in gntdev.c and grant-table.c 14 years ago