linux/drivers/video/fbdev/nvidia
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
..
Makefile
nv_accel.c
nv_backlight.c fbdev: nvidiafb: Use backlight power constants 2024-09-30 16:35:31 +02:00
nv_dma.h
nv_hw.c fbdev: nvidiafb: fix inconsistent indentation warning 2024-10-15 10:07:32 +02:00
nv_i2c.c video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow 2022-01-29 22:24:25 +01:00
nv_local.h fbdev: nvidiafb: fix build on 32-bit ARCH=um 2025-07-27 19:56:50 +02:00
nv_of.c fbdev: nvidia: use for_each_child_of_node() macro 2020-10-16 23:43:41 +02:00
nv_proto.h
nv_setup.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv_type.h
nvidia.c fbdev: Use string choices helpers 2025-09-30 23:21:34 +02:00