aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-30net: sgi: ioc3-eth: split ring cleaning/freeing and allocationThomas Bogendoerfer1-15/+13
2019-08-30net: sgi: ioc3-eth: introduce chip start functionThomas Bogendoerfer1-20/+29
2019-08-30net: sgi: ioc3-eth: separate tx and rx ring handlingThomas Bogendoerfer1-12/+8
2019-08-30net: sgi: ioc3-eth: get rid of ioc3_clean_rx_ring()Thomas Bogendoerfer1-21/+1
2019-08-30net: sgi: ioc3-eth: allocate space for desc rings only onceThomas Bogendoerfer1-53/+52
2019-08-30net: sgi: ioc3-eth: use defines for constants dealing with desc ringsThomas Bogendoerfer1-18/+24
2019-08-30net: sgi: ioc3-eth: remove checkpatch errors/warningThomas Bogendoerfer1-145/+130
2019-08-30MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer1-232/+184
2019-08-30drm/amdgpu: Move null pointer dereference checkAustin Kim1-2/+3
2019-08-30drm/amdgpu: Fix undefined dm_ip_block for navi12Petr Cvek1-0/+2
2019-08-30drm/amdgpu: fix no interrupt issue for renoir emu (v2)Aaron Liu1-8/+10
2019-08-30drm/amdgpu: update IH_CHICKEN in oss 4.0 IP header for VG/RV seriesAaron Liu1-0/+4
2019-08-30drm/amd/powerplay: SMU_MSG_OverridePcieParameters is unsupport for APUAaron Liu1-0/+3
2019-08-30ahci: Do not export local variable ahci_em_messagesAndy Shevchenko1-1/+0
2019-08-30drm/amdgpu: Handle job is NULL use case in amdgpu_device_gpu_recoverAndrey Grodzovsky1-6/+4
2019-08-30wimax/i2400m: remove debug containing bogus calculation of indexColin Ian King1-7/+2
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski7-14/+1
2019-08-30PCI: OF: Correct of_irq_parse_pci() documentationLubomir Rintel1-1/+1
2019-08-30PCI: Fix typos and whitespace errorsBjorn Helgaas2-2/+1
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-26/+68
2019-08-30media: sun4i: Make sun4i_csi_formats staticMaxime Ripard1-1/+1
2019-08-30Merge tag 'common/for-v5.4-rc1/cpu-topology' into for-v5.4-rc1-branchPaul Walmsley2-1/+299
2019-08-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+20
2019-08-30Merge tag 'ceph-for-5.3-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+11
2019-08-30Merge tag 'mmc-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-5/+49
2019-08-30Merge tag 'drm-fixes-2019-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-47/+161
2019-08-30drm/panfrost: Remove unnecessary hwaccess_lock spin_lockRob Herring3-7/+0
2019-08-30drm/panfrost: Flush and disable address space when freeing page tablesRob Herring1-7/+9
2019-08-30drm/panfrost: Add cache/TLB flush before switching address spaceRob Herring1-0/+2
2019-08-30drm/panfrost: Split mmu_hw_do_operation into locked and unlocked versionRob Herring1-13/+13
2019-08-30drm/panfrost: Rework page table flushing and runtime PM interactionRob Herring1-20/+18
2019-08-30drm/panfrost: Remove unnecessary mmu->lock mutexRob Herring2-10/+0
2019-08-30drm/panfrost: Hold runtime PM reference until jobs completeRob Herring1-11/+28
2019-08-30drm/panfrost: Rework runtime PM initializationRob Herring2-13/+6
2019-08-30iommu/qcom: Use struct_size() helperGustavo A. R. Silva1-4/+3
2019-08-30iommu: Remove wrong default domain commentsTom Murphy1-3/+1
2019-08-30Revert "iommu/vt-d: Avoid duplicated pci dma alias consideration"Lu Baolu1-2/+53
2019-08-30irqchip/mmp: Coexist with GIC root IRQ controllerLubomir Rintel1-1/+6
2019-08-30irqchip/mmp: Mask off interrupts from other coresAndres Salomon1-0/+48
2019-08-30irqchip/mmp: Add missing chained_irq_{enter,exit}()Lubomir Rintel1-1/+8
2019-08-30irqchip/mmp: Do not use of_address_to_resource() to get mux regsLubomir Rintel1-9/+13
2019-08-30iommu/dma: Fix for dereferencing before null checkingYunsheng Lin1-1/+3
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel26-1003/+1829
2019-08-30irqchip/meson-gpio: Add support for meson sm1 SoCsJerome Brunet1-14/+38
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu4-10/+10
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu3-27/+2
2019-08-30iommu/mediatek: Fix VLD_PA_RNG register backup when suspendYong Wu2-0/+3
2019-08-30memory: mtk-smi: Add bus_sel for mt8183Yong Wu1-2/+22
2019-08-30memory: mtk-smi: Invoke pm runtime_callback to enable clocksYong Wu1-41/+72
2019-08-30iommu/mediatek: Add mmu1 supportYong Wu1-17/+29