summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommu/dma: Fix condition check in iommu_dma_unmap_sgNathan Chancellor2019-06-031-1/+1
* arm64: trim includes in dma-mapping.cChristoph Hellwig2019-05-271-10/+0Star
* arm64: switch copyright boilerplace to SPDX in dma-mapping.cChristoph Hellwig2019-05-271-14/+1Star
* iommu/dma: Switch copyright boilerplace to SPDXChristoph Hellwig2019-05-272-24/+2Star
* iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAPChristoph Hellwig2019-05-272-8/+9
* iommu/dma: Refactor iommu_dma_mmapChristoph Hellwig2019-05-271-35/+11Star
* iommu/dma: Refactor iommu_dma_get_sgtableChristoph Hellwig2019-05-271-28/+17Star
* iommu/dma: Refactor iommu_dma_alloc, part 2Christoph Hellwig2019-05-271-30/+35
* iommu/dma: Cleanup variable naming in iommu_dma_allocRobin Murphy2019-05-271-23/+22Star
* iommu/dma: Split iommu_dma_freeRobin Murphy2019-05-271-4/+8
* iommu/dma: Merge the CMA and alloc_pages allocation pathsChristoph Hellwig2019-05-271-20/+12Star
* iommu/dma: Don't remap CMA unnecessarilyRobin Murphy2019-05-271-7/+12
* iommu/dma: Refactor iommu_dma_allocRobin Murphy2019-05-271-30/+30
* iommu/dma: Refactor iommu_dma_freeRobin Murphy2019-05-271-40/+33Star
* iommu/dma: Remove __iommu_dma_freeChristoph Hellwig2019-05-271-19/+2Star
* iommu/dma: Refactor the page array remapping allocatorChristoph Hellwig2019-05-271-28/+26Star
* iommu/dma: Factor out remapped pages lookupRobin Murphy2019-05-271-12/+20
* iommu/dma: Squash __iommu_dma_{map,unmap}_page helpersRobin Murphy2019-05-271-18/+7Star
* iommu/dma: Move domain lookup into __iommu_dma_{map,unmap}Robin Murphy2019-05-271-15/+14Star
* iommu/dma: Move __iommu_dma_mapChristoph Hellwig2019-05-271-23/+23
* iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig2019-05-274-457/+378Star
* iommu/dma: Use for_each_sg in iommu_dma_allocChristoph Hellwig2019-05-271-9/+5Star
* iommu/dma: Remove the flush_page callbackChristoph Hellwig2019-05-273-14/+5Star
* iommu/dma: Cleanup dma-iommu.hChristoph Hellwig2019-05-271-4/+2Star
* Linux 5.2-rc2Linus Torvalds2019-05-271-2/+2
* Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
|\
| * tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-263-10/+20
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-2644-303/+399
|\ \
| * | KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-05-241-1/+1
| * | tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-05-242-4/+14
| * | KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-242-0/+4
| * | kvm: selftests: aarch64: compile with warnings onAndrew Jones2019-05-241-4/+5
| * | kvm: selftests: aarch64: fix default vm modeAndrew Jones2019-05-241-1/+1
| * | kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones2019-05-241-1/+1
| * | KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
| * | KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini2019-05-241-5/+8
| * | KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-244-13/+15
| * | x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov2019-05-241-1/+1
| * | KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-242-8/+27
| * | kvm: Check irqchip mode before assign irqfdPeter Xu2019-05-243-0/+17
| * | kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-241-1/+5
| * | KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini2019-05-241-24/+30
| * | KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth2019-05-241-3/+0Star
| * | KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspaceWanpeng Li2019-05-241-0/+18
| * | KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflowWanpeng Li2019-05-241-1/+1
| * | kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang2019-05-241-0/+1
| * | KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li2019-05-241-2/+2
| * | kvm: fix compilation on s390Paolo Bonzini2019-05-241-0/+2
| * | kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson2019-05-241-0/+1
| * | kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson2019-05-241-4/+3Star