summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-123-220/+2
|\
| * ia64/xen: Remove Xen support for ia64 even morePaul Bolle2014-02-112-220/+0
| * xen/events: bind all new interdomain events to VCPU0David Vrabel2014-02-111-0/+2
* | Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-052-84/+18
|\ \ | |/
| * Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-032-84/+18
* | Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-314-23/+129
|\ \ | |/
| * drivers: xen: deaggressive selfballoon driverBob Liu2014-01-311-0/+22
| * xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-312-18/+84
| * xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall2014-01-301-3/+3
| * xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell2014-01-301-2/+20
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-244-16/+12
|\ \
| * \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-122-6/+9
| |\ \
| | * \ Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki2013-12-074-10/+3
| | |\ \
| | * | | ACPI / scan: Add acpi_device objects for all device nodes in the namespaceRafael J. Wysocki2013-11-222-6/+9
| * | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-124-10/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-074-10/+3
| | |/ /
* | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-2216-551/+1328
|\ \ \ \ | | |_|/ | |/| |
| * | | xen: delete new instances of __cpuinit usagePaul Gortmaker2014-01-101-3/+3
| * | | xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun2014-01-071-2/+4
| * | | xen-platform: fix error return code in platform_pci_init()Wei Yongjun2014-01-071-1/+2
| * | | xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang2014-01-071-1/+1
| * | | xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk2014-01-061-4/+2
| * | | xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor2014-01-061-1/+2
| * | | xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2014-01-062-5/+6
| * | | xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2014-01-062-10/+58
| * | | xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk2014-01-061-8/+2
| * | | xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk2014-01-061-3/+6
| * | | xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor2014-01-061-5/+9
| * | | xen/events: use the FIFO-based ABI if availableDavid Vrabel2014-01-064-1/+448
| * | | xen/events: allow event channel priority to be setDavid Vrabel2014-01-061-0/+17
| * | | xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel2014-01-061-4/+4
| * | | xen/evtchn: support more than 4096 portsDavid Vrabel2014-01-063-6/+14
| * | | xen/events: add xen_evtchn_mask_all()David Vrabel2014-01-061-7/+11
| * | | xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel2014-01-063-55/+149
| * | | xen/events: add a evtchn_op for port setupDavid Vrabel2014-01-062-1/+13
| * | | xen/events: allow setup of irq_info to failDavid Vrabel2014-01-061-65/+91
| * | | xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel2014-01-063-16/+84
| * | | xen/events: move 2-level specific code into its own fileDavid Vrabel2014-01-064-362/+440
| * | | xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel2014-01-063-1/+5
| * | | xen/events: replace raw bit ops with functionsWei Liu2014-01-061-2/+1
| * | | xen/events: introduce test_and_set_mask()Wei Liu2014-01-061-3/+8
| * | | xen/events: remove unnecessary init_evtchn_cpu_bindings()David Vrabel2014-01-061-22/+0
| * | | xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()David Vrabel2014-01-061-18/+9
| * | | xen/pci: Fix build on non-x86Ben Hutchings2014-01-061-0/+2
| * | | xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu2014-01-061-8/+1
| * | | xen: balloon: enable for ARMIan Campbell2014-01-061-1/+0
| * | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-12-1911-63/+210
| |\ \
| * | | treewide: Fix typo in KconfigMasanari Iida2013-12-021-1/+1
OpenPOWER on IntegriCloud