index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQs
Boris Brezillon
1
-12
/
+14
2021-02-15
drm/panfrost: Don't try to map pages that are already mapped
Boris Brezillon
1
-1
/
+8
2021-02-15
drm/panfrost: Clear MMU irqs before handling the fault
Boris Brezillon
1
-2
/
+2
2020-12-16
Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+0
2020-12-08
iommu/io-pgtable: Remove tlb_flush_leaf
Robin Murphy
1
-7
/
+0
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-4
/
+3
2020-10-30
drm/panfrost: Support cache-coherent integrations
Robin Murphy
1
-0
/
+1
2020-09-10
drm: panfrost: fix common struct sg_table related issues
Marek Szyprowski
1
-4
/
+3
2020-08-11
Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-07-24
iommu: Add gfp parameter to io_pgtable_ops->map()
Baolin Wang
1
-1
/
+1
2020-06-19
drm/panfrost: Use kvfree() to free bo->sgts
Denis Efremov
1
-1
/
+1
2020-05-19
drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
1
-26
/
+25
2020-02-25
drm/panfrost: Don't try to map on error faults
Tomeu Vizoso
1
-25
/
+19
2020-02-21
Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+4
2020-02-12
drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context
Boris Brezillon
1
-1
/
+6
2020-01-21
drm/panfrost: Add the panfrost_gem_mapping concept
Boris Brezillon
1
-26
/
+35
2020-01-21
drm/panfrost: Prefix interrupt handlers' names
Ezequiel Garcia
1
-2
/
+4
2019-10-29
drm/panfrost: Don't dereference bogus MMU pointers
Robin Murphy
1
-3
/
+3
2019-10-29
drm/panfrost: fix -Wmissing-prototypes warnings
Yi Wang
1
-4
/
+5
2019-09-27
Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-19
/
+36
2019-09-19
Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-106
/
+336
2019-09-19
drm/panfrost: Prevent race when handling page fault
Steven Price
1
-19
/
+36
2019-08-30
drm/panfrost: Flush and disable address space when freeing page tables
Rob Herring
1
-7
/
+9
2019-08-30
drm/panfrost: Add cache/TLB flush before switching address space
Rob Herring
1
-0
/
+2
2019-08-30
drm/panfrost: Split mmu_hw_do_operation into locked and unlocked version
Rob Herring
1
-13
/
+13
2019-08-30
drm/panfrost: Rework page table flushing and runtime PM interaction
Rob Herring
1
-20
/
+18
2019-08-30
drm/panfrost: Remove unnecessary mmu->lock mutex
Rob Herring
1
-9
/
+0
2019-08-19
drm/panfrost: Implement per FD address spaces
Rob Herring
1
-62
/
+160
2019-08-19
drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()
Wei Yongjun
1
-1
/
+4
2019-08-12
drm/panfrost: Add support for GPU heap allocations
Rob Herring
1
-9
/
+120
2019-08-12
drm/panfrost: Convert MMU IRQ handler to threaded handler
Rob Herring
1
-5
/
+15
2019-08-12
drm/panfrost: Consolidate reset handling
Rob Herring
1
-7
/
+9
2019-08-12
drm/panfrost: Add a no execute flag for BO allocations
Rob Herring
1
-0
/
+3
2019-08-12
drm/panfrost: Split panfrost_mmu_map SG list mapping to its own function
Rob Herring
1
-21
/
+31
2019-07-29
iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()
Will Deacon
1
-1
/
+1
2019-07-29
iommu/io-pgtable: Remove unused ->tlb_sync() callback
Will Deacon
1
-1
/
+0
2019-07-29
iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()
Will Deacon
1
-5
/
+0
2019-07-29
iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in drivers
Will Deacon
1
-0
/
+14
2019-07-24
iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops
Will Deacon
1
-1
/
+1
2019-06-18
drm/panfrost: Make sure a BO is only unmapped when appropriate
Boris Brezillon
1
-0
/
+8
2019-04-12
drm/panfrost: Add support for 2MB page entries
Rob Herring
1
-8
/
+24
2019-04-12
drm/panfrost: Add initial panfrost driver
Rob Herring
1
-0
/
+370