summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2011-03-16xen-balloon: Add interface to retrieve ballooned pagesKonrad Rzeszutek Wilk1-6/+67
2011-03-16xen-balloon: Move core balloon functionality out of moduleDaniel De Graaf3-225/+264
2011-03-16xen/balloon: Remove pr_info's and don't alter retry_countKonrad Rzeszutek Wilk1-10/+2
2011-03-14xen/balloon: Protect against CPU exhaust by event/x processDaniel Kiper1-17/+90
2011-03-14xen/balloon: Migration from mod_timer() to schedule_delayed_work()Daniel Kiper1-13/+3
2011-03-14xen/balloon: Removal of driver_pagesDaniel Kiper1-8/+0
2011-03-09xen: gntdev: fix build warningIan Campbell1-2/+1
2011-03-09xen/p2m/m2p/gnttab: do not add failed grant maps to m2p overrideIan Campbell1-0/+4
2011-02-23xen-gntdev: Add cast to pointerDaniel De Graaf1-2/+2
2011-02-23xen-gntdev: Fix incorrect use of zero handleDaniel De Graaf1-7/+16
2011-02-16xen: change xen/[gntdev/gntalloc] to default mStefano Stabellini1-0/+2
2011-02-14xen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on read-only mappingsDaniel De Graaf1-1/+9
2011-02-14xen-gntdev: Avoid double-mapping memoryDaniel De Graaf1-3/+12
2011-02-14xen-gntdev: Avoid unmapping ranges twiceDaniel De Graaf1-2/+31
2011-02-14xen-gntdev: Use map->vma for checking map validityDaniel De Graaf1-6/+2
2011-02-14xen-gntdev: Fix unmap notify on PV domainsDaniel De Graaf1-2/+7
2011-02-14xen-gntdev: Fix memory leak when mmap failsDaniel De Graaf1-6/+8
2011-02-14xen/gntalloc,gntdev: Add unmap notify ioctlDaniel De Graaf2-1/+119
2011-02-14xen-gntalloc: Userspace grant allocation driverDaniel De Graaf3-0/+496
2011-02-14xen-gntdev: Support mapping in HVM domainsDaniel De Graaf2-34/+89
2011-02-14xen-gntdev: Add reference counting to mapsDaniel De Graaf1-40/+27
2011-02-14xen-gntdev: Use find_vma rather than iterating our vma list manuallyDaniel De Graaf1-24/+8
2011-02-14xen-gntdev: Change page limit to be global instead of per-openDaniel De Graaf1-36/+14
2011-01-20Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Linus Torvalds1-18/+13
2011-01-13Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+721
2011-01-13Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-16/+10
2011-01-12xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk1-1/+1
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-311/+657
2011-01-12xen: rename platform-pci module to xen-platform-pci.Ian Campbell1-1/+2
2011-01-12xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell1-14/+7
2011-01-11xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge1-3/+13
2011-01-11xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-7/+30
2011-01-11xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini1-0/+36
2011-01-11xen/gntdev: Fix circular locking dependencyDaniel De Graaf1-2/+7
2011-01-11xen/gntdev: stop using "token" argumentJeremy Fitzhardinge1-2/+2
2011-01-11xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell1-3/+5
2011-01-11xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge1-1/+1
2011-01-11xen/gntdev: allow usermode to map granted pagesGerd Hoffmann3-0/+644
2011-01-10Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+15
2011-01-10xen/event: validate irq before get evtchn by irqJoe Jin1-0/+3
2011-01-05xen/xenbus: making backend support modular is too complexJeremy Fitzhardinge1-1/+1
2011-01-05xen/xenbus: fixup checkpatch issues in xenbus_probe*Ian Campbell5-49/+40
2011-01-05xen/xenbus: clean up noise in xenbus_probe_frontend.cJeremy Fitzhardinge1-7/+2
2011-01-05xen/xenbus: clean up noise in xenbus_probe_backend.cJeremy Fitzhardinge1-7/+2
2011-01-05xen/xenbus: clean up noise in xenbus_probe.cJeremy Fitzhardinge1-23/+6
2011-01-05xen/xenbus: cleanup debug noise in xenbus_comms.cJeremy Fitzhardinge1-1/+0
2011-01-05xen/xenbus: clean up error handlingJeremy Fitzhardinge1-2/+2
2011-01-05xen/xenbus: make frontend bus GPLJeremy Fitzhardinge1-0/+2
2011-01-05xen/xenbus: make sure backend bus is registered earlierJeremy Fitzhardinge1-2/+1
2011-01-05xenbus/frontend: register bus earlierJeremy Fitzhardinge1-2/+1