aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2016-06-121-3/+3
* xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-09-261-2/+11
* xen/events: initialize local per-cpu mask for all possible eventsDavid Vrabel2013-08-291-1/+1
* xen/evtchn: avoid a deadlock when unbinding an event channelDavid Vrabel2013-08-041-19/+2
* xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.Keir Fraser2013-06-071-4/+15
* xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk2012-04-271-16/+53
* xen/gntdev: do not set VM_PFNMAPStefano Stabellini2012-04-271-1/+1
* xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-251-0/+6
* xen/swiotlb: Use page alignment for early buffer allocation.Konrad Rzeszutek Wilk2012-01-061-1/+1
* xen-gntalloc: signedness bug in add_grefs()Dan Carpenter2011-11-211-1/+1
* xen-gntalloc: integer overflow in gntalloc_ioctl_alloc()Dan Carpenter2011-11-211-1/+1
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-11-111-1/+1
* xen-swiotlb: Fix wrong panic.Konrad Rzeszutek Wilk2011-11-111-3/+4
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-201-1/+1
|\
| * xen: Fix compile warning when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-151-1/+1
* | Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-06-091-3/+9
|\ \ | |/ |/|
| * swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-061-3/+9
* | xen: use the trigger info we already have to choose the irq handlerStefano Stabellini2011-05-311-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-262-0/+265
|\ \
| * | xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer2011-05-262-0/+265
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-2/+2
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2011-04-263-25/+32
| |\|
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-102-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-191-7/+1
|\ \ \
| * | | PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki2011-05-111-7/+1
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds2011-05-191-40/+73
|\ \ \ \ \ \ | | | | |/ / | | | |/| |
| * | / | | xen: do not clear and mask evtchns in __xen_evtchn_do_upcallStefano Stabellini2011-05-101-40/+73
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/...Linus Torvalds2011-05-193-27/+24
|\ \ \ \ \ \
| | * | | | | drivers/xen/sys-hypervisor: Cleanup code/data sections definitionsDaniel Kiper2011-05-191-1/+1
| | * | | | | xen: tidy up whitespace in drivers/xen/MakefileIan Campbell2011-05-121-12/+12
| | |/ / / /
| * | | | | xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to balloon_ap...Daniel Kiper2011-03-301-2/+3
| * | | | | xen/balloon: Clarify credit calculationDaniel Kiper2011-03-301-4/+4
| * | | | | xen/balloon: Simplify HVM integrationDaniel Kiper2011-03-301-8/+4
| * | | | | xen/balloon: Use PageHighMem() for high memory page detectionDaniel Kiper2011-03-301-1/+1
| | |/ / / | |/| | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds2011-05-194-16/+84
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | * | | | xen/gntdev,gntalloc: Remove unneeded VM flagsDaniel De Graaf2011-03-092-4/+26
| * | | | | xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk2011-04-181-7/+24
| * | | | | xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain forgot.Konrad Rzeszutek Wilk2011-04-141-1/+8
| * | | | | xen/irq: Export 'xen_pirq_from_irq' function.Konrad Rzeszutek Wilk2011-04-141-0/+6
| * | | | | xen/irq: Add support to check if IRQ line is shared with other domains.Konrad Rzeszutek Wilk2011-04-141-0/+12
| * | | | | xen/irq: Check if the PCI device is owned by a domain different than DOMID_SELF.Konrad Rzeszutek Wilk2011-04-141-4/+8
* | | | | | PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki2011-04-201-1/+8
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-04-121-3/+3
|\ \ \ \ \ \
| * | | | | | PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
| |/ / / / /
* | | | | | Merge branch 'stable/bug-fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-111-4/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xen: events: fix error checks in bind_*_to_irqhandler()Nicolas Kaiser2011-03-301-4/+2
| | |/ / / | |/| | |
* / | | | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/ / / /
* | | | xen: Use new irq_move functionsThomas Gleixner2011-03-291-2/+2
* | | | xen: Convert genirq namespaceThomas Gleixner2011-03-291-11/+11
* | | | xen-gntdev: unlock on error path in gntdev_mmap()Dan Carpenter2011-03-241-1/+3