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
2022-01-22
lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
Vlastimil Babka
2021-11-09
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
2021-08-02
drm: Fix typo in comments
Cai Huoqing
2020-06-23
drm/mm: cleanup and improve next_hole_*_addr()
Christian König
2020-06-23
drm/mm: optimize find_hole() as well
Christian König
2020-06-23
drm/mm: remove unused rb_hole_size()
Christian König
2020-06-15
drm/mm: remove invalid entry based optimization
Christian König
2020-06-04
drm/mm: fix hole size comparison
Nirmoy Das
2020-05-05
drm/mm: optimize rb_hole_addr rbtree search
Nirmoy Das
2020-03-31
drm/mm: revert "Break long searches in fragmented address spaces"
Christian König
2020-03-10
drm/mm: Remove redundant assignment in drm_mm_reserve_node
Akeem G Abodunrin
2020-03-06
drm/mm: Break long searches in fragmented address spaces
Chris Wilson
2019-10-04
drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()
Chris Wilson
2019-10-04
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
2019-06-26
drm: Allow range of 0 for drm_mm_insert_node_in_range()
Chris Wilson
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-04-29
drm: Simplify stacktrace handling
Thomas Gleixner
2019-04-14
drm: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
2018-05-24
drm/mm: Add a search-by-address variant to only inspect a single hole
Chris Wilson
2018-05-24
drm/mm: Reject over-sized allocation requests early
Chris Wilson
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
2018-02-22
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2018-02-20
drm/mm: Fix caching of leftmost node in the interval tree
Chris Wilson
2018-02-20
drm: Handle unexpected holes in color-eviction
Chris Wilson
2017-12-19
BackMerge tag 'v4.15-rc4' into drm-next
Dave Airlie
2017-12-14
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
2017-11-02
drm: Spelling fixes
Liviu Dudau
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-02-06
drm: Micro-optimise drm_mm_for_each_node_in_range()
Chris Wilson
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-01-25
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
Daniel Vetter
2016-12-30
drm/mm: Some doc polish
Daniel Vetter
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
2016-12-28
drm: Add kerneldoc markup for new @scan parameters in drm_mm
Chris Wilson
2016-12-28
drm/mm: Document locking rules
Daniel Vetter
2016-12-28
drm: Use drm_mm_insert_node_in_range_generic() for everyone
Chris Wilson
2016-12-28
drm: Apply range restriction after color adjustment when allocation
Chris Wilson
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
2016-12-28
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
2016-12-28
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
2016-12-28
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
2016-12-28
drm: Fix application of color vs range restriction when scanning drm_mm
Chris Wilson
2016-12-28
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
2016-12-28
drm: Rename prev_node to hole in drm_mm_scan_add_block()
Chris Wilson
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
2016-12-27
drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
Chris Wilson
2016-12-27
drm: Simplify drm_mm_clean()
Chris Wilson
[next]