index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-08-07
drm/amdgpu: make sure userptr ttm is allocated
Christian König
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
2020-08-06
drm/ttm: rename bo manager to range manager.
Dave Airlie
2020-08-06
drm/ttm: add a wrapper for checking if manager is in use
Dave Airlie
2020-08-06
drm/ttm: drop type manager has_type
Dave Airlie
2020-08-06
drm/ttm: drop list of memory managers from device. (v2)
Dave Airlie
2020-08-06
drm/ttm: drop man->bdev link.
Dave Airlie
2020-08-06
drm/amdgpu/ttm: remove man->bdev references.
Dave Airlie
2020-08-06
drm/ttm: drop priv pointer in memory manager
Dave Airlie
2020-08-06
drm/nouveau/ttm: move to driver allocated manager
Dave Airlie
2020-08-06
drm/vmwgfx/gmrid: convert to driver controlled allocation.
Dave Airlie
2020-08-06
drm/vmwgfx/ttm: move thp to driver managed
Dave Airlie
2020-08-06
drm/ttm: move range manager to subclassed driver allocation
Dave Airlie
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
2020-08-06
drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
Dave Airlie
2020-08-06
drm/ttm: allow drivers to provide their own manager subclasses
Dave Airlie
2020-08-06
drm/ttm: rename manager variable to make sure wrapper is used.
Dave Airlie
2020-08-06
drm/vmwgfx/ttm: use wrapper to access memory manager
Dave Airlie
2020-08-06
drm/radeon/ttm: use wrapper to access memory manager
Dave Airlie
2020-08-06
drm/qxl/ttm: use wrapper to access memory manager
Dave Airlie
2020-08-06
drm/nouveau/ttm: use wrapper to access memory managers
Dave Airlie
2020-08-06
drm/vram-helper: use wrapper to access memory managers
Dave Airlie
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
2020-08-06
drm/ttm: add wrapper to get manager from bdev.
Dave Airlie
2020-08-06
drm/ttm: make TTM responsible for cleaning system only.
Dave Airlie
2020-08-06
drm/ttm: remove range manager legacy takedown path
Dave Airlie
2020-08-06
drm/vmwgfx: fix gmrid takedown paths to new interface
Dave Airlie
2020-08-06
drm/qxl/ttm: use new takedown path
Dave Airlie
2020-08-06
drm/radeon/ttm: use new takedown paths
Dave Airlie
2020-08-06
drm/nouveau: use new cleanup paths
Dave Airlie
2020-08-06
drm/vram_helper: call explicit mm takedown
Dave Airlie
2020-08-06
drm/vmwgfx: takedown vram manager
Dave Airlie
2020-08-06
drm/amdgpu/ttm: use new takedown path
Dave Airlie
2020-08-06
drm/ttm: start allowing drivers to use new takedown path (v2)
Dave Airlie
2020-08-06
drm/ttm: make some inline helper functions for cleanup paths. (v2)
Dave Airlie
2020-08-06
drm/ttm: pass man around instead of mem_type in some places
Dave Airlie
[next]