index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_mm.c
Age
Commit message (
Expand
)
Author
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
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
[next]