- daedd87 Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 63c9744 xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users. by Paul Gortmaker · 13 years ago
- 72ee511 xen: Add module.h to modular drivers/xen users. by Paul Gortmaker · 13 years ago
- 1f6e051 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
- 04a8752 Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 31018ac Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- d98b15d xen/xenbus: Remove the unnecessary check. by Konrad Rzeszutek Wilk · 13 years ago
- e659922 xen/irq: If we fail during msi_capability_init return proper error code. by Konrad Rzeszutek Wilk · 13 years ago
- 9bb9efe xen/events: Don't check the info for NULL as it is already done. by Konrad Rzeszutek Wilk · 13 years ago
- 9d093e2 xen/events: BUG() when we can't allocate our event->irq array. by Konrad Rzeszutek Wilk · 13 years ago
- 4645bf3 xen/pciback: Check if the device is found instead of blindly assuming so. by Konrad Rzeszutek Wilk · 13 years ago
- 72bf809 xen/pciback: Do not dereference psdev during printk when it is NULL. by Konrad Rzeszutek Wilk · 13 years ago
- 9bab0b7 genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier by Ian Campbell · 13 years ago
- 38a1ed4 xen: Fix selfballooning and ensure it doesn't go too far by Dan Magenheimer · 13 years ago
- 1f1503b xen/gntdev: Fix sleep-inside-spinlock by Daniel De Graaf · 13 years ago
- e4184aa xenbus: don't rely on xen_initial_domain to detect local xenstore by Daniel De Graaf · 13 years ago
- 7744799 xenbus: Fix loopback event channel assuming domain 0 by Daniel De Graaf · 13 years ago
- 4dcaebb xen: use generic functions instead of xen_{alloc, free}_vm_area() by David Vrabel · 13 years ago
- 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
- b1cbf9b xen/balloon: simplify test for the end of usable RAM by David Vrabel · 13 years ago
- aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
- 5fbdc10 xen: remove XEN_PLATFORM_PCI config option by Stefano Stabellini · 13 years ago
- e1db4ce xen/pciback: double lock typo by Dan Carpenter · 13 years ago
- 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
- 693394b xen: add an "highmem" parameter to alloc_xenballooned_pages by Stefano Stabellini · 13 years ago
- cf177fd xen/pciback: Add flag indicating device has been assigned by Xen by Konrad Rzeszutek Wilk · 13 years ago
- 5b25d89 xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain' by Konrad Rzeszutek Wilk · 13 years ago
- ddacf5e xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel by Olaf Hering · 13 years ago
- 55e901f xen/pci: support multi-segment systems by Jan Beulich · 13 years ago
- 74d33de xen/pciback: use mutex rather than spinlock in vpci backend by Konrad Rzeszutek Wilk · 13 years ago
- b1766b6 xen/pciback: Use mutexes when working with Xenbus state transitions. by Konrad Rzeszutek Wilk · 13 years ago
- 402c5e1 xen/pciback: miscellaneous adjustments by Jan Beulich · 13 years ago
- 04df355 xen/pciback: use mutex rather than spinlock in passthrough backend by Jan Beulich · 13 years ago
- 5fa9991 xen/pciback: use resource_size() by Thomas Meyer · 13 years ago
- 7736594 xen/irq: Alter the locking to use a mutex instead of a spinlock. by Konrad Rzeszutek Wilk · 13 years ago
- 116df6f xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernel by Olaf Hering · 13 years ago
- 62cc5fc xen/pv-on-hvm kexec: rebind virqs to existing eventchannel ports by Olaf Hering · 13 years ago
- c4c303c xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch events arrive by Olaf Hering · 13 years ago
- 6810df8 xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs. by Konrad Rzeszutek Wilk · 13 years ago
- 12e13ac xen/pci: make bus notifier handler return sane values by Jan Beulich · 13 years ago
- 61ca798 xen-swiotlb: fix printk and panic args by Randy Dunlap · 13 years ago
- ab2a47b xen-swiotlb: Fix wrong panic. by Konrad Rzeszutek Wilk · 13 years ago
- f4b2f07 xen-swiotlb: Retry up three times to allocate Xen-SWIOTLB by Konrad Rzeszutek Wilk · 13 years ago
- 4fec0e0 xen: self-balloon needs module.h by Randy Dunlap · 13 years ago
- 30eefc9 xen: xen-selfballoon.c needs more header files by Randy Dunlap · 13 years ago
- 65d4b24 xen/self-balloon: Add dependency on tmem. by Konrad Rzeszutek Wilk · 13 years ago
- 61077b2 xen/balloon: Fix compile errors - missing header files. by Konrad Rzeszutek Wilk · 13 years ago
- f24144c xen/grant: Fix compile warning. by Konrad Rzeszutek Wilk · 13 years ago
- 27a26b7 xen/pciback: remove duplicated #include by Huang Weiyi · 13 years ago
- 6b71c52 xen: use static initializers in xen-balloon.c by Olaf Hering · 13 years ago
- 6913200 Xen: fix braces and tabs coding style issue in xenbus_probe.c by Ruslan Pisarev · 13 years ago
- 822a259 Xen: fix braces coding style issue in xenbus_probe.h by Ruslan Pisarev · 13 years ago
- 4b01098 Xen: fix whitespaces,tabs coding style issue in drivers/xen/pci.c by Ruslan Pisarev · 13 years ago
- 7b0ac95 Xen: fix braces coding style issue in gntdev.c and grant-table.c by Ruslan Pisarev · 13 years ago
- 088c05a Xen: fix whitespaces,tabs coding style issue in drivers/xen/events.c by Ruslan Pisarev · 13 years ago
- e882dc9 Xen: fix whitespaces,tabs coding style issue in drivers/xen/balloon.c by Ruslan Pisarev · 13 years ago
- 080e2be xen/balloon: memory hotplug support for Xen balloon driver by Daniel Kiper · 13 years ago
- 111ad11 Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 3a6d28b Merge branch 'stable/xen-pciback-0.6.3' into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
- 2ebdc42 xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI by Konrad Rzeszutek Wilk · 13 years ago
- 7789997 xen/pciback: Remove the DEBUG option. by Konrad Rzeszutek Wilk · 13 years ago
- a92336a xen/pciback: Drop two backends, squash and cleanup some code. by Konrad Rzeszutek Wilk · 13 years ago
- c288b67 xen/pciback: Print out the MSI/MSI-X (PIRQ) values by Konrad Rzeszutek Wilk · 14 years ago
- e17ab35 xen/pciback: Don't setup an fake IRQ handler for SR-IOV devices. by Konrad Rzeszutek Wilk · 14 years ago
- a0b2fa8 xen: rename pciback module to xen-pciback. by Ian Campbell · 15 years ago
- 494ef20 xen/pciback: Fine-grain the spinlocks and fix BUG: scheduling while atomic cases. by Konrad Rzeszutek Wilk · 14 years ago
- 0513fe9 xen/pciback: Allocate IRQ handler for device that is shared with guest. by Konrad Rzeszutek Wilk · 13 years ago
- a2be65fd xen/pciback: Disable MSI/MSI-X when reseting a device by Konrad Rzeszutek Wilk · 15 years ago
- fd5b221 xen/pciback: guest SR-IOV support for PV guest by Zhao, Yu · 15 years ago
- 6221a9b xen/pciback: Register the owner (domain) of the PCI device. by Konrad Rzeszutek Wilk · 15 years ago
- 8bfd4e0 xen/pciback: Cleanup the driver based on checkpatch warnings and errors. by Konrad Rzeszutek Wilk · 13 years ago
- 30edc14 xen/pciback: xen pci backend driver. by Konrad Rzeszutek Wilk · 15 years ago
- 78316ad xen/pci: Remove 'xen_allocate_pirq_gsi'. by Konrad Rzeszutek Wilk · 13 years ago
- a0ee056 xen/pci: Squash pci_xen_initial_domain and xen_setup_pirqs together. by Konrad Rzeszutek Wilk · 13 years ago
- 136d9eb Merge branch 'xen-tmem-selfballoon-v8' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
- a50777c xen: tmem: self-ballooning and frontswap-selfshrinking by Dan Magenheimer · 13 years ago
- 149bb2f xen: Add module alias to autoload backend drivers by Bastian Blank · 13 years ago
- cc85e93 xen: Populate xenbus device attributes by Bastian Blank · 13 years ago
- 03dc610 Merge branch 'stable/frontswap-tmemonly' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem into stable/drivers by Konrad Rzeszutek Wilk · 13 years ago
- ef46222 Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- afec6e0 xen: prepare tmem shim to handle frontswap by Dan Magenheimer · 13 years ago
- b5328cd xen: Fix compile warning when CONFIG_SMP is not defined. by Konrad Rzeszutek Wilk · 13 years ago
- 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 13 years ago
- 5f98ecd swiotlb: Export swioltb_nr_tbl and utilize it as appropiate. by FUJITA Tomonori · 13 years ago
- e5ac0bd xen: use the trigger info we already have to choose the irq handler by Stefano Stabellini · 13 years ago
- f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 13 years ago
- 5bc20fc xen: cleancache shim to Xen Transcendent Memory by Dan Magenheimer · 13 years ago
- 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
- e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 3bfccb7 Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 5318991 Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
- 887cb45 drivers/xen/sys-hypervisor: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- bdf5167 xen: tidy up whitespace in drivers/xen/Makefile by Ian Campbell · 14 years ago
- 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 14 years ago
- 7e186bd xen: do not clear and mask evtchns in __xen_evtchn_do_upcall by Stefano Stabellini · 14 years ago
- 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago