aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2011-11-16xen-gntalloc: signedness bug in add_grefs()Gravatar Dan Carpenter 1-1/+1
2011-11-16xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Gravatar Dan Carpenter 1-1/+1
2011-11-16xen-gntdev: integer overflow in gntdev_alloc_map()Gravatar Dan Carpenter 1-5/+5
2011-11-16xen/balloon: Avoid OOM when requesting highmemGravatar Daniel De Graaf 1-2/+2
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyGravatar David Vrabel 1-3/+8
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-31/+25
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-0/+8
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2011-10-31xen: Add export.h for THIS_MODULE/EXPORT_SYMBOL to various xen users.Gravatar Paul Gortmaker 4-0/+4
2011-10-31xen: Add module.h to modular drivers/xen users.Gravatar Paul Gortmaker 4-0/+4
2011-10-26Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Gravatar Linus Torvalds 18-195/+447
2011-10-25Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Gravatar Linus Torvalds 6-22/+114
2011-10-19xen/xenbus: Remove the unnecessary check.Gravatar Konrad Rzeszutek Wilk 1-2/+0
2011-10-19xen/irq: If we fail during msi_capability_init return proper error code.Gravatar Konrad Rzeszutek Wilk 1-3/+4
2011-10-19xen/events: Don't check the info for NULL as it is already done.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2011-10-19xen/events: BUG() when we can't allocate our event->irq array.Gravatar Konrad Rzeszutek Wilk 1-0/+1
2011-10-19xen/pciback: Check if the device is found instead of blindly assuming so.Gravatar Konrad Rzeszutek Wilk 1-0/+2
2011-10-19xen/pciback: Do not dereference psdev during printk when it is NULL.Gravatar Konrad Rzeszutek Wilk 1-6/+1
2011-10-17genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierGravatar Ian Campbell 1-1/+1
2011-10-14xen: Fix selfballooning and ensure it doesn't go too farGravatar Dan Magenheimer 1-4/+63
2011-10-14xen/gntdev: Fix sleep-inside-spinlockGravatar Daniel De Graaf 1-3/+2
2011-10-14xenbus: don't rely on xen_initial_domain to detect local xenstoreGravatar Daniel De Graaf 1-48/+53
2011-10-14xenbus: Fix loopback event channel assuming domain 0Gravatar Daniel De Graaf 1-1/+1
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()Gravatar David Vrabel 1-3/+3
2011-09-29xen: allow balloon driver to use more than one memory regionGravatar David Vrabel 1-17/+27
2011-09-29xen/balloon: simplify test for the end of usable RAMGravatar David Vrabel 1-9/+9
2011-09-29xen/balloon: account for pages released during memory setupGravatar David Vrabel 1-1/+3
2011-09-29xen: remove XEN_PLATFORM_PCI config optionGravatar Stefano Stabellini 2-13/+1
2011-09-29xen/pciback: double lock typoGravatar Dan Carpenter 1-1/+1
2011-09-29xen: modify kernel mappings corresponding to granted pagesGravatar Stefano Stabellini 2-4/+34
2011-09-29xen: add an "highmem" parameter to alloc_xenballooned_pagesGravatar Stefano Stabellini 2-5/+9
2011-09-27xen/pciback: Add flag indicating device has been assigned by XenGravatar Konrad Rzeszutek Wilk 1-0/+2
2011-09-26xen/pv-on-hvm:kexec: Fix implicit declaration of function 'xen_hvm_domain'Gravatar Konrad Rzeszutek Wilk 1-0/+1
2011-09-22xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernelGravatar Olaf Hering 1-0/+13
2011-09-22xen/pci: support multi-segment systemsGravatar Jan Beulich 1-10/+84
2011-09-21xen/pciback: use mutex rather than spinlock in vpci backendGravatar Konrad Rzeszutek Wilk 1-15/+11
2011-09-21xen/pciback: Use mutexes when working with Xenbus state transitions.Gravatar Konrad Rzeszutek Wilk 2-14/+10
2011-09-21xen/pciback: miscellaneous adjustmentsGravatar Jan Beulich 9-44/+44
2011-09-21xen/pciback: use mutex rather than spinlock in passthrough backendGravatar Jan Beulich 1-19/+13
2011-09-21xen/pciback: use resource_size()Gravatar Thomas Meyer 1-1/+1
2011-09-15xen/irq: Alter the locking to use a mutex instead of a spinlock.Gravatar Konrad Rzeszutek Wilk 1-20/+20
2011-09-01xen/pv-on-hvm kexec+kdump: reset PV devices in kexec or crash kernelGravatar Olaf Hering 2-1/+124
2011-09-01xen/pv-on-hvm kexec: rebind virqs to existing eventchannel portsGravatar Olaf Hering 1-5/+32
2011-09-01xen/pv-on-hvm kexec: prevent crash in xenwatch_thread() when stale watch even...Gravatar Olaf Hering 1-2/+1
2011-08-26xen-swiotlb: When doing coherent alloc/dealloc check before swizzling the MFNs.Gravatar Konrad Rzeszutek Wilk 1-4/+24
2011-08-26xen/pci: make bus notifier handler return sane valuesGravatar Jan Beulich 1-4/+7
2011-08-26xen-swiotlb: fix printk and panic argsGravatar Randy Dunlap 1-2/+2
2011-08-26xen-swiotlb: Fix wrong panic.Gravatar Konrad Rzeszutek Wilk 1-3/+4