linux/arch/mips/cavium-octeon
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
executive MIPS: octeon: Replace deprecated strcpy() in octeon_model_get_string_buffer() 2025-08-29 22:34:30 +02:00
cpu.c MIPS: Add missing include files 2017-03-08 10:38:06 +01:00
csrc-octeon.c MIPS: Fix typos 2024-01-08 10:39:12 +01:00
dma-octeon.c swiotlb: make the swiotlb_init interface more useful 2022-04-18 07:21:11 +02:00
flash_setup.c MIPS: Explicitly include correct DT includes 2023-07-25 10:42:01 +02:00
Kconfig lib/crypto: sha256: Consolidate into single module 2025-07-04 10:23:11 -07:00
Makefile mips: cavium-octeon: Move octeon-crypto.c into parent dir 2025-08-26 12:52:28 -04:00
oct_ilm.c mips: cavium: convert to DEFINE_SHOW_ATTRIBUTE 2022-09-19 16:39:47 +02:00
octeon-crypto.c mips: cavium-octeon: Move octeon-crypto.c into parent dir 2025-08-26 12:52:28 -04:00
octeon-irq.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
octeon-memcpy.S mips: replace #include <asm/export.h> with #include <linux/export.h> 2023-08-15 10:22:23 +02:00
octeon-platform.c MIPS: octeon: Replace memset(0) + deprecated strcpy() with strscpy_pad() 2025-08-29 22:34:30 +02:00
octeon_boot.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
Platform MIPS: Only include the platform file needed 2020-05-13 00:17:18 +02:00
setup.c range.h: Move resource API and constant to respective files 2023-08-18 10:19:00 -07:00
smp.c mips/octeon/smp: Remove space before newline 2025-08-29 11:55:11 +02:00