summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-16iommu/arm-smmu: Refactor mmu-masters handlingRobin Murphy1-269/+101
2016-09-16iommu/arm-smmu: Keep track of S2CR stateRobin Murphy1-66/+93
2016-09-16iommu/arm-smmu: Consolidate stream map entry stateRobin Murphy1-61/+86
2016-09-16iommu/arm-smmu: Handle stream IDs more dynamicallyRobin Murphy1-21/+22
2016-09-16iommu/arm-smmu: Set PRIVCFG in stage 1 STEsRobin Murphy1-1/+6
2016-09-16iommu/arm-smmu: Support non-PCI devices with SMMUv3Robin Murphy2-7/+32
2016-09-16iommu/arm-smmu: Implement of_xlate() for SMMUv3Robin Murphy1-170/+128
2016-09-16iommu/arm-smmu: Fall back to global bypassRobin Murphy1-4/+44
2016-09-16iommu: Introduce iommu_fwspecRobin Murphy2-2/+64
2016-09-16iommu/of: Handle iommu-map property for PCIRobin Murphy1-5/+41
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy2-74/+106
2016-09-16iommu/arm-smmu: Disable interrupts whilst holding the cmdq lockWill Deacon1-2/+3
2016-09-16iommu/arm-smmu: Fix polling of command queueJean-Philippe Brucker1-19/+9
2016-09-16iommu/arm-smmu: Support v7s context formatRobin Murphy1-22/+47
2016-09-16iommu/arm-smmu: Fix event queues synchronizationJean-Philippe Brucker1-84/+66
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachPeng Fan1-4/+0
2016-08-29Merge tag 'drm-fixes-for-4.8-rc4' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-71/+422
2016-08-28drm/atomic: Don't potentially reset color_mgmt_changed on successive property...Mario Kleiner1-3/+3
2016-08-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-7/+36
2016-08-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-5/+20
2016-08-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+3
2016-08-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds31-136/+181
2016-08-27Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-16/+22
2016-08-27Merge tag 'iommu-fixes-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-30/+15
2016-08-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-68/+97
2016-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-4/+5
2016-08-27Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+10
2016-08-27dax: fix device-dax region baseDan Williams1-0/+3
2016-08-26clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe fun...Chen-Yu Tsai1-1/+8
2016-08-26drivers/clocksource/pistachio: Fix memory corruption in initMarcin Nowakowski1-4/+4
2016-08-26clocksource/drivers/timer-atmel-pit: Enable mck clockAlexandre Belloni1-0/+6
2016-08-25mmc: fix use-after-free of struct requestAdrian Hunter2-3/+5
2016-08-25Merge tag 'drm-intel-fixes-2016-08-25' of git://anongit.freedesktop.org/drm-i...Dave Airlie7-22/+309
2016-08-25drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter2-0/+8
2016-08-25Merge branch 'misc-fixes' into k.o/for-4.8-rcDoug Ledford1-21/+1
2016-08-25i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova1-21/+1
2016-08-25Revert "floppy: refactor open() flags handling"Jens Axboe1-19/+15
2016-08-25Revert "floppy: fix open(O_ACCMODE) for ioctl-only open"Jens Axboe1-9/+12
2016-08-25Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds3-9/+17
2016-08-25Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-7/+32
2016-08-25Merge tag 'drm/tegra/for-4.8-rc4' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2-39/+67
2016-08-25dm log: fix unitialized bio operation flagsHeinz Mauelshagen1-5/+6
2016-08-25dm flakey: fix reads to be issued if drop_writes configuredMike Snitzer1-11/+16
2016-08-24IB/srpt: Update sport->port_guid with each port refreshDoug Ledford1-4/+5
2016-08-24drm/amdgpu: skip TV/CV in display parsingAlex Deucher1-0/+7
2016-08-24Merge tag 'for-linus-4.8b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2016-08-24drm/amdgpu: avoid a possible array overflowAlex Deucher1-0/+6
2016-08-24xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-08-24RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier3-13/+17
2016-08-24i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1