mirror-linux/drivers/accel/amdxdna
Linus Torvalds 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
This converts some of the visually simpler cases that have been split
over multiple lines.  I only did the ones that are easy to verify the
resulting diff by having just that final GFP_KERNEL argument on the next
line.

Somebody should probably do a proper coccinelle script for this, but for
me the trivial script actually resulted in an assertion failure in the
middle of the script.  I probably had made it a bit _too_ trivial.

So after fighting that far a while I decided to just do some of the
syntactically simpler cases with variations of the previous 'sed'
scripts.

The more syntactically complex multi-line cases would mostly really want
whitespace cleanup anyway.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 20:03:00 -08:00
..
Kconfig
Makefile accel/amdxdna: Remove NPU2 support 2025-12-18 10:36:22 -08:00
TODO accel/amdxdna: Support firmware debug buffer 2025-10-20 09:07:12 -07:00
aie2_ctx.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
aie2_error.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
aie2_message.c accel/amdxdna: Remove hardware context status 2026-02-03 09:20:24 -08:00
aie2_msg_priv.h accel/amdxdna: Enable hardware context priority 2025-12-18 10:36:44 -08:00
aie2_pci.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
aie2_pci.h accel/amdxdna: Update firmware version check for latest firmware 2026-01-08 09:48:43 -08:00
aie2_pm.c accel/amdxdna: Fix incorrect DPM level after suspend/resume 2026-02-04 13:08:35 -08:00
aie2_psp.c accel/amdxdna: Poll MPNPU_PWAITMODE after requesting firmware suspend 2025-12-02 16:31:14 -08:00
aie2_smu.c accel/amdxdna: Fix incorrect DPM level after suspend/resume 2026-02-04 13:08:35 -08:00
aie2_solver.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
aie2_solver.h accel/amdxdna: Enhance power management settings 2024-12-16 15:50:32 -06:00
amdxdna_ctx.c Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
amdxdna_ctx.h accel/amdxdna: Remove hardware context status 2026-02-03 09:20:24 -08:00
amdxdna_error.h accel/amdxdna: Support getting last hardware error 2025-10-16 09:32:48 -07:00
amdxdna_gem.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
amdxdna_gem.h accel/amdxdna: Support firmware debug buffer 2025-10-20 09:07:12 -07:00
amdxdna_mailbox.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
amdxdna_mailbox.h accel/amdxdna: Remove casting mailbox payload pointer 2025-01-13 14:21:39 -06:00
amdxdna_mailbox_helper.c accel/amdxdna: Remove casting mailbox payload pointer 2025-01-13 14:21:39 -06:00
amdxdna_mailbox_helper.h accel/amdxdna: Add IOCTL parameter for telemetry data 2025-11-04 09:04:21 -08:00
amdxdna_pci_drv.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
amdxdna_pci_drv.h accel/amdxdna: Hold mm structure across iommu_sva_unbind_device() 2026-01-30 11:52:45 -08:00
amdxdna_pm.c accel/amdxdna: Fix race condition when checking rpm_on 2025-12-09 11:51:03 -08:00
amdxdna_pm.h accel/amdxdna: Enhance runtime power management 2025-09-24 13:47:59 -07:00
amdxdna_sysfs.c accel/amdxdna: Add command execution 2024-11-22 11:43:27 -07:00
amdxdna_ubuf.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
amdxdna_ubuf.h accel/amdxdna: Support user space allocated buffer 2025-07-22 08:34:29 -07:00
npu1_regs.c accel/amdxdna: Update firmware version check for latest firmware 2026-01-08 09:48:43 -08:00
npu4_regs.c accel/amdxdna: Update firmware version check for latest firmware 2026-01-08 09:48:43 -08:00
npu5_regs.c accel/amdxdna: Update firmware version check for latest firmware 2026-01-08 09:48:43 -08:00
npu6_regs.c accel/amdxdna: Update firmware version check for latest firmware 2026-01-08 09:48:43 -08:00