summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-013-1/+23
|\
| * Merge tag 'drm-intel-fixes-2014-11-27' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-11-282-0/+5
| |\
| | * drm/i915: Cancel vdd off work before suspendVille Syrjälä2014-11-261-0/+1
| | * drm/i915: Ignore SURFLIVE and flip counter when the GPU gets resetVille Syrjälä2014-11-241-0/+4
| * | Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-11-271-1/+18
| |\ \ | | |/ | |/|
| | * drm/radeon: report disconnected for LVDS/eDP with PX if ddc failsAlex Deucher2014-11-271-1/+18
* | | btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-304-5/+67
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-11-293-7/+7
|\ \ \
| * | | irqchip: brcmstb-l2: Fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-261-2/+2
| * | | irqchip: bcm7120-l2: Fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-261-2/+2