summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-08x86/xen: avoid freeing static 'name' when kasprintf() failsVitaly Kuznetsov1-11/+5
2015-01-08x86/xen: add extra memory for remapped frames during setupDavid Vrabel1-4/+9
2015-01-08x86/xen: don't count how many PFNs are identity mappedDavid Vrabel1-18/+9
2015-01-08x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky1-3/+6
2014-12-23x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()Boris Ostrovsky1-2/+0
2014-12-15Merge branch 'devel/for-linus-3.19' into stable/for-linus-3.19David Vrabel7-965/+779
2014-12-11xen: switch to post-init routines in xen mmu.c earlierJuergen Gross1-1/+1
2014-12-11Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel1-1/+1
2014-12-10Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"David Vrabel1-1/+1
2014-12-08xen: annotate xen_set_identity_and_remap_chunk() with __initJuergen Gross1-1/+1
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross2-2/+16
2014-12-04xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross1-6/+8
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross4-444/+347
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross3-10/+24
2014-12-04x86: Introduce function to get pmd entry pointerJuergen Gross2-0/+21
2014-12-04xen: Delay invalidating extra memoryJuergen Gross4-129/+103
2014-12-04xen: Delay m2p_override initializationJuergen Gross1-7/+12
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross5-297/+172
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross2-22/+37
2014-12-04xen: Make functions staticJuergen Gross2-100/+92
2014-12-04xen: fix some style issues in p2m.cJuergen Gross1-8/+7
2014-12-04xen/pci: Use APIC directly when APIC virtualization hardware is availableBoris Ostrovsky2-0/+107
2014-12-04xen/pci: Defer initialization of MSI ops on HVM guestsBoris Ostrovsky1-2/+13
2014-12-04xen-pciback: drop SR-IOV VFs when PF driver unloadsJan Beulich1-0/+54
2014-12-04xen/pciback: Restore configuration space when detaching from a guest.Konrad Rzeszutek Wilk1-2/+14
2014-12-04PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk2-2/+5
2014-12-04xen/pciback: Remove tons of dereferencesKonrad Rzeszutek Wilk1-9/+11
2014-12-04xen/pciback: Print out the domain owning the device.Konrad Rzeszutek Wilk1-1/+1
2014-12-04xen/pciback: Include the domain id if removing the device whilst still in useKonrad Rzeszutek Wilk1-4/+6
2014-12-04driver core: Provide an wrapper around the mutex to do lockdep warningsKonrad Rzeszutek Wilk2-1/+6
2014-12-04xen/pciback: Don't deadlock when unbinding.Konrad Rzeszutek Wilk5-16/+33
2014-12-04swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_singleStefano Stabellini1-1/+1
2014-12-04swiotlb-xen: call xen_dma_sync_single_for_device when appropriateStefano Stabellini1-1/+1
2014-12-04swiotlb-xen: remove BUG_ON in xen_bus_to_physStefano Stabellini1-2/+0
2014-12-04swiotlb-xen: pass dev_addr to xen_dma_unmap_page and xen_dma_sync_single_for_cpuStefano Stabellini1-3/+3
2014-12-04xen/arm: introduce GNTTABOP_cache_flushStefano Stabellini2-2/+51
2014-12-04xen/arm/arm64: introduce xen_arch_need_swiotlbStefano Stabellini4-1/+22
2014-12-04xen/arm/arm64: merge xen/mm32.c into xen/mm.cStefano Stabellini4-138/+86
2014-12-04xen/arm: use hypercall to flush caches in map_pageStefano Stabellini2-1/+24
2014-12-04xen: add a dma_addr_t dev_addr argument to xen_dma_map_pageStefano Stabellini4-8/+10
2014-12-04xen/arm: use is_device_dma_coherentStefano Stabellini1-3/+3
2014-12-04arm: introduce is_device_dma_coherentStefano Stabellini2-0/+8
2014-12-04arm64: introduce is_device_dma_coherentStefano Stabellini2-0/+8
2014-12-04xen/arm: if(pfn_valid(pfn)) call native dma_opsStefano Stabellini2-45/+54
2014-12-04xen/arm: remove outer_*_range callStefano Stabellini1-9/+0
2014-12-04xen/arm: remove handling of XENFEAT_grant_map_identityStefano Stabellini3-92/+1
2014-12-01Linux 3.18-rc7v3.18-rc7Linus Torvalds1-1/+1
2014-12-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-1/+23
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+7