index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
host1x
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-11
gpu: host1x: Correct allocated size for contexts
Johnny Liu
1
-2
/
+2
2023-10-11
gpu: host1x: Syncpoint interrupt sharding
Mikko Perttunen
3
-17
/
+61
2023-10-11
gpu: host1x: Enable system suspend callbacks
Mikko Perttunen
1
-1
/
+1
2023-10-11
gpu: host1x: Stop CDMA before suspending
Mikko Perttunen
3
-0
/
+21
2023-10-11
gpu: host1x: Add locking in channel allocation
Mikko Perttunen
2
-0
/
+10
2023-07-27
gpu: host1x: Return error when context device not attached to IOMMU
Mikko Perttunen
1
-0
/
+8
2023-07-21
gpu/host1x: Explicitly include correct DT includes
Rob Herring
2
-2
/
+3
2023-07-21
gpu: host1x: Stop open-coding of_device_uevent()
Miquel Raynal
1
-23
/
+6
2023-04-06
Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...
Daniel Vetter
5
-17
/
+27
2023-04-04
drm/tegra: Allow compile test on !ARM v2
Christian König
1
-1
/
+1
2023-04-04
gpu: host1x: Fix memory leak of device names
Yang Yingliang
1
-8
/
+15
2023-04-04
gpu: host1x: Fix potential double free if IOMMU is disabled
Yang Yingliang
1
-0
/
+1
2023-04-04
gpu: host1x: mipi: Use devm_platform_get_and_ioremap_resource()
Ye Xingchen
1
-3
/
+1
2023-04-04
gpu: host1x: Don't rely on dma_fence_wait_timeout return value
Mikko Perttunen
1
-1
/
+7
2023-04-04
gpu: host1x: Make host1x_client_unregister() return void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
gpu: host1x: fix uninitialized variable use
Arnd Bergmann
1
-3
/
+2
2023-02-25
Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-01-27
gpu: host1x: Use tegra_dev_iommu_get_stream_id()
Thierry Reding
2
-13
/
+7
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-26
gpu: host1x: External timeout/cancellation for fences
Mikko Perttunen
4
-15
/
+32
2023-01-26
gpu: host1x: Rewrite syncpoint interrupt handling
Mikko Perttunen
9
-480
/
+149
2023-01-26
gpu: host1x: Implement job tracking using DMA fences
Mikko Perttunen
4
-27
/
+49
2023-01-26
gpu: host1x: Implement syncpoint wait using DMA fences
Mikko Perttunen
1
-76
/
+20
2023-01-26
gpu: host1x: Don't skip assigning syncpoints to channels
Mikko Perttunen
1
-3
/
+0
2023-01-26
gpu: host1x: Fix mask for syncpoint increment register
Mikko Perttunen
3
-3
/
+3
2023-01-25
iommu: Add a gfp parameter to iommu_map()
Jason Gunthorpe
1
-1
/
+1
2022-11-25
gpu: host1x: Staticize host1x_syncpt_fence_ops
Thierry Reding
1
-1
/
+1
2022-11-25
gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs code
Liu Shixin
1
-25
/
+3
2022-11-25
gpu: host1x: Add stream ID register data for NVDEC on Tegra234
Mikko Perttunen
1
-0
/
+12
2022-11-25
gpu: host1x: Select context device based on attached IOMMU
Mikko Perttunen
1
-0
/
+4
2022-11-18
gpu: host1x: Avoid trying to use GART on Tegra20
Robin Murphy
1
-0
/
+4
2022-07-08
gpu: host1x: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-6
/
+2
2022-07-08
gpu: host1x: Generalize host1x_cdma_push_wide()
Mikko Perttunen
1
-15
/
+9
2022-07-08
gpu: host1x: Initialize syncval in channel_submit()
Mikko Perttunen
1
-0
/
+1
2022-07-08
gpu: host1x: Register context bus unconditionally
Robin Murphy
1
-5
/
+0
2022-07-08
gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+
Mikko Perttunen
1
-2
/
+17
2022-07-08
gpu: host1x: Add MLOCK release code on Tegra234
Mikko Perttunen
2
-0
/
+41
2022-07-08
gpu: host1x: Rewrite job opcode sequence
Mikko Perttunen
1
-59
/
+85
2022-07-08
gpu: host1x: Tegra234 device data and headers
Mikko Perttunen
10
-1
/
+354
2022-07-08
gpu: host1x: Program interrupt destinations on Tegra234
Mikko Perttunen
1
-0
/
+11
2022-07-08
gpu: host1x: Allow reset to be missing
Mikko Perttunen
1
-3
/
+0
2022-07-08
gpu: host1x: Program virtualization tables
Mikko Perttunen
2
-3
/
+26
2022-07-08
gpu: host1x: Simplify register mapping and add common aperture
Mikko Perttunen
2
-27
/
+22
2022-07-08
gpu: host1x: Deduplicate hardware headers
Mikko Perttunen
7
-703
/
+156
2022-07-08
gpu: host1x: Program context stream ID on submission
Mikko Perttunen
3
-4
/
+68
2022-07-08
gpu: host1x: Add context device management code
Mikko Perttunen
5
-1
/
+214
2022-06-01
gpu: host1x: Add context bus
Mikko Perttunen
3
-0
/
+37
2022-04-06
gpu: host1x: Show all allocated syncpts via debugfs
Jon Hunter
1
-4
/
+7
2022-04-06
gpu: host1x: Do not use mapping cache for job submissions
Thierry Reding
1
-2
/
+2
[next]