index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
selftests
/
test-drm_mm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-11
drm: selftest: convert drm_mm selftest to KUnit
Arthur Grillo
1
-2487
/
+0
2020-11-17
drm/selftests/test-drm_mm: Mark 'hole_end' as always_unused
Lee Jones
1
-1
/
+1
2020-06-23
drm/mm/selftests: fix wrong return type casting
Nirmoy Das
1
-14
/
+7
2020-06-23
drm/mm: optimize find_hole() as well
Christian König
1
-11
/
+0
2020-06-16
drm/kselftest: fix spellint typo in test-drm_mm.c
Masanari Iida
1
-1
/
+1
2020-06-08
drm/mm: add ig_frag selftest
Nirmoy Das
1
-0
/
+124
2019-10-04
drm/mm: Use helpers for drm_mm_node booleans
Chris Wilson
1
-7
/
+7
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-03-20
drm/selftests/mm: Switch to bitmap_zalloc()
Andy Shevchenko
1
-7
/
+5
2018-06-22
Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+71
2018-06-13
treewide: Use array_size() in vzalloc()
Kees Cook
1
-9
/
+9
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-05-24
drm/mm: Add a search-by-address variant to only inspect a single hole
Chris Wilson
1
-0
/
+71
2017-11-07
drm/selftests/mm: Insert cond_resched() between insert modes
Chris Wilson
1
-0
/
+5
2017-09-14
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-2
/
+2
2017-05-04
drm/mm: Split up long running selftests with cond_resched()
Chris Wilson
1
-0
/
+28
2017-02-27
drm: kselftest: fix spelling mistake: "misalinged" -> "misaligned"
Colin Ian King
1
-1
/
+1
2017-02-06
drm: Micro-optimise drm_mm_for_each_node_in_range()
Chris Wilson
1
-4
/
+6
2017-02-03
drm: kselftest for drm_mm and bottom-up allocation
Chris Wilson
1
-0
/
+100
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-32
/
+26
2017-01-11
drm: Fix error handling in drm_mm eviction kselftest
Chris Wilson
1
-3
/
+9
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-4
/
+8
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
1
-8
/
+10
2016-12-28
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
1
-2
/
+18
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
1
-4
/
+6
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
1
-21
/
+24
2016-12-27
drm: Promote drm_mm alignment to u64
Chris Wilson
1
-2
/
+2
2016-12-27
drm: kselftest for drm_mm and restricted color eviction
Chris Wilson
1
-4
/
+112
2016-12-27
drm: kselftest for drm_mm and color eviction
Chris Wilson
1
-0
/
+156
2016-12-27
drm: kselftest for drm_mm and color adjustment
Chris Wilson
1
-0
/
+183
2016-12-27
drm: kselftest for drm_mm and top-down allocation
Chris Wilson
1
-0
/
+119
2016-12-27
drm: kselftest for drm_mm and range restricted eviction
Chris Wilson
1
-4
/
+109
2016-12-27
drm: kselftest for drm_mm and eviction
Chris Wilson
1
-0
/
+337
2016-12-27
drm: kselftest for drm_mm and alignment
Chris Wilson
1
-0
/
+103
2016-12-27
drm: kselftest for drm_mm_insert_node_in_range()
Chris Wilson
1
-0
/
+269
2016-12-27
drm: kselftest for drm_mm_replace_node()
Chris Wilson
1
-6
/
+59
2016-12-27
drm: kselftest for drm_mm_insert_node()
Chris Wilson
1
-0
/
+234
2016-12-27
drm: kselftest for drm_mm_reserve_node()
Chris Wilson
1
-0
/
+275
2016-12-27
drm: kselftest for drm_mm_debug()
Chris Wilson
1
-0
/
+35
2016-12-27
drm: kselftest for drm_mm_init()
Chris Wilson
1
-0
/
+114
2016-12-27
drm: Add some kselftests for the DRM range manager (struct drm_mm)
Chris Wilson
1
-0
/
+58