aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-26xen/acpi: Workaround broken BIOSes exporting non-existing C-states.Konrad Rzeszutek Wilk1-1/+4
2012-04-26xen: use the pirq number to check the pirq_eoi_mapStefano Stabellini1-1/+1
2012-04-19xen/resume: Fix compile warnings.Konrad Rzeszutek Wilk1-0/+1
2012-04-19xen/xenbus: Add quirk to deal with misconfigured backends.Konrad Rzeszutek Wilk1-16/+53
2012-04-18Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus-3.4Konrad Rzeszutek Wilk11-22/+34
2012-04-17xen/gntdev: do not set VM_PFNMAPStefano Stabellini1-1/+1
2012-04-17xen/grant-table: add error-handling code on failure of gnttab_resumeJulia Lawall1-4/+9
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-06xen/pciback: fix XEN_PCI_OP_enable_msix resultJan Beulich1-1/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-2/+3
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-2/+3
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds5-26/+35
2012-03-24xen/acpi: Fix Kconfig dependency on CPU_FREQKonrad Rzeszutek Wilk1-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds11-13/+635
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds1-5/+5
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov1-5/+0
2012-03-21xen/acpi: Remove the WARN's as they just create noise.Konrad Rzeszutek Wilk1-2/+2
2012-03-20xen/tmem: cleanupJan Beulich1-13/+8
2012-03-20xen: support pirq_eoi_mapStefano Stabellini1-3/+23
2012-03-20xen/acpi-processor: Do not depend on CPU frequency scaling drivers.Konrad Rzeszutek Wilk1-2/+1
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk1-5/+5
2012-03-14xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.Konrad Rzeszutek Wilk3-1/+580
2012-03-14xen: constify all instances of "struct attribute_group"Jan Beulich3-5/+5
2012-03-13xen/xenbus: ignore console/0Stefano Stabellini1-0/+6
2012-03-13xenbus: don't free other end details too earlyJan Beulich1-1/+2
2012-03-04Merge branch 'pm-sleep'Rafael J. Wysocki1-3/+3
2012-02-26xenbus: address compiler warningsJan Beulich1-3/+3
2012-02-03xenbus_dev: add missing error check to watch handlingJan Beulich1-0/+4
2012-02-03xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2-6/+7
2012-02-03xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateKonrad Rzeszutek Wilk1-1/+2
2012-01-29PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki1-3/+3
2012-01-27xen/granttable: Disable grant v2 for HVM domains.Konrad Rzeszutek Wilk1-2/+5
2012-01-23mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer1-5/+5
2012-01-18xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell1-0/+1
2012-01-18Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-0/+1
2012-01-17Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-12xen/pciback: Support pci_reset_function, aka FLR or D3 support.Konrad Rzeszutek Wilk2-3/+39
2012-01-12xen/balloon: Move the registration from device to subsystem.Konrad Rzeszutek Wilk1-1/+1
2012-01-12Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/for-linus-fixes-3.3Konrad Rzeszutek Wilk2-81/+80
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds24-183/+1038
2012-01-09xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk1-2/+2
2012-01-07xen/pciback: Fix "device has been assigned to X domain!" warningKonrad Rzeszutek Wilk1-0/+2
2012-01-07xen/pciback: Move the PCI_DEV_FLAGS_ASSIGNED ops to the "[un|]bind"Konrad Rzeszutek Wilk2-2/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-81/+81
2012-01-04xen/xenbus: don't reimplement kvasprintf via a fixed size bufferIan Campbell1-10/+7
2012-01-04xenbus: maximum buffer size is XENSTORE_PAYLOAD_MAXIan Campbell1-1/+1
2012-01-04xen/xenbus: Reject replies with payload > XENSTORE_PAYLOAD_MAX.Ian Campbell1-0/+6
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich5-27/+13