index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_buddy.c
Age
Commit message (
Expand
)
Author
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-21
drm/buddy: Prevent BUG_ON by validating rounded allocation
Sanjay Yadav
2026-01-20
drm/buddy: release free_trees array on buddy mm teardown
MichaĆ Grzelak
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
2025-10-07
drm/buddy: Separate clear and dirty free block trees
Arunpravin Paneer Selvam
2025-10-07
drm/buddy: Optimize free block management with RB tree
Arunpravin Paneer Selvam
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-07-16
drm/amdgpu: Reset the clear flag in buddy during resume
Arunpravin Paneer Selvam
2025-06-16
drm: Include <linux/export.h>
Thomas Zimmermann
2025-01-14
drm/buddy: Add a testcase to verify the multiroot fini
Arunpravin Paneer Selvam
2025-01-14
drm/buddy: fix issue that force_merge cannot free all roots
Lin.Cao
2024-08-07
drm/buddy: Add start address support to trim function
Arunpravin Paneer Selvam
2024-05-27
Merge tag 'drm-misc-fixes-2024-05-23' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2024-05-20
drm/buddy: Fix the warn on's during force merge
Arunpravin Paneer Selvam
2024-05-17
drm/buddy: stop using PAGE_SIZE
Matthew Auld
2024-05-16
drm/buddy: Fix the range bias clear memory allocation issue
Arunpravin Paneer Selvam
2024-04-22
drm/buddy: Implement tracking clear page feature
Arunpravin Paneer Selvam
2024-02-28
drm/buddy: check range allocation matches alignment
Matthew Auld
2024-02-28
drm/buddy: fix range bias
Matthew Auld
2024-02-16
drm/buddy: Modify duplicate list_splice_tail call
Arunpravin Paneer Selvam
2024-02-14
drm/buddy: Fix alloc_range() error handling code
Arunpravin Paneer Selvam
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2023-09-11
drm/buddy: Improve contiguous memory allocation
Arunpravin Paneer Selvam
2023-08-09
drm/buddy: Fix drm buddy info output format
Ma Jun
2023-03-29
drm: buddy_allocator: Fix buddy allocator init on 32-bit systems
David Gow
2023-01-12
drm: Optimize drm buddy top-down allocation method
Arunpravin Paneer Selvam
2022-04-11
drm: add a check to verify the size alignment
Arunpravin Paneer Selvam
2022-02-23
drm/selftests: add drm buddy alloc range testcase
Arunpravin
2022-02-22
drm: implement a method to free unused pages
Arunpravin
2022-02-22
drm: implement top-down allocation method
Arunpravin
2022-02-22
drm: improve drm_buddy_alloc function
Arunpravin
2022-01-19
drm: move the buddy allocator from i915 into common drm
Arunpravin