linux/arch
Mike Rapoport 3ecc68349b memblock: rename memblock_free to memblock_phys_free
Since memblock_free() operates on a physical range, make its name
reflect it and rename it to memblock_phys_free(), so it will be a
logical counterpart to memblock_phys_alloc().

The callers are updated with the below semantic patch:

    @@
    expression addr;
    expression size;
    @@
    - memblock_free(addr, size);
    + memblock_phys_free(addr, size);

Link: https://lkml.kernel.org/r/20210930185031.18648-6-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Juergen Gross <jgross@suse.com>
Cc: Shahab Vahedi <Shahab.Vahedi@synopsys.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-06 13:30:41 -07:00
..
alpha memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
arc memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
arm memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
arm64 memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
csky csky: Make HAVE_TCM depend on !COMPILE_TEST 2021-10-16 07:20:12 +08:00
h8300 Merge branch 'akpm' (patches from Andrew) 2021-09-08 12:55:35 -07:00
hexagon Merge branch 'akpm' (patches from Andrew) 2021-09-08 12:55:35 -07:00
ia64 firmware: include drivers/firmware/Kconfig unconditionally 2021-10-07 16:51:26 +02:00
m68k m68k: Remove set_fs() 2021-09-24 13:35:07 +02:00
microblaze Microblaze patches for 5.15-rc1 2021-09-08 16:02:13 -07:00
mips memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
nds32 ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stub 2021-10-27 13:00:17 -04:00
nios2 nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST 2021-10-27 09:29:07 -05:00
openrisc Merge branch 'akpm' (patches from Andrew) 2021-09-08 12:55:35 -07:00
parisc asm-generic: build fixes for v5.15 2021-10-08 11:57:54 -07:00
powerpc memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
riscv memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
s390 memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
sh memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
sparc memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
um memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
x86 memblock: rename memblock_free to memblock_phys_free 2021-11-06 13:30:41 -07:00
xtensa xtensa: xtfpga: Try software restart before simulating CPU reset 2021-10-05 12:19:05 -07:00
.gitignore
Kconfig Merge branch 'akpm' (patches from Andrew) 2021-09-08 12:55:35 -07:00