| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-06-24 | 21 | -190/+141 |
|\ |
|
| * | s390/pci: improve handling of hotplug event 0x301 | Sebastian Ott | 2015-06-18 | 1 | -1/+7 |
| * | s390/setup: fix DMA_API_DEBUG warnings | Sebastian Ott | 2015-06-18 | 1 | -4/+9 |
| * | s390/zcrypt: remove obsolete __constant | Vaishali Thakkar | 2015-06-18 | 1 | -4/+4 |
| * | s390/keyboard: avoid off-by-one when using strnlen_user() | Jan Kara | 2015-06-15 | 1 | -5/+8 |
| * | s390/sclp: pass timeout as HZ independent value | Nicholas Mc Guire | 2015-06-15 | 1 | -2/+1 |
| * | s390/mm: s/specifiation/specification/, s/an specification/a specification/ | Geert Uytterhoeven | 2015-06-15 | 1 | -2/+2 |
| * | s390/sclp: Use DECLARE_BITMAP | Joe Perches | 2015-06-15 | 1 | -1/+1 |
| * | s390/dasd: Enable automatic loading of dasd_diag_mod | Peter Oberparleiter | 2015-05-13 | 1 | -0/+17 |
| * | s390/sclp: move sclp_facilities into "struct sclp" | David Hildenbrand | 2015-05-13 | 5 | -11/+9 |
| * | s390/sclp: get rid of sclp_get_mtid() and sclp_get_mtid_max() | David Hildenbrand | 2015-05-13 | 3 | -16/+3 |
| * | s390/sclp: unify basic sclp access by exposing "struct sclp" | David Hildenbrand | 2015-05-13 | 14 | -143/+79 |
| * | s390/sclp: prepare smp_fill_possible_mask for global "struct sclp" | David Hildenbrand | 2015-05-13 | 1 | -4/+4 |
* | | Merge tag 'microblaze-4.2-rc1' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2015-06-24 | 4 | -18/+4 |
|\ \ |
|
| * | | microblaze/PCI: Remove unnecessary struct pci_dev declaration | Bjorn Helgaas | 2015-06-08 | 1 | -2/+0 |
| * | | microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration | Bjorn Helgaas | 2015-06-08 | 1 | -3/+0 |
| * | | microblaze/PCI: Remove unused declarations | Bjorn Helgaas | 2015-06-08 | 1 | -12/+0 |
| * | | microblaze: Label local function static | Michal Simek | 2015-06-08 | 2 | -1/+2 |
| * | | microblaze: Add missing release version code | Michal Simek | 2015-06-08 | 1 | -0/+2 |
* | | | Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-06-24 | 20 | -956/+4184 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---------. \ \ | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'x86/vt-d', 'x86/amd... | Joerg Roedel | 2015-06-19 | 1078 | -8689/+15514 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | * | | | iommu: Fix checkpatch warnings for Missing a blank line after declarations | Robert Callicotte | 2015-05-05 | 1 | -0/+4 |
| | | | | | * | | | | iommu/amd: Handle errors returned from iommu_init_device | Joerg Roedel | 2015-06-11 | 1 | -2/+9 |
| | | | | | * | | | | iommu: Checking for NULL instead of IS_ERR | Dan Carpenter | 2015-06-11 | 1 | -11/+12 |
| | | | | | * | | | | iommu/amd: Propagate errors from amd_iommu_init_api | Joerg Roedel | 2015-06-11 | 3 | -5/+6 |
| | | | | | * | | | | iommu/amd: Remove unused fields from struct dma_ops_domain | Joerg Roedel | 2015-06-11 | 2 | -9/+0 |
| | | | | | * | | | | iommu/amd: Get rid of device_dma_ops_init() | Joerg Roedel | 2015-06-11 | 1 | -39/+1 |
| | | | | | * | | | | iommu/amd: Put IOMMUv2 devices in a direct mapped domain | Joerg Roedel | 2015-06-11 | 1 | -1/+14 |
| | | | | | * | | | | iommu/amd: Support IOMMU_DOMAIN_IDENTITY type allocation | Joerg Roedel | 2015-06-11 | 1 | -0/+7 |
| | | | | | * | | | | iommu/amd: Support IOMMU_DOMAIN_DMA type allocation | Joerg Roedel | 2015-06-11 | 2 | -241/+73 |
| | | | | | * | | | | iommu/amd: Implement add_device and remove_device | Joerg Roedel | 2015-06-11 | 2 | -178/+63 |
| | | | | | * | | | | iommu/amd: Use default domain if available for DMA-API | Joerg Roedel | 2015-06-11 | 1 | -0/+7 |
| | | | | | * | | | | iommu/amd: Implement dm_region call-backs | Joerg Roedel | 2015-06-11 | 1 | -0/+43 |
| | | | | | * | | | | iommu: Introduce iommu_request_dm_for_dev() | Joerg Roedel | 2015-06-11 | 2 | -0/+59 |
| | | | | | * | | | | iommu: Add function to query the default domain of a group | Joerg Roedel | 2015-06-09 | 2 | -0/+6 |
| | | | | | * | | | | iommu: Create direct mappings in default domains | Joerg Roedel | 2015-06-09 | 1 | -0/+48 |
| | | | | | * | | | | iommu: Introduce direct mapped region handling | Joerg Roedel | 2015-06-09 | 2 | -0/+47 |
| | | | | | * | | | | iommu: Add iommu_get_domain_for_dev function | Joerg Roedel | 2015-06-09 | 2 | -0/+24 |
| | | | | | * | | | | iommu: Make sure a device is always attached to a domain | Joerg Roedel | 2015-06-09 | 1 | -8/+76 |
| | | | | | * | | | | iommu: Limit iommu_attach/detach_device to devices with their own group | Joerg Roedel | 2015-06-09 | 1 | -4/+67 |
| | | | | | * | | | | iommu: Allocate a default domain for iommu groups | Joerg Roedel | 2015-06-09 | 1 | -4/+27 |
| | | | | | * | | | | iommu: Call remove_device call-back after driver release | Joerg Roedel | 2015-06-05 | 1 | -1/+1 |
| | | | | | * | | | | iommu: Clean up after a failed bus initialization | Joerg Roedel | 2015-06-05 | 1 | -9/+26 |
| | | | | | * | | | | iommu: Propagate error in add_iommu_group | Joerg Roedel | 2015-06-05 | 1 | -3/+1 |
| | | | | | * | | | | iommu: Add a few printk messages to group handling code | Joerg Roedel | 2015-06-05 | 1 | -0/+9 |
| | | | | | * | | | | iommu: Remove function name from pr_fmt() | Joerg Roedel | 2015-06-05 | 1 | -1/+1 |
| | | | | * | | | | | iommu/amd: Handle large pages correctly in free_pagetable | Joerg Roedel | 2015-06-19 | 1 | -0/+6 |
| | | | | * | | | | | iommu/amd: Handle integer overflow in dma_ops_area_alloc | Joerg Roedel | 2015-05-29 | 1 | -3/+5 |
| | | | * | | | | | | iommu/vt-d: Don't disable IR when it was previously enabled | Joerg Roedel | 2015-06-16 | 1 | -4/+2 |
| | | | * | | | | | | iommu/vt-d: Make sure copied over IR entries are not reused | Joerg Roedel | 2015-06-16 | 1 | -0/+10 |