summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen: use correct type for physical addressesJuergen Gross2015-01-121-2/+2
* xen: correct race in alloc_p2m_pmd()Juergen Gross2015-01-121-6/+3
* xen: correct error for building p2m list on 32 bitsJuergen Gross2015-01-121-1/+1
* x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov2015-01-081-11/+5
* x86/xen: add extra memory for remapped frames during setupDavid Vrabel2015-01-081-4/+9
* x86/xen: don't count how many PFNs are identity mappedDavid Vrabel2015-01-081-18/+9
* x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky2015-01-081-3/+6
* x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky2014-12-231-2/+0
* Merge branch 'devel/for-linus-3.19' into stable/for-linus-3.19David Vrabel2014-12-157-965/+779
|\
| * xen: switch to post-init routines in xen mmu.c earlierJuergen Gross2014-12-111-1/+1
| * Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel2014-12-111-1/+1
| * xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross2014-12-081-1/+1
| * xen: introduce helper functions to do safe read and write accessesJuergen Gross2014-12-082-2/+16
| * xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross2014-12-041-6/+8
| * xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-044-444/+347
| * xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-043-10/+24
| * x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-042-0/+21
| * xen: Delay invalidating extra memoryJuergen Gross2014-12-044-129/+103
| * xen: Delay m2p_override initializationJuergen Gross2014-12-041-7/+12
| * xen: Delay remapping memory of pv-domainJuergen Gross2014-12-045-297/+172
| * xen: use common page allocation function in p2m.cJuergen Gross2014-12-042-22/+37
| * xen: Make functions staticJuergen Gross2014-12-042-100/+92
| * xen: fix some style issues in p2m.cJuergen Gross2014-12-041-8/+7
* | Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel2014-12-101-1/+1
|/
* xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky2014-12-042-0/+107
* xen/pci: Defer initialization of MSI ops on HVM guestsBoris Ostrovsky2014-12-041-2/+13
* xen-pciback: drop SR-IOV VFs when PF driver unloadsJan Beulich2014-12-041-0/+54
* xen/pciback: Restore configuration space when detaching from a guest.Konrad Rzeszutek Wilk2014-12-041-2/+14
* PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk2014-12-042-2/+5
* xen/pciback: Remove tons of dereferencesKonrad Rzeszutek Wilk2014-12-041-9/+11
* xen/pciback: Print out the domain owning the device.Konrad Rzeszutek Wilk2014-12-041-1/+1
* xen/pciback: Include the domain id if removing the device whilst still in useKonrad Rzeszutek Wilk2014-12-041-4/+6
* driver core: Provide an wrapper around the mutex to do lockdep warningsKonrad Rzeszutek Wilk2014-12-042-1/+6
* xen/pciback: Don't deadlock when unbinding.Konrad Rzeszutek Wilk2014-12-045-16/+33
* swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini2014-12-041-1/+1
* swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini2014-12-041-1/+1
* swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini2014-12-041-2/+0
* swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini2014-12-041-3/+3
* xen/arm: introduce GNTTABOP_cache_flushStefano Stabellini2014-12-042-2/+51
* xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini2014-12-044-1/+22
* xen/arm/arm64: merge xen/mm32.c into xen/mm.cStefano Stabellini2014-12-044-138/+86
* xen/arm: use hypercall to flush caches in map_pageStefano Stabellini2014-12-042-1/+24
* xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini2014-12-044-8/+10
* xen/arm: use is_device_dma_coherentStefano Stabellini2014-12-041-3/+3
* arm: introduce is_device_dma_coherentStefano Stabellini2014-12-042-0/+8
* arm64: introduce is_device_dma_coherentStefano Stabellini2014-12-042-0/+8
* xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini2014-12-042-45/+54
* xen/arm: remove outer_*_range callStefano Stabellini2014-12-041-9/+0
* xen/arm: remove handling of XENFEAT_grant_map_identityStefano Stabellini2014-12-043-92/+1
* Linux 3.18-rc7v3.18-rc7Linus Torvalds2014-12-011-1/+1