- 74f247e ANDROID: mm: cma: disable LRU cache early by Minchan Kim · 3 years, 2 months ago
- 12f4860 ANDROID: mm: cma do not sleep for __GFP_NORETRY by Minchan Kim · 3 years, 6 months ago
- 0e688e9 ANDROID: mm: cma: skip problematic pageblock by Minchan Kim · 3 years, 6 months ago
- 675e504 ANDROID: mm: add cma allocation statistics by Minchan Kim · 3 years, 6 months ago
- 76782b5 FROMGIT: mm: cma: add the CMA instance name to cma trace events by Minchan Kim · 3 years, 9 months ago
- 1cfa9bc FROMGIT: mm: cma: Add the CMA instance name to the cma_alloc_start trace event by Georgi Djakov · 3 years, 9 months ago
- c453643 FROMGIT: mm: cma: add trace events for CMA alloc perf testing by Liam Mark · 3 years, 9 months ago
- c6e85ea ANDROID: mm: cma: add vendor hoook in cma_alloc() by Minchan Kim · 3 years, 9 months ago
- a590359 FROMLIST: mm: cma: support sysfs by Minchan Kim · 3 years, 9 months ago
- 0fb3917 BACKPORT: FROMGIT: mm: vmstat: add cma statistics by Minchan Kim · 3 years, 10 months ago
- 0567ea3 BACKPORT: mm: cma: print region name on failure by Patrick Daly · 3 years, 10 months ago
- 06080c4 UPSTREAM: mm/cma: expose all pages to the buddy if activation of an area fails by David Hildenbrand · 3 years, 10 months ago
- 0e0bfc4 UPSTREAM: mm: cma: allocate cma areas bottom-up by Roman Gushchin · 3 years, 10 months ago
- bfb68bd UPSTREAM: mm: cma: improve pr_debug log in cma_release() by Charan Teja Reddy · 4 years ago
- 4a3c73e BACKPORT: mm/cma.c: remove redundant cma_mutex lock by Lecopzer Chen · 4 years ago
- 23ba990 FROMLIST: mm: cma: introduce gfp flag in cma_alloc instead of no_warn by Minchan Kim · 4 years ago
- 73eda8e ANDROID: mm: cma: retry allocations in cma_alloc by Chris Goldsworthy · 4 years, 3 months ago
- 418b4bd Merge dc06fe51d26e ("Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux") into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
- 3a5139f cma: don't quit at first error when activating reserved areas by Mike Kravetz · 4 years, 5 months ago
- 18e98e5 mm: cma: fix the name of CMA areas by Barry Song · 4 years, 5 months ago
- 835832b mm/cma.c: fix NULL pointer dereference when cma could not be activated by Jianqun Xu · 4 years, 5 months ago
- ca9814b Merge 5.8-rc4 into android-mainline by Greg Kroah-Hartman · 4 years, 6 months ago
- 40366bd mm/cma.c: use exact_nid true to fix possible per-numa cma leak by Barry Song · 4 years, 6 months ago
- 5631819 Merge 5b8b9d0c6d0e ("Merge branch 'akpm' (patches from Andrew)") into android-mainline by Greg Kroah-Hartman · 4 years, 9 months ago
- 8676af1 mm: cma: NUMA node interface by Aslan Bakirov · 4 years, 9 months ago
- d3a196a Merge 5.5-rc1 into android-mainline by Greg Kroah-Hartman · 5 years ago
- 2184f99 mm/cma.c: switch to bitmap_zalloc() for cma bitmap allocation by Yunfeng Ye · 5 years ago
- 716306e ANDROID: GKI: export cma symbols for cma heap as a module by Sandeep Patil · 5 years ago
- c633324 mm/cma.c: fail if fixed declaration can't be honored by Doug Berger · 5 years ago
- 929f92f mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() comments by Ryohei Suzuki · 5 years ago
- 8607a96 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98 by Thomas Gleixner · 6 years ago
- 1df3a33 mm/cma.c: fix crash on CMA allocation if bitmap allocation fails by Yue Hu · 6 years ago
- 2b59e01 mm/cma.c: fix the bitmap status to show failed allocation reason by Yue Hu · 6 years ago
- 8a770c2 memblock: emphasize that memblock_alloc_range() returns a physical address by Mike Rapoport · 6 years ago
- 0d3bd18 mm/cma.c: cma_declare_contiguous: correct err handling by Peng Fan · 6 years ago
- 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
- 6518202 mm/cma: remove unsupported gfp_mask parameter from cma_alloc() by Marek Szyprowski · 6 years ago
- d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
- bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
- 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
- e8b098f mm: kernel-doc: add missing parameter descriptions by Mike Rapoport · 7 years ago
- 5984af108 mm/cma.c: change pr_info to pr_err for cma_alloc fail log by Pintu Agarwal · 7 years ago
- ef46501 mm/cma.c: take __GFP_NOWARN into account in cma_alloc() by Boris Brezillon · 7 years ago
- e048cb3 cma: fix calculation of aligned offset by Doug Berger · 7 years ago
- e35ef63 mm/cma.c: warn if the CMA area could not be activated by Anshuman Khandual · 7 years ago
- e4231bc cma: Introduce cma_for_each_area by Laura Abbott · 8 years ago
- f318dd0 cma: Store a name in the cma structure by Laura Abbott · 8 years ago
- dbe43d4 mm: cma: print allocation failure reason and bitmap status by Jaewon Kim · 8 years ago
- e2f466e mm: cma_alloc: allow to specify GFP mask by Lucas Stach · 8 years ago
- ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 8 years ago
- 2dece44 mm/cma: Cleanup highmem check by Laura Abbott · 8 years ago
- 6b36ba5 mm/cma.c: check the max limit for cma allocation by Shiraz Hashim · 8 years ago
- 9099dae mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping by Catalin Marinas · 8 years ago
- badbda5 mm/cma: silence warnings due to max() usage by Stephen Rothwell · 9 years ago
- 3acaea6 mm/cma.c: suppress warning by Andrew Morton · 9 years ago
- 67a2e213 mm: cma: fix incorrect type conversion for size during dma allocation by Rohit Vaswani · 9 years ago
- fc6daaf mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute by Tony Luck · 10 years ago
- 0f96ae2 mm/cma.c: fix typos in comments by Shailendra Verma · 10 years ago
- 99e8ea6 mm: cma: add trace events for CMA allocations and freeings by Stefan Strogin · 10 years ago
- ac17382 mm: cma: constify and use correct signness in mm/cma.c by Sasha Levin · 10 years ago
- 26b02a1 mm: cma: allocation trigger by Sasha Levin · 10 years ago
- 28b24c1 mm: cma: debugfs interface by Sasha Levin · 10 years ago
- 850fc43 mm: cma: fix CMA aligned offset calculation by Danesh Petigara · 10 years ago
- 94737a8 mm: cma: fix totalcma_pages to include DT defined CMA regions by George G. Davis · 10 years ago
- e48322a mm: cma: split cma-reserved in dmesg log by Pintu Kumar · 10 years ago
- 620951e mm/cma: make kmemleak ignore CMA regions by Thierry Reding · 10 years ago
- b5be83e mm: cma: align to physical address, not CMA region position by Gregory Fong · 10 years ago
- 6b101e2 mm/CMA: fix boot regression due to physical address of high_memory by Joonsoo Kim · 10 years ago
- 56fa4f6 mm: cma: Use %pa to print physical addresses by Laurent Pinchart · 10 years ago
- 16195dd mm: cma: Ensure that reservations never cross the low/high mem boundary by Laurent Pinchart · 10 years ago
- 800a85d mm: cma: Always consider a 0 base address reservation as dynamic by Laurent Pinchart · 10 years ago
- f022d8c mm: cma: Don't crash on allocation if CMA area can't be activated by Laurent Pinchart · 10 years ago
- de9e14e drivers: dma-contiguous: add initialization from device tree by Marek Szyprowski · 10 years ago
- 68faed6 mm/cma: fix cma bitmap aligned mask computing by Weijie Yang · 10 years ago
- f7426b9 mm: cma: adjust address limit to avoid hitting low/high memory boundary by Marek Szyprowski · 10 years ago
- 0de9d2e mm, CMA: clean-up log message by Joonsoo Kim · 10 years ago
- c1f733aa mm, CMA: change cma_declare_contiguous() to obey coding convention by Joonsoo Kim · 10 years ago
- b7155e7 mm, CMA: clean-up CMA allocation error path by Joonsoo Kim · 10 years ago
- a254129 CMA: generalize CMA reserved area management functionality by Joonsoo Kim · 10 years ago