summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-203-32/+43
|\
| * xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini2013-12-131-29/+34
| * xen: privcmd: do not return pages which we have failed to unmapIan Campbell2013-12-061-2/+7
| * XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfnEric Trudeau2013-12-041-1/+2
* | Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-022-2/+9
|\|
| * xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
| * swiotlb-xen: add missing xen_dma_map_page callStefano Stabellini2013-11-151-0/+5
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-201-3/+3
|\ \
| * | ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-3/+3
* | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-157-34/+162
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...Konrad Rzeszutek Wilk2013-11-083-29/+106
| |\
| | * swiotlb-xen: fix error code returned by xen_swiotlb_map_sg_attrsStefano Stabellini2013-10-291-1/+1
| | * swiotlb-xen: static inline xen_phys_to_bus, xen_bus_to_phys, xen_virt_to_bus ...Stefano Stabellini2013-10-251-4/+4
| | * grant-table: call set_phys_to_machine after mapping grant refsStefano Stabellini2013-10-251-2/+17
| | * swiotlb: print a warning when the swiotlb is fullStefano Stabellini2013-10-251-0/+1
| | * swiotlb-xen: use xen_dma_map/unmap_page, xen_dma_sync_single_for_cpu/deviceStefano Stabellini2013-10-251-8/+31
| | * swiotlb-xen: use xen_alloc/free_coherent_pagesStefano Stabellini2013-10-101-10/+21
| | * swiotlb-xen: introduce xen_swiotlb_set_dma_maskStefano Stabellini2013-10-091-0/+12
| | * xen/arm,arm64: enable SWIOTLB_XENStefano Stabellini2013-10-102-1/+15
| | * xen: make xen_create_contiguous_region return the dma addressStefano Stabellini2013-10-091-3/+3
| * | xen: delete new instances of added __cpuinitPaul Gortmaker2013-11-081-2/+2
| * | xen/balloon: Set balloon's initial state to number of existing RAM pagesBoris Ostrovsky2013-11-081-1/+1
| * | xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.Konrad Rzeszutek Wilk2013-11-081-0/+47
| * | xen: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-062-2/+2
| * | tracing/events: Fix swiotlb tracepoint creationThierry Reding2013-10-241-1/+0Star
| * | tracing/events: Add bounce tracing to swiotblZoltan Kiss2013-10-021-0/+5
| |/
* / xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-174-9/+21
|/
* Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-261-12/+11Star
|\
| * xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11Star
* | Merge tag 'stable/for-linus-3.12-rc0-tag-three' of git://git.kernel.org/pub/s...Linus Torvalds2013-09-121-6/+7
|\|
| * xen/balloon: remove BUG_ON in increase_reservationWei Liu2013-09-111-2/+0Star
| * xen/balloon: ensure preemption is disabled when using a scratch pageDavid Vrabel2013-09-111-4/+7
| * Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-091-1/+12
| |\
* | | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-058-142/+322
|\| |
| * | xen/balloon: don't set P2M entry for auto translated guestWei Liu2013-08-301-2/+7
| * | xen/evtchn: double free on errorDan Carpenter2013-08-301-1/+0Star
| * | Xen: Fix retry calls into PRIVCMD_MMAPBATCH*.Andres Lagar-Cavilla2013-08-301-20/+63
| * | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-9/+2Star
| * | xen: fix ARM build after 6efa20e4Stefano Stabellini2013-08-201-0/+2
| * | xen/events: document behaviour when scanning the start word for eventsDavid Vrabel2013-08-201-5/+12
| * | swiotlb-xen: replace dma_length with sg_dma_len() macroStefano Stabellini2013-08-091-4/+4
| * | xen/balloon: set a mapping for ballooned out pagesStefano Stabellini2013-08-091-3/+66
| * | xen/evtchn: improve scalability by using per-user locksDavid Vrabel2013-08-091-80/+112
| * | xen: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-091-18/+36
| * | xen-gnt: prevent adding duplicate gnt callbacksRoger Pau Monne2013-08-091-2/+11
| * | xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-1/+10
* | | Merge branch 'acpi-sleep'Rafael J. Wysocki2013-08-271-13/+28
|\ \ \ | |_|/ |/| |
| * | xen / ACPI: notify xen when reduced hardware sleep is availableBen Guthro2013-07-311-13/+28
* | | Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-08-221-1/+12
|\ \ \ | |_|/ |/| |
| * | xen/events: mask events when changing their VCPU bindingDavid Vrabel2013-08-201-0/+11