index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-02
drm/panfrost: cleanup comments
Tom Rix
1
-1
/
+1
2021-11-15
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
1
-2
/
+3
2021-09-17
drm/panfrost: Calculate lock region size correctly
Steven Price
1
-7
/
+23
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-20
/
+11
2021-08-26
drm/panfrost: Use upper/lower_32_bits helpers
Alyssa Rosenzweig
1
-6
/
+6
2021-08-25
drm/panfrost: Clamp lock region to Bifrost minimum
Alyssa Rosenzweig
1
-1
/
+1
2021-08-25
drm/panfrost: Use u64 for size in lock_region
Alyssa Rosenzweig
1
-6
/
+6
2021-08-25
drm/panfrost: Simplify lock_region calculation
Alyssa Rosenzweig
1
-14
/
+5
2021-07-01
drm/panfrost: Increase the AS_ACTIVE polling timeout
Boris Brezillon
1
-1
/
+1
2021-07-01
drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuck
Boris Brezillon
1
-1
/
+4
2021-07-01
drm/panfrost: Disable the AS on unhandled page faults
Boris Brezillon
1
-3
/
+31
2021-07-01
drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
Boris Brezillon
1
-1
/
+1
2021-06-24
drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv
Boris Brezillon
1
-52
/
+108
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
[next]