linux/drivers/platform/mellanox
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
..
Kconfig platform/mellanox: mlxreg-dpu: Add initial support for Nvidia DPU 2025-04-30 14:05:49 +03:00
Makefile platform/mellanox: mlxreg-dpu: Add initial support for Nvidia DPU 2025-04-30 14:05:49 +03:00
mlx-platform.c platform: mellanox: mlx-platform: Add support DGX flavor of next-generation 800GB/s ethernet switch. 2026-01-28 14:38:21 +02:00
mlxbf-bootctl.c sysfs: treewide: switch back to bin_attribute::read()/write() 2025-06-17 10:44:13 +02:00
mlxbf-bootctl.h mlxbf-bootctl: Support sysfs entries for RTC battery status 2025-02-03 14:57:27 +02:00
mlxbf-pmc.c platform/mellanox: mlxbf-pmc: Remove trailing whitespaces from event names 2025-12-22 16:09:29 +02:00
mlxbf-tmfifo-regs.h platform/mellanox: Add BlueField-3 support in the tmfifo driver 2022-11-16 08:48:19 +01:00
mlxbf-tmfifo.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mlxreg-dpu.c platform/mellanox: Fix spelling and comment clarity in Mellanox drivers 2025-06-26 17:11:58 +03:00
mlxreg-hotplug.c platform/mellanox: Rename field to improve code readability 2025-04-15 17:14:30 +03:00
mlxreg-io.c platform/mellanox: mlxreg-io: use sysfs_emit() instead of sprintf() 2025-01-20 14:13:22 +02:00
mlxreg-lc.c platform/mellanox: mlxreg-lc: Fix logic error in power state check 2025-06-30 14:06:55 +03:00
nvsw-sn2201.c platform/mellanox: nvsw-sn2201: Fix bus number in adapter error message 2025-06-26 17:14:31 +03:00