summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-087-24/+21
|\
| * parisc: Use platform_device_register_simple("rtc-generic")Helge Deller2015-09-081-10/+4
| * parisc: Drop CONFIG_SMP around update_cr16_clocksource()Helge Deller2015-09-081-7/+0
| * parisc: Use double word condition in 64bit CAS operationJohn David Anglin2015-09-081-1/+1
| * parisc: Filter out spurious interrupts in PA-RISC irq handlerHelge Deller2015-09-081-2/+7
| * parisc: Additionally check for in_atomic() in page fault handlerHelge Deller2015-09-081-1/+1
| * PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller2015-09-082-3/+6
| * parisc: Define ioremap_uc and ioremap_wcGuenter Roeck2015-09-081-0/+2
* | Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-089-19/+481
|\ \
| * | selftests/zram: Makefile fixNaresh Kamboju2015-09-011-3/+0
| * | selftests/zram: must be run as rootNaresh Kamboju2015-09-014-0/+24
| * | selftests: breakpoints: fix installing error on the architecture except x86Bamvor Jian Zhang2015-08-271-13/+3
| * | selftests: check before installBamvor Jian Zhang2015-08-272-6/+8
| * | selftests/zram: Adding zram testsNaresh Kamboju2015-08-277-0/+449
* | | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-09-0829-974/+942
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------------. \ \ Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x...Joerg Roedel2015-08-2530-975/+943
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | of: iommu: Silence misleading warningRobin Murphy2015-08-031-3/+5
| | | | | | | | * | | | iommu/fsl: Really fix init section(s) contentEmil Medve2015-08-181-13/+13
| | | | | | | * | | | | iommu/amd: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-132-4/+4
| | | | | | | * | | | | iommu/amd: Make a symbol staticJoerg Roedel2015-08-131-1/+1
| | | | | | | * | | | | iommu/amd: Simplify allocation in irq_remapping_alloc()Joerg Roedel2015-08-131-11/+6
| | | | | | * | | | | | iommu/vt-d: Really use upper context table when necessaryJoerg Roedel2015-08-251-1/+1
| | | | | | * | | | | | x86/vt-d: Fix documentation of DRHDXiao, Nan2015-08-251-1/+1
| | | | | | * | | | | | iommu/vt-d: Access iomem correctlyJoerg Roedel2015-08-132-8/+11
| | | | | | * | | | | | iommu/vt-d: Make two functions staticJoerg Roedel2015-08-131-4/+4
| | | | | | * | | | | | iommu/vt-d: Use BUG_ON instead of if () BUG()Joerg Roedel2015-08-131-2/+1
| | | | | | * | | | | | iommu/vt-d: Return false instead of 0 in irq_remapping_cap()Joerg Roedel2015-08-131-1/+1
| | | | | | * | | | | | iommu/vt-d: Avoid duplicate device_domain_info structuresJoerg Roedel2015-08-121-3/+7
| | | | | | * | | | | | iommu/vt-d: Only insert alias dev_info if there is an aliasJoerg Roedel2015-08-121-2/+4
| | | | | | * | | | | | iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_infoJoerg Roedel2015-08-121-18/+15
| | | | | | * | | | | | iommu/vt-d: Remove dmar_global_lock from device_notifierJoerg Roedel2015-08-121-2/+0
| | | | | | * | | | | | iommu/vt-d: Get rid of domain->iommu_lockJoerg Roedel2015-08-121-38/+49
| | | | | | * | | | | | iommu/vt-d: Only call domain_remove_one_dev_info to detach old domainJoerg Roedel2015-08-121-4/+1
| | | | | | * | | | | | iommu/vt-d: Unify domain->iommu attach/detachmentJoerg Roedel2015-08-121-76/+49
| | | | | | * | | | | | iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_infoJoerg Roedel2015-08-121-17/+11
| | | | | | * | | | | | iommu/vt-d: Pass an iommu pointer to domain_init()Joerg Roedel2015-08-121-4/+3
| | | | | | * | | | | | iommu/vt-d: Rename iommu_detach_dependent_devices()Joerg Roedel2015-08-121-10/+8
| | | | | | * | | | | | iommu/vt-d: Rename domain_remove_one_dev_info()Joerg Roedel2015-08-121-11/+11
| | | | | | * | | | | | iommu/vt-d: Rename dmar_insert_dev_info()Joerg Roedel2015-08-121-8/+8
| | | | | | * | | | | | iommu/vt-d: Move context-mapping into dmar_insert_dev_infoJoerg Roedel2015-08-121-25/+8
| | | | | | * | | | | | iommu/vt-d: Simplify domain_remove_dev_info()Joerg Roedel2015-08-121-18/+2
| | | | | | * | | | | | iommu/vt-d: Simplify domain_remove_one_dev_info()Joerg Roedel2015-08-121-34/+16
| | | | | | * | | | | | iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmapJoerg Roedel2015-08-121-12/+3
| | | | | | * | | | | | iommu/vt-d: Replace iommu_bmp with a refcountJoerg Roedel2015-08-121-37/+45
| | | | | | * | | | | | iommu/vt-d: Kill dmar_domain->idJoerg Roedel2015-08-121-9/+2
| | | | | | * | | | | | iommu/vt-d: Don't pre-allocate domain ids for si_domainJoerg Roedel2015-08-121-27/+1
| | | | | | * | | | | | iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psiJoerg Roedel2015-08-121-18/+24
| | | | | | * | | | | | iommu/vt-d: Simplify domain_context_mapping_oneJoerg Roedel2015-08-121-34/+26
| | | | | | * | | | | | iommu/vt-d: Calculate translation in domain_context_mapping_oneJoerg Roedel2015-08-121-26/+23
| | | | | | * | | | | | iommu/vt-d: Get rid of iommu_attach_vm_domain()Joerg Roedel2015-08-121-16/+10
OpenPOWER on IntegriCloud