Age | Commit message (Expand) | Author |
2020-08-18 | Merge v5.9-rc1 into drm-misc-next | Maxime Ripard |
2020-08-11 | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-08-07 | drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_locked | Navid Emamdoost |
2020-08-07 | drm/panfrost: add regulators to devfreq | Clément Péron |
2020-08-07 | drm/panfrost: dynamically alloc regulators | Clément Péron |
2020-08-07 | drm/panfrost: move devfreq_init()/fini() in device | Clément Péron |
2020-08-07 | drm/panfrost: rename error labels in device_init | Clément Péron |
2020-08-07 | drm/panfrost: properly handle error in probe | Clément Péron |
2020-08-07 | drm/panfrost: use spinlock instead of atomic | Clément Péron |
2020-08-07 | drm/panfrost: introduce panfrost_devfreq struct | Clément Péron |
2020-08-07 | drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idle | Clément Péron |
2020-08-07 | drm/panfrost: clean headers in devfreq | Clément Péron |
2020-08-07 | drm/panfrost: avoid static declaration | Clément Péron |
2020-08-07 | drm/panfrost: Add compatible string for bifrost | Tomeu Vizoso |
2020-08-07 | drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_ID | Tomeu Vizoso |
2020-07-24 | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang |
2020-06-19 | drm/panfrost: Use kvfree() to free bo->sgts | Denis Efremov |
2020-06-19 | drm/panfrost: Fix runtime PM imbalance on error | Dinghao Liu |
2020-06-19 | drm/panfrost: Fix inbalance of devfreq record_busy/idle() | Steven Price |
2020-06-18 | drm/panfrost: Reduce the amount of logs on deferred probe | Krzysztof Kozlowski |
2020-05-19 | drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov |
2020-03-12 | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2020-03-11 | Merge v5.6-rc5 into drm-next | Dave Airlie |
2020-02-27 | drm/panfrost: default_supplies[] can be static | kbuild test robot |
2020-02-25 | drm/panfrost: Add support for multiple power domains | Nicolas Boichat |
2020-02-25 | drm/panfrost: Add support for multiple regulators | Nicolas Boichat |
2020-02-25 | drm/panfrost: Improve error reporting in panfrost_gpu_power_on | Nicolas Boichat |
2020-02-25 | drm/panfrost: Don't try to map on error faults | Tomeu Vizoso |
2020-02-17 | Merge v5.6-rc2 into drm-misc-next | Maxime Ripard |
2020-02-14 | Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2020-02-12 | drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context | Boris Brezillon |
2020-02-12 | drm/panfrost: Remove set but not used variable 'bo' | YueHaibing |
2020-02-12 | Merge v5.6-rc1 into drm-misc-fixes | Maarten Lankhorst |
2020-02-03 | drm/panfrost: Make sure the shrinker does not reclaim referenced BOs | Boris Brezillon |
2020-01-30 | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2020-01-21 | drm/panfrost: Add the panfrost_gem_mapping concept | Boris Brezillon |
2020-01-21 | drm/panfrost: Prefix interrupt handlers' names | Ezequiel Garcia |
2020-01-21 | drm/panfrost: Remove core stack power management | Steven Price |
2019-12-18 | drm/scheduler: rework entity creation | Nirmoy Das |
2019-12-17 | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2019-12-13 | Merge tag 'drm-misc-next-fixes-2019-12-12' of git://anongit.freedesktop.org/d... | Dave Airlie |
2019-12-06 | drm/panfrost: Register devfreq cooling device | Robin Murphy |
2019-12-06 | drm/panfrost: Open/close the perfcnt BO | Boris Brezillon |
2019-12-06 | drm/panfrost: Fix a race in panfrost_gem_free_object() | Boris Brezillon |
2019-12-06 | drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo() | Boris Brezillon |
2019-12-06 | drm/panfrost: Fix a race in panfrost_ioctl_madvise() | Boris Brezillon |
2019-12-06 | drm/panfrost: devfreq: Round frequencies to OPPs | Steven Price |
2019-12-02 | drm/panfrost: remove DRM_AUTH and respective comment | Emil Velikov |
2019-11-14 | Merge v5.4-rc7 into drm-next | Dave Airlie |
2019-10-29 | drm/panfrost: Don't dereference bogus MMU pointers | Robin Murphy |