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
path:
root
/
drivers
/
gpu
/
drm
/
drm_mm.c
Age
Commit message (
Expand
)
Author
2016-12-27
drm: Detect overflow in drm_mm_reserve_node()
Chris Wilson
2016-12-27
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
2016-12-27
drm: Promote drm_mm alignment to u64
Chris Wilson
2016-12-27
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
2016-12-27
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
2016-12-16
drm: Constify the drm_mm API
Chris Wilson
2016-12-16
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
2016-12-01
drm: Initialise drm_mm.head_node.allocated
Chris Wilson
2016-11-24
drm: Check against color expansion in drm_mm_reserve_node()
Chris Wilson
2016-11-24
drm: Define drm_mm_for_each_node_in_range()
Chris Wilson
2016-11-08
drm: Add stackdepot include for DRM_DEBUG_MM
Chris Wilson
2016-11-08
drm: Track drm_mm allocators and show leaks on shutdown
Chris Wilson
2016-08-08
drm: Declare that create drm_mm nodes with size 0 is illegal
Chris Wilson
2016-08-08
drm: Skip initialising the drm_mm_node->hole_stack
Chris Wilson
2016-08-08
drm: Track drm_mm nodes with an interval tree
Chris Wilson
2016-05-23
drm/mm: avoid possible null pointer dereference
Heinrich Schuchardt
2015-09-08
drm/mm: Do DRM_MM_CREATE_TOP adj_start calculation after color_adjust
Michel Thierry
2015-05-29
drm: clean up drm_mm debugfs output
Russell King
2015-03-16
[PATCH] drm/mm: Fix support 4 GiB and larger ranges
Krzysztof Kolasa
2015-03-05
drm/mm: Support 4 GiB and larger ranges
Thierry Reding
2014-04-10
drm/mm: Don't WARN if drm_mm_reserve_node
Daniel Vetter
2014-04-04
drm/mm: Fix search for smallest hole satisfying constraints
Michel Dänzer
2014-04-04
drm: Add support for two-ended allocation, v3
Lauri Kasanen
2014-03-13
drm/doc: Add function reference documentation for drm_mm.c
Daniel Vetter
2014-03-13
drm/doc: Overview documentation for drm_mm.c
Daniel Vetter
2014-03-13
drm/mm: Remove MM_UNUSED_TARGET
Daniel Vetter
2013-08-30
Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-08-22
drm: WARN when removing unallocated node
Ben Widawsky
2013-08-07
drm/mm: remove unused API
David Herrmann
2013-08-07
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
2013-07-25
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...
Daniel Vetter
2013-07-19
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-07-08
drm: Change create block to reserve node
Ben Widawsky
2013-07-08
drm: pre allocate node for create_block
Ben Widawsky
2013-07-04
drm/mm: WARN for unclean mm takedown
Daniel Vetter
2013-07-04
drm/mm: fix debug table BUG
Daniel Vetter
2013-07-02
drm: make drm_mm_init() return void
David Herrmann
2013-04-30
drm/mm: fix dump table BUG
Daniel Vetter
2013-01-21
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
2013-01-17
Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...
Dave Airlie
2013-01-08
drm: Only evict the blocks required to create the requested hole
Chris Wilson
2012-12-18
drm: Export routines for inserting preallocated nodes into the mm manager
Chris Wilson
2012-11-30
drm: Introduce an iterator over holes in the drm_mm range manager
Chris Wilson
2012-11-30
drm: Introduce drm_mm_create_block()
Chris Wilson
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-07-16
drm: Add colouring to the range allocator
Chris Wilson
2011-10-31
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-05-09
drm: mm: fix debug output
Daniel Vetter
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-23
drm: mm: add helper to unwind scan state
Daniel Vetter
[prev]
[next]