aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-07xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk1-4/+2
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor1-1/+2
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2-5/+6
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2-10/+58
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk1-8/+2
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk1-3/+6
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor1-5/+9
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel4-1/+448
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel1-0/+17
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel1-4/+4
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel3-6/+14
2014-01-06xen/events: add xen_evtchn_mask_all()David Vrabel1-7/+11
2014-01-06xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel3-55/+149
2014-01-06xen/events: add a evtchn_op for port setupDavid Vrabel2-1/+13
2014-01-06xen/events: allow setup of irq_info to failDavid Vrabel1-65/+91
2014-01-06xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel3-16/+84
2014-01-06xen/events: move 2-level specific code into its own fileDavid Vrabel4-362/+440
2014-01-06xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel3-1/+5
2014-01-06xen/events: replace raw bit ops with functionsWei Liu1-2/+1
2014-01-06xen/events: introduce test_and_set_mask()Wei Liu1-3/+8
2014-01-06xen/events: remove unnecessary init_evtchn_cpu_bindings()David Vrabel1-22/+0
2014-01-06xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()David Vrabel1-18/+9
2014-01-06xen/pci: Fix build on non-x86Ben Hutchings1-0/+2
2014-01-06xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu1-8/+1
2014-01-06xen: balloon: enable for ARMIan Campbell1-1/+0
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-1/+1
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-32/+43
2013-12-19Merge branch 'master' into for-nextJiri Kosina11-63/+210
2013-12-13xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini1-29/+34
2013-12-07Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki4-10/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng4-10/+3
2013-12-06xen: privcmd: do not return pages which we have failed to unmapIan Campbell1-2/+7
2013-12-04XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau1-1/+2
2013-12-02Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-2/+9
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-11-26xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson1-2/+4
2013-11-22ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2-6/+9
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2013-11-15swiotlb-xen: add missing xen_dma_map_page callStefano Stabellini1-0/+5
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-34/+162
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-3/+3
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk3-29/+106
2013-11-08xen: delete new instances of added __cpuinitPaul Gortmaker1-2/+2
2013-11-08xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky1-1/+1
2013-11-08xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.Konrad Rzeszutek Wilk1-0/+47
2013-11-06xen: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-10-29swiotlb-xen: fix error code returned by xen_swiotlb_map_sg_attrsStefano Stabellini1-1/+1
2013-10-25swiotlb-xen: static inline xen_phys_to_bus, xen_bus_to_phys, xen_virt_to_bus and range_straddles_page_boundaryStefano Stabellini1-4/+4
2013-10-25grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini1-2/+17