summaryrefslogtreecommitdiffstats
path: root/mm/cma_debug.c
Commit message (Expand)AuthorAgeFilesLines
* mm/cma_debug: show complete cma name in debugfs directoriesCharan Teja Kalla2022-09-111-4/+1
* mm/cma_debug.c: align the name buffer length as struct cmaKassey Li2022-07-291-1/+1
* mm/cma: change cma mutex to irq safe spinlockMike Kravetz2021-05-051-4/+4
* debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski2020-07-101-3/+4
* mm/cma_debug.c: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-12-011-5/+5
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-05-141-1/+1
* mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu2019-03-051-5/+4
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-2/+0
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-15/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta2017-08-181-1/+1
* cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+1
* mm: cma_alloc: allow to specify GFP maskLucas Stach2017-02-241-1/+1
* mm/cma_debug: correct size input to bitmap functionJoonsoo Kim2015-07-171-3/+4
* mm/cma_debug: fix debugging alloc/free interfaceJoonsoo Kim2015-07-171-2/+2
* mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE()Andrew Morton2015-04-151-5/+0
* mm: cma: add functions to get region pages countersDmitry Safonov2015-04-151-0/+40
* mm-cma-allocation-trigger-fixAndrew Morton2015-04-141-1/+1
* mm: cma: release triggerSasha Levin2015-04-141-0/+58
* mm: cma: allocation triggerSasha Levin2015-04-141-1/+53
* mm: cma: debugfs interfaceSasha Levin2015-04-141-0/+60