summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-2311-13/+635
|\
| * xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.Konrad Rzeszutek Wilk2012-03-143-1/+580
| * xen: constify all instances of "struct attribute_group"Jan Beulich2012-03-143-5/+5
| * xen/xenbus: ignore console/0Stefano Stabellini2012-03-141-0/+6
| * xenbus: don't free other end details too earlyJan Beulich2012-03-131-1/+2
| * xenbus: address compiler warningsJan Beulich2012-02-261-3/+3
| * xen/pciback: Support pci_reset_function, aka FLR or D3 support.Konrad Rzeszutek Wilk2012-01-122-3/+39
* | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-231-5/+5
|\ \
| * \ Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-191-5/+5
| |\ \
| | * | mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2012-01-231-5/+5
* | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-041-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-291-3/+3
* | | | xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
* | | | xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2012-02-032-6/+7
* | | | xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateKonrad Rzeszutek Wilk2012-02-031-1/+2
|/ / /
* | | xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk2012-01-271-2/+5
* | | xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell2012-01-191-0/+1
* | | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2012-01-181-0/+1
|\ \ \
| * | | Xen: Export xen_biovec_phys_mergeableMatthew Wilcox2011-11-041-0/+1
* | | | Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2012-01-171-1/+1
|\ \ \ \
| * | | | xen/balloon: Move the registration from device to subsystem.Konrad Rzeszutek Wilk2012-01-121-1/+1
| * | | | Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/for-linus...Konrad Rzeszutek Wilk2012-01-122-81/+80Star
| |\ \ \ \
* | | | | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-101-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-205-14/+19
| |\ \ \ \ \
| * | | | | | swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk2011-12-061-1/+1
* | | | | | | Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-1024-183/+1038
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk2012-01-091-2/+2
| * | | | | | xen/pciback: Fix "device has been assigned to X domain!" warningKonrad Rzeszutek Wilk2012-01-081-0/+2
| * | | | | | xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2012-01-082-2/+2
| * | | | | | xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell2012-01-041-10/+7Star
| * | | | | | xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell2012-01-041-1/+1
| * | | | | | xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell2012-01-041-0/+6
| * | | | | | Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-045-27/+13Star
| * | | | | | xen-gntalloc: introduce missing kfreeJulia Lawall2012-01-031-0/+1
| * | | | | | xen/xenbus: Fix compile error - missing header for xen_initial_domain()Konrad Rzeszutek Wilk2011-12-211-0/+1
| * | | | | | xen/grant-table: Support mappings required by blkbackDaniel De Graaf2011-12-202-20/+7Star
| * | | | | | xenbus: Use grant-table wrapper functionsDaniel De Graaf2011-12-201-10/+7Star
| * | | | | | xenbus: Support HVM backendsDaniel De Graaf2011-12-203-21/+159
| * | | | | | Merge commit 'v3.2-rc3' into stable/for-linus-3.3Konrad Rzeszutek Wilk2011-12-204-12/+17
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | xen/xenbus-frontend: Fix compile error with randconfigKonrad Rzeszutek Wilk2011-12-201-0/+1
| * | | | | | xen/xenbus-frontend: Make error message more clearBastian Blank2011-12-161-1/+1
| * | | | | | xen/privcmd: Remove unused support for arch specific privcmp mmapBastian Blank2011-12-161-2/+0Star
| * | | | | | xen: Add xenbus_backend deviceBastian Blank2011-12-162-0/+90
| * | | | | | xen: Add xenbus device driverBastian Blank2011-12-166-6/+42
| * | | | | | xen: Add privcmd device driverBastian Blank2011-12-167-4/+53
| * | | | | | xen/gntalloc: fix reference counts on multi-page mappingsDaniel De Graaf2011-12-161-13/+43
| * | | | | | xen/gntalloc: release grant references on page freeDaniel De Graaf2011-12-161-0/+2
| * | | | | | xen/events: prevent calling evtchn_get on invalid channelsDaniel De Graaf2011-12-161-0/+3
| * | | | | | xen/granttable: Support transitive grantsAnnie Li2011-12-161-0/+70