index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_mm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-04
drm/mm: Use clear_bit_unlock() for releasing the drm_mm_node()
Chris Wilson
1
-5
/
+6
2019-10-04
drm/mm: Convert drm_mm_node booleans to bitops
Chris Wilson
1
-9
/
+9
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
1
-7
/
+12
2019-06-26
drm: Allow range of 0 for drm_mm_insert_node_in_range()
Chris Wilson
1
-1
/
+1
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-4
/
+5
2019-04-29
drm: Simplify stacktrace handling
Thomas Gleixner
1
-15
/
+7
2019-04-14
drm: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-3
/
+0
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2018-05-24
drm/mm: Add a search-by-address variant to only inspect a single hole
Chris Wilson
1
-2
/
+7
2018-05-24
drm/mm: Reject over-sized allocation requests early
Chris Wilson
1
-25
/
+57
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
1
-3
/
+18
2018-02-22
Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-3
/
+18
2018-02-20
drm/mm: Fix caching of leftmost node in the interval tree
Chris Wilson
1
-4
/
+5
2018-02-20
drm: Handle unexpected holes in color-eviction
Chris Wilson
1
-3
/
+18
2017-12-19
BackMerge tag 'v4.15-rc4' into drm-next
Dave Airlie
1
-3
/
+5
2017-12-14
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
1
-3
/
+5
2017-11-02
drm: Spelling fixes
Liviu Dudau
1
-1
/
+1
2017-09-08
lib/interval_tree: fast overlap detection
Davidlohr Bueso
1
-8
/
+11
2017-02-06
drm: Micro-optimise drm_mm_for_each_node_in_range()
Chris Wilson
1
-1
/
+1
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-216
/
+272
2017-01-25
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-2
/
+2
2016-12-30
drm/mm: Some doc polish
Daniel Vetter
1
-19
/
+22
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-56
/
+11
2016-12-28
drm: Add kerneldoc markup for new @scan parameters in drm_mm
Chris Wilson
1
-0
/
+2
2016-12-28
drm/mm: Document locking rules
Daniel Vetter
1
-0
/
+5
2016-12-28
drm: Use drm_mm_insert_node_in_range_generic() for everyone
Chris Wilson
1
-155
/
+11
2016-12-28
drm: Apply range restriction after color adjustment when allocation
Chris Wilson
1
-10
/
+6
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
1
-6
/
+6
2016-12-28
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
1
-25
/
+51
2016-12-28
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
1
-17
/
+18
2016-12-28
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
1
-1
/
+8
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
1
-10
/
+50
2016-12-28
drm: Fix application of color vs range restriction when scanning drm_mm
Chris Wilson
1
-6
/
+9
2016-12-28
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
1
-49
/
+4
2016-12-28
drm: Rename prev_node to hole in drm_mm_scan_add_block()
Chris Wilson
1
-8
/
+8
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
1
-54
/
+70
2016-12-27
drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
Chris Wilson
1
-0
/
+7
2016-12-27
drm: Simplify drm_mm_clean()
Chris Wilson
1
-18
/
+1
2016-12-27
drm: Detect overflow in drm_mm_reserve_node()
Chris Wilson
1
-3
/
+2
2016-12-27
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
1
-16
/
+18
2016-12-27
drm: Promote drm_mm alignment to u64
Chris Wilson
1
-20
/
+17
2016-12-27
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
1
-22
/
+23
2016-12-27
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
1
-4
/
+4
2016-12-16
drm: Constify the drm_mm API
Chris Wilson
1
-12
/
+12
2016-12-16
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
1
-5
/
+4
2016-12-01
drm: Initialise drm_mm.head_node.allocated
Chris Wilson
1
-0
/
+1
2016-11-24
drm: Check against color expansion in drm_mm_reserve_node()
Chris Wilson
1
-3
/
+8
2016-11-24
drm: Define drm_mm_for_each_node_in_range()
Chris Wilson
1
-9
/
+2
2016-11-08
drm: Add stackdepot include for DRM_DEBUG_MM
Chris Wilson
1
-0
/
+2
2016-11-08
drm: Track drm_mm allocators and show leaks on shutdown
Chris Wilson
1
-3
/
+71
[next]