Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-09-08 | 4 | -17/+27 | |
|\ | ||||||
| * | zram: unify error reporting | Sergey Senozhatsky | 2015-09-08 | 1 | -7/+8 | |
| * | zsmalloc: account the number of compacted pages | Sergey Senozhatsky | 2015-09-08 | 1 | -1/+1 | |
| * | zsmalloc/zram: introduce zs_pool_stats api | Sergey Senozhatsky | 2015-09-08 | 2 | -7/+9 | |
| * | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka | 2015-09-08 | 1 | -1/+1 | |
| * | mm, oom: pass an oom order of -1 when triggered by sysrq | David Rientjes | 2015-09-08 | 1 | -2/+1 | |
| * | mm, oom: organize oom context into struct | David Rientjes | 2015-09-08 | 1 | -2/+10 | |
* | | Merge branch 'parisc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-08 | 2 | -3/+6 | |
|\ \ | ||||||
| * | | PCI,parisc: Enable 64-bit bus addresses on PA-RISC | Helge Deller | 2015-09-08 | 2 | -3/+6 | |
| |/ | ||||||
* | | Merge tag 'iommu-updates-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-09-08 | 25 | -966/+928 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *-------------. \ | Merge branches 'arm/omap', 'arm/msm', 'arm/smmu', 'arm/tegra', 'x86/vt-d', 'x... | Joerg Roedel | 2015-08-25 | 25 | -966/+928 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * | | of: iommu: Silence misleading warning | Robin Murphy | 2015-08-03 | 1 | -3/+5 | |
| | | | | | | | * | | | iommu/fsl: Really fix init section(s) content | Emil Medve | 2015-08-18 | 1 | -13/+13 | |
| | | | | | | * | | | | iommu/amd: Use BUG_ON instead of if () BUG() | Joerg Roedel | 2015-08-13 | 2 | -4/+4 | |
| | | | | | | * | | | | iommu/amd: Make a symbol static | Joerg Roedel | 2015-08-13 | 1 | -1/+1 | |
| | | | | | | * | | | | iommu/amd: Simplify allocation in irq_remapping_alloc() | Joerg Roedel | 2015-08-13 | 1 | -11/+6 | |
| | | | | | * | | | | | iommu/vt-d: Really use upper context table when necessary | Joerg Roedel | 2015-08-25 | 1 | -1/+1 | |
| | | | | | * | | | | | iommu/vt-d: Access iomem correctly | Joerg Roedel | 2015-08-13 | 2 | -8/+11 | |
| | | | | | * | | | | | iommu/vt-d: Make two functions static | Joerg Roedel | 2015-08-13 | 1 | -4/+4 | |
| | | | | | * | | | | | iommu/vt-d: Use BUG_ON instead of if () BUG() | Joerg Roedel | 2015-08-13 | 1 | -2/+1 | |
| | | | | | * | | | | | iommu/vt-d: Return false instead of 0 in irq_remapping_cap() | Joerg Roedel | 2015-08-13 | 1 | -1/+1 | |
| | | | | | * | | | | | iommu/vt-d: Avoid duplicate device_domain_info structures | Joerg Roedel | 2015-08-12 | 1 | -3/+7 | |
| | | | | | * | | | | | iommu/vt-d: Only insert alias dev_info if there is an alias | Joerg Roedel | 2015-08-12 | 1 | -2/+4 | |
| | | | | | * | | | | | iommu/vt-d: Pass device_domain_info to __dmar_remove_one_dev_info | Joerg Roedel | 2015-08-12 | 1 | -18/+15 | |
| | | | | | * | | | | | iommu/vt-d: Remove dmar_global_lock from device_notifier | Joerg Roedel | 2015-08-12 | 1 | -2/+0 | |
| | | | | | * | | | | | iommu/vt-d: Get rid of domain->iommu_lock | Joerg Roedel | 2015-08-12 | 1 | -38/+49 | |
| | | | | | * | | | | | iommu/vt-d: Only call domain_remove_one_dev_info to detach old domain | Joerg Roedel | 2015-08-12 | 1 | -4/+1 | |
| | | | | | * | | | | | iommu/vt-d: Unify domain->iommu attach/detachment | Joerg Roedel | 2015-08-12 | 1 | -76/+49 | |
| | | | | | * | | | | | iommu/vt-d: Establish domain<->iommu link in dmar_insert_one_dev_info | Joerg Roedel | 2015-08-12 | 1 | -17/+11 | |
| | | | | | * | | | | | iommu/vt-d: Pass an iommu pointer to domain_init() | Joerg Roedel | 2015-08-12 | 1 | -4/+3 | |
| | | | | | * | | | | | iommu/vt-d: Rename iommu_detach_dependent_devices() | Joerg Roedel | 2015-08-12 | 1 | -10/+8 | |
| | | | | | * | | | | | iommu/vt-d: Rename domain_remove_one_dev_info() | Joerg Roedel | 2015-08-12 | 1 | -11/+11 | |
| | | | | | * | | | | | iommu/vt-d: Rename dmar_insert_dev_info() | Joerg Roedel | 2015-08-12 | 1 | -8/+8 | |
| | | | | | * | | | | | iommu/vt-d: Move context-mapping into dmar_insert_dev_info | Joerg Roedel | 2015-08-12 | 1 | -25/+8 | |
| | | | | | * | | | | | iommu/vt-d: Simplify domain_remove_dev_info() | Joerg Roedel | 2015-08-12 | 1 | -18/+2 | |
| | | | | | * | | | | | iommu/vt-d: Simplify domain_remove_one_dev_info() | Joerg Roedel | 2015-08-12 | 1 | -34/+16 | |
| | | | | | * | | | | | iommu/vt-d: Simplify io/tlb flushing in intel_iommu_unmap | Joerg Roedel | 2015-08-12 | 1 | -12/+3 | |
| | | | | | * | | | | | iommu/vt-d: Replace iommu_bmp with a refcount | Joerg Roedel | 2015-08-12 | 1 | -37/+45 | |
| | | | | | * | | | | | iommu/vt-d: Kill dmar_domain->id | Joerg Roedel | 2015-08-12 | 1 | -9/+2 | |
| | | | | | * | | | | | iommu/vt-d: Don't pre-allocate domain ids for si_domain | Joerg Roedel | 2015-08-12 | 1 | -27/+1 | |
| | | | | | * | | | | | iommu/vt-d: Pass dmar_domain directly into iommu_flush_iotlb_psi | Joerg Roedel | 2015-08-12 | 1 | -18/+24 | |
| | | | | | * | | | | | iommu/vt-d: Simplify domain_context_mapping_one | Joerg Roedel | 2015-08-12 | 1 | -34/+26 | |
| | | | | | * | | | | | iommu/vt-d: Calculate translation in domain_context_mapping_one | Joerg Roedel | 2015-08-12 | 1 | -26/+23 | |
| | | | | | * | | | | | iommu/vt-d: Get rid of iommu_attach_vm_domain() | Joerg Roedel | 2015-08-12 | 1 | -16/+10 | |
| | | | | | * | | | | | iommu/vt-d: Split up iommu->domains array | Joerg Roedel | 2015-08-12 | 1 | -11/+43 | |
| | | | | | * | | | | | iommu/vt-d: Add access functions for iommu->domains | Joerg Roedel | 2015-08-12 | 1 | -5/+17 | |
| | | | | | * | | | | | iommu/vt-d: Keep track of per-iommu domain ids | Joerg Roedel | 2015-08-12 | 1 | -25/+29 | |
| | | | | | * | | | | | iommu/vt-d: Report domain usage in sysfs | Alex Williamson | 2015-08-03 | 1 | -0/+21 | |
| | | | | | * | | | | | iommu/vt-d: Fix leaked ioremap mapping | Dan Williams | 2015-08-03 | 1 | -0/+2 | |
| | | | | | * | | | | | iommu/vt-d: Avoid format string leaks into iommu_device_create | Kees Cook | 2015-08-03 | 2 | -2/+2 | |
| | | | | | | |_|/ / | | | | | | |/| | | |