Age | Commit message (Expand) | Author |
2018-07-09 | gpu: host1x: Check whether size of unpin isn't 0 | Dmitry Osipenko |
2018-07-09 | gpu: host1x: Skip IOMMU initialization if firewall is enabled | Dmitry Osipenko |
2018-06-06 | Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2018-05-18 | gpu: host1x: Use not explicitly sized types | Thierry Reding |
2018-05-18 | gpu: host1x: Rename relocarray -> relocs for consistency | Thierry Reding |
2018-05-18 | gpu: host1x: Drop unnecessary host1x argument | Thierry Reding |
2018-05-18 | gpu: host1x: Cleanup loop variable usage | Thierry Reding |
2018-05-18 | gpu: host1x: Store pointer to client in jobs | Thierry Reding |
2018-05-18 | gpu: host1x: Remove wait check support | Thierry Reding |
2018-05-18 | gpu: host1x: Fix compiler errors by converting to dma_addr_t | Emil Goode |
2018-05-17 | gpu: host1x: Acquire a reference to the IOVA cache | Thierry Reding |
2018-05-17 | gpu: host1x: Fix dma_free_wc() argument in the error path | Dmitry Osipenko |
2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig |
2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta |
2017-12-21 | gpu: host1x: Use IOMMU groups | Thierry Reding |
2017-12-13 | gpu: host1x: Cleanup on initialization failure | Thierry Reding |
2017-12-13 | gpu: host1x: Rewrite conditional for better readability | Thierry Reding |
2017-11-15 | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2017-11-14 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-11-14 | Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-20 | gpu: host1x: Fix incorrect comment for channel_request | Mikko Perttunen |
2017-10-20 | gpu: host1x: Disassemble more instructions | Mikko Perttunen |
2017-10-20 | gpu: host1x: Improve debug disassembly formatting | Mikko Perttunen |
2017-10-20 | gpu: host1x: Enable gather filter | Mikko Perttunen |
2017-10-20 | gpu: host1x: Enable Tegra186 syncpoint protection | Mikko Perttunen |
2017-10-20 | gpu: host1x: Call of_dma_configure() after setting bus | Mikko Perttunen |
2017-10-20 | gpu: host1x: Add Tegra186 support | Mikko Perttunen |
2017-10-20 | gpu: host1x: syncpt: Request syncpoints per client | Thierry Reding |
2017-10-20 | gpu: host1x: Use of_device_get_match_data() | Thierry Reding |
2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy |
2017-09-27 | iommu/iova: Make dma_32bit_pfn implicit | Zhen Lei |
2017-08-21 | Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie |
2017-08-17 | gpu: host1x: Support sub-devices recursively | Thierry Reding |
2017-08-17 | gpu: host1x: fix error return code in host1x_probe() | Gustavo A. R. Silva |
2017-08-17 | gpu: host1x: Fix bitshift/mask multipliers | Mikko Perttunen |
2017-08-17 | gpu: host1x: Don't fail on NULL bo physical address | Mikko Perttunen |
2017-08-15 | Backmerge tag 'v4.13-rc5' into drm-next | Dave Airlie |
2017-07-31 | gpu/host1x: Remove excess parameter in host1x_subdev_add docs | Sean Paul |
2017-07-27 | gpu: host1x: Free the IOMMU domain when there is no device to attach | Paul Kocialkowski |
2017-06-27 | Backmerge tag 'v4.12-rc7' into drm-next | Dave Airlie |
2017-06-20 | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next-fixes | Sean Paul |
2017-06-20 | Merge tag 'drm/tegra/for-4.13-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie |
2017-06-15 | gpu: host1x: At first try a non-blocking allocation for the gather copy | Dmitry Osipenko |
2017-06-15 | gpu: host1x: Refactor channel allocation code | Mikko Perttunen |
2017-06-15 | gpu: host1x: Remove unused host1x_cdma_stop() definition | Dmitry Osipenko |
2017-06-15 | gpu: host1x: Remove unused 'struct host1x_cmdbuf' | Dmitry Osipenko |
2017-06-15 | gpu: host1x: Check waits in the firewall | Dmitry Osipenko |
2017-06-15 | gpu: host1x: Forbid unrelated SETCLASS opcode in the firewall | Dmitry Osipenko |
2017-06-15 | gpu: host1x: Forbid RESTART opcode in the firewall | Dmitry Osipenko |