summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-05-17drm/tegra: Move fbdev unmap special caseDaniel Stone-6/+11
2018-05-17drm/tegra: tegra_fb -> drm_framebufferDaniel Stone-25/+15
2018-05-17drm/tegra: Move GEM BOs to drm_framebufferDaniel Stone-30/+8
2018-05-17drm/tegra: Remove duplicate framebuffer num_planesDaniel Stone-5/+2
2018-05-17drm/tegra: Adding new typedef vm_fault_tSouptick Joarder-16/+2
2018-05-17gpu: host1x: Acquire a reference to the IOVA cacheThierry Reding-1/+10
2018-05-17drm/tegra: Acquire a reference to the IOVA cacheThierry Reding-1/+9
2018-05-17drm/tegra: Fix order of teardown in IOMMU caseThierry Reding-4/+4
2018-05-17gpu: host1x: Fix dma_free_wc() argument in the error pathDmitry Osipenko-1/+1
2018-05-17drm/tegra: dc: Rename supports_blending to has_legacy_blendingDmitry Osipenko-11/+11
2018-05-17drm/tegra: plane: Implement zpos plane property for older TegrasDmitry Osipenko-96/+244
2018-05-17drm/tegra: dc: Enable plane scaling filtersDmitry Osipenko-0/+88
2018-05-17drm/tegra: Refactor IOMMU attach/detachThierry Reding-83/+72
2018-05-17drm/tegra: gr3d: Properly clean up resourcesThierry Reding-6/+22
2018-05-04drm/tegra: gr2d: Properly clean up resourcesThierry Reding-6/+22
2018-05-04drm/tegra: dc: Free syncpoint on errorsThierry Reding-0/+2
2018-05-04drm/tegra: gr3d: Add IOMMU supportDmitry Osipenko-0/+27
2018-05-04drm/tegra: gr2d: Add IOMMU supportDmitry Osipenko-2/+29
2018-05-04drm/tegra: dc: Balance IOMMU group refcountingDmitry Osipenko-17/+16
2018-05-04drm/tegra: hub: Use state directlyStefan Schake-1/+1
2018-04-15Linux 4.17-rc1v4.17-rc1Linus Torvalds-2/+2
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1234/+277
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-71/+240
2018-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-82/+109
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-5164/+316
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-802/+1150
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-105/+329
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+22
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-187/+629
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+6
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-56/+106
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds-2/+0
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-40/+63
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-654/+681
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo-4/+28
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo-32/+31
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo-34/+13
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo-22/+12
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo-46/+30
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo-97/+103
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo-61/+71
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo-16/+22
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo-8/+13
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo-14/+0
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro-188/+201
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()AKASHI Takahiro-11/+7
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferAKASHI Takahiro-51/+31
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()AKASHI Takahiro-12/+12
2018-04-13x86: kexec_file: purge system-ram walking from prepare_elf64_headers()AKASHI Takahiro-63/+58