summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Merge branches 'arm/smmu', 'core', 'x86/vt-d', 'arm/shmobile', 'x86/amd', 'pp...Joerg Roedel162-937/+1688
2014-01-09iommu/vt-d: Fix signedness bug in alloc_irte()Dan Carpenter1-6/+1
2014-01-09iommu/vt-d: free all resources if failed to initialize DMARsJiang Liu1-32/+49
2014-01-09iommu/vt-d, trivial: clean sparse warningsJiang Liu3-6/+6
2014-01-09iommu/vt-d: fix wrong return value of dmar_table_init()Jiang Liu1-15/+14
2014-01-09iommu/vt-d: release invalidation queue when destroying IOMMU unitJiang Liu1-0/+6
2014-01-09iommu/vt-d: fix access after free issue in function free_dmar_iommu()Jiang Liu1-3/+4
2014-01-09iommu/vt-d: keep shared resources when failed to initialize iommu devicesJiang Liu4-31/+43
2014-01-09iommu/vt-d: fix invalid memory access when freeing DMAR irqJiang Liu1-1/+1
2014-01-09iommu/vt-d, trivial: simplify code with existing macrosJiang Liu4-68/+29
2014-01-09iommu/vt-d, trivial: use defined macro instead of hardcodingJiang Liu1-1/+1
2014-01-09iommu/vt-d: mark internal functions as staticJiang Liu4-6/+8
2014-01-09iommu/vt-d, trivial: clean up unused codeJiang Liu2-27/+0
2014-01-09iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()Jiang Liu2-8/+2
2014-01-09iommu/vt-d, trivial: print correct domain id of static identity domainJiang Liu1-2/+2
2014-01-09iommu/vt-d, trivial: refine support of 64bit guest addressJiang Liu1-6/+5
2014-01-09iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()Jiang Liu1-4/+8
2014-01-09iommu/vt-d: fix a race window in allocating domain ID for virtual machinesJiang Liu1-2/+2
2014-01-09iommu/vt-d: fix PCI device reference leakage on error recovery pathJiang Liu2-4/+15
2014-01-08drm/msm: Fix link error with !MSM_IOMMUJoerg Roedel1-0/+1
2014-01-07iommu/vt-d: use dedicated bitmap to track remapping entry allocation statusJiang Liu2-29/+27
2014-01-07iommu/shmobile: Turn the flush_lock mutex into a spinlockLaurent Pinchart2-6/+6
2014-01-07iommu/shmobile: Allocate archdata with kzalloc()Laurent Pinchart1-2/+1
2014-01-07iommu: Rename domain_has_cap to iommu_domain_has_capUpinder Malhi (umalhi)1-2/+2
2014-01-07iommu/fsl_pamu: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-3/+3
2014-01-07iommu/vt-d: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2014-01-07iommu/amd: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-2/+2
2014-01-07iommu: add missing includeBrian Norris1-0/+1
2014-01-07iommu: shmobile: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-0/+1
2014-01-05Linux 3.13-rc7v3.13-rc7Linus Torvalds1-1/+1
2014-01-04Merge tag 'for-v3.13-fixes' of git://git.infradead.org/battery-2.6Linus Torvalds2-6/+7
2014-01-04Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-33/+108
2014-01-03Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+5
2014-01-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds9-24/+66
2014-01-03epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron1-4/+0
2014-01-03sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms...Nobuhiro Iwamatsu1-0/+5
2014-01-03drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu1-1/+10
2014-01-03mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi1-0/+10
2014-01-03MAINTAINERS: set up proper record for Xilinx ZynqMichal Simek1-0/+3
2014-01-03mm: remove bogus warning in copy_huge_pmd()Mel Gorman1-3/+0
2014-01-03memcg: fix memcg_size() calculationVladimir Davydov1-1/+1
2014-01-03mm: fix use-after-free in sys_remap_file_pagesRik van Riel1-3/+5
2014-01-03mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka1-5/+10
2014-01-03mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka1-7/+22
2014-01-03Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Linus Torvalds6-5/+58
2014-01-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-11/+22
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2014-01-02GFS2: Fix unsafe dereference in dump_holder()Tetsuo Handa1-0/+2
2014-01-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds9-49/+80
2014-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+1