summaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen-pciback: silence an unwanted debug printkDan Carpenter2014-04-151-1/+2
* xen: fix memory leak in __xen_pcibk_add_pci_dev()Daeseok Youn2014-04-151-0/+2
* Xen: do hv callback accounting only on x86Arnd Bergmann2014-04-071-1/+1
* Merge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95' into stable/for-linus...David Vrabel2014-04-074-43/+29
|\
| * Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-013-37/+11
| |\
| | * xen: Validate online cpus in set_affinityThomas Gleixner2014-03-121-1/+1
| | * xen: Add proper irq accounting for HYPERCALL vectorThomas Gleixner2014-03-041-0/+1
| | * xen: Get rid of the last irq_desc abuseThomas Gleixner2014-03-041-14/+1
| | * xen: Use the proper irq functionsThomas Gleixner2014-03-043-22/+8
| * | xen/balloon: flush persistent kmaps in correct positionWei Liu2014-03-251-6/+18
| |/
* | xen/acpi-processor: fix enabling interrupts on syscore_resumeStanislaw Gruszka2014-03-182-7/+24
* | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-181-70/+3
* | xen: add support for MSI message groupsRoger Pau Monne2014-03-182-15/+33
* | xen-pciback: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-02-281-2/+1
* | xen/xenbus: remove unused xenbus_bind_evtchn()David Vrabel2014-02-281-27/+0
* | xen/events: remove unnecessary call to bind_evtchn_to_cpu()David Vrabel2014-02-281-3/+0
* | xen/events: remove the unused resend_irq_on_evtchn()David Vrabel2014-02-281-21/+12
* | drivers:xen-selfballoon:reset 'frontswap_inertia_counter' after frontswap_shrinkBob Liu2014-02-281-0/+1
* | drivers: xen: Include appropriate header file in pcpu.cRashika Kheria2014-02-281-0/+1
* | drivers: xen: Mark function as static in platform-pci.cRashika Kheria2014-02-281-1/+1
|/
* 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-062-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-254-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-2316-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