aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2012-02-03xenbus_dev: add missing error check to watch handlingGravatar Jan Beulich 1-0/+4
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Gravatar Konrad Rzeszutek Wilk 2-6/+7
2012-02-03xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateGravatar Konrad Rzeszutek Wilk 1-1/+2
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Gravatar Konrad Rzeszutek Wilk 1-2/+5
2012-01-18xen: using EXPORT_SYMBOL requires including export.hGravatar Stephen Rothwell 1-0/+1
2012-01-18Merge git://git.infradead.org/users/willy/linux-nvmeGravatar Linus Torvalds 1-0/+1
2012-01-17Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 2-2/+2
2012-01-12xen/balloon: Move the registration from device to subsystem.Gravatar Konrad Rzeszutek Wilk 1-1/+1
2012-01-12Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/for-linus...Gravatar Konrad Rzeszutek Wilk 2-81/+80
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+1
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 24-183/+1038
2012-01-09xen/pciback: Expand the warning message to include domain id.Gravatar Konrad Rzeszutek Wilk 1-2/+2
2012-01-07xen/pciback: Fix "device has been assigned to X domain!" warningGravatar Konrad Rzeszutek Wilk 1-0/+2
2012-01-07xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Gravatar Konrad Rzeszutek Wilk 2-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 2-81/+81
2012-01-04xen/xenbus: don't reimplement kvasprintf via a fixed size bufferGravatar Ian Campbell 1-10/+7
2012-01-04xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXGravatar Ian Campbell 1-1/+1
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Gravatar Ian Campbell 1-0/+6
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationGravatar Jan Beulich 5-27/+13
2012-01-03xen-gntalloc: introduce missing kfreeGravatar Julia Lawall 1-0/+1
2011-12-21xen/xenbus: Fix compile error - missing header for xen_initial_domain()Gravatar Konrad Rzeszutek Wilk 1-0/+1
2011-12-20xen/grant-table: Support mappings required by blkbackGravatar Daniel De Graaf 2-20/+7
2011-12-20xenbus: Use grant-table wrapper functionsGravatar Daniel De Graaf 1-10/+7
2011-12-20xenbus: Support HVM backendsGravatar Daniel De Graaf 3-21/+159
2011-12-20Merge commit 'v3.2-rc3' into stable/for-linus-3.3Gravatar Konrad Rzeszutek Wilk 4-12/+17
2011-12-20xen/xenbus-frontend: Fix compile error with randconfigGravatar Konrad Rzeszutek Wilk 1-0/+1
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextGravatar Dave Airlie 5-14/+19
2011-12-19Revert "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from ol...Gravatar Konrad Rzeszutek Wilk 1-13/+0
2011-12-16xen/xenbus-frontend: Make error message more clearGravatar Bastian Blank 1-1/+1
2011-12-16xen/privcmd: Remove unused support for arch specific privcmp mmapGravatar Bastian Blank 1-2/+0
2011-12-16xen: Add xenbus_backend deviceGravatar Bastian Blank 2-0/+90
2011-12-16xen: Add xenbus device driverGravatar Bastian Blank 6-6/+42
2011-12-16xen: Add privcmd device driverGravatar Bastian Blank 7-4/+53
2011-12-16xen/gntalloc: fix reference counts on multi-page mappingsGravatar Daniel De Graaf 1-13/+43
2011-12-16xen/gntalloc: release grant references on page freeGravatar Daniel De Graaf 1-0/+2
2011-12-16xen/events: prevent calling evtchn_get on invalid channelsGravatar Daniel De Graaf 1-0/+3
2011-12-16xen/granttable: Support transitive grantsGravatar Annie Li 1-0/+70
2011-12-16xen/granttable: Support sub-page grantsGravatar Annie Li 1-0/+72
2011-12-16xen/granttable: Improve comments for function pointersGravatar Annie Li 1-24/+24
2011-12-15xen: fix build breakage in xen-selfballoon.c caused by sysdev conversionGravatar Greg Kroah-Hartman 1-0/+1
2011-12-15xen/swiotlb: Use page alignment for early buffer allocation.Gravatar Konrad Rzeszutek Wilk 1-2/+2
2011-12-14xen-balloon: convert sysdev_class to a regular subsystemGravatar Kay Sievers 2-81/+80
2011-12-06swiotlb: Expose swiotlb_nr_tlb function to modulesGravatar Konrad Rzeszutek Wilk 1-1/+1
2011-11-22xen/granttable: Keep code format cleanGravatar Annie Li 1-4/+3
2011-11-22xen/granttable: Grant tables V2 implementationGravatar Annie Li 1-4/+167
2011-11-22xen/granttable: Refactor some codeGravatar Annie Li 1-5/+10
2011-11-22xen/granttable: Introducing grant table V2 stuctureGravatar Annie Li 1-40/+141
2011-11-21xen/event: Add reference counting to event channelsGravatar Daniel De Graaf 2-2/+74
2011-11-21xen/gnt{dev,alloc}: reserve event channels for notifyGravatar Daniel De Graaf 2-2/+50