summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2011-05-10xen: do not clear and mask evtchns in __xen_evtchn_do_upcallStefano Stabellini
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki
2011-04-18xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk
2011-04-14xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot.Konrad Rzeszutek Wilk
2011-04-14xen/irq: Export 'xen_pirq_from_irq' function.Konrad Rzeszutek Wilk
2011-04-14xen/irq: Add support to check if IRQ line is shared with other domains.Konrad Rzeszutek Wilk
2011-04-14xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.Konrad Rzeszutek Wilk
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-04-11Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30xen: events: fix error checks in bind_*_to_irqhandler()Nicolas Kaiser
2011-03-30xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...Daniel Kiper
2011-03-30xen/balloon: Clarify credit calculationDaniel Kiper
2011-03-30xen/balloon: Simplify HVM integrationDaniel Kiper
2011-03-30xen/balloon: Use PageHighMem() for high memory page detectionDaniel Kiper
2011-03-29xen: Use new irq_move functionsThomas Gleixner
2011-03-29xen: Convert genirq namespaceThomas Gleixner
2011-03-24xen-gntdev: unlock on error path in gntdev_mmap()Dan Carpenter
2011-03-24xen-gntdev: return -EFAULT on copy_to_user failureDan Carpenter
2011-03-17Merge branch 'stable/xen.pm.bug-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-03-17Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:...Linus Torvalds
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Linus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16xen: use freeze/restore/thaw PM events for suspend/resume/chkptShriram Rajagopalan
2011-03-16xen: xenbus PM events supportKazuhiro SUZUKI
2011-03-16xen-gntdev: Use ballooned pages for grant mappingsDaniel De Graaf
2011-03-16xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk
2011-03-16xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf
2011-03-16xen/balloon: Remove pr_info's and don't alter retry_countKonrad Rzeszutek Wilk
2011-03-15Merge branch 'stable/backends' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller
2011-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-15xen: events: Fix compile error if CONFIG_SMP is not defined.Konrad Rzeszutek Wilk
2011-03-15Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds
2011-03-15Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' ...Linus Torvalds
2011-03-15Merge branch 'stable/irq.cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-03-15Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...Linus Torvalds
2011-03-15Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.ke...Linus Torvalds
2011-03-14xen/balloon: Protect against CPU exhaust by event/x processDaniel Kiper
2011-03-14xen/balloon: Migration from mod_timer() to schedule_delayed_work()Daniel Kiper
2011-03-14xen/balloon: Removal of driver_pagesDaniel Kiper
2011-03-14xen: events: correct locking in xen_irq_from_pirqIan Campbell
2011-03-10xen: events: propagate irq allocation failure instead of panickingIan Campbell
2011-03-10xen: events: do not workaround too-small nr_irqsIan Campbell
2011-03-10xen: events: remove use of nr_irqs as upper bound on number of pirqsIan Campbell
2011-03-10xen: events: dynamically allocate irq info structuresIan Campbell
2011-03-10xen: events: maintain a list of Xen interruptsIan Campbell
2011-03-10xen: events: push setup of irq<->{evtchn,ipi,virq,pirq} maps into irq_info in...Ian Campbell