linux/drivers/dma/idxd
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
..
bus.c driver core: have match() callback in struct bus_type take a const * 2024-07-03 15:16:54 +02:00
cdev.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
compat.c dmaengine: idxd: fix device leaks on compat bind and unbind 2025-12-14 14:47:24 +05:30
debugfs.c dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue 2024-04-07 13:31:44 +05:30
defaults.c dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad() 2025-08-20 23:01:27 +05:30
device.c dmaengine: idxd: Add Max SGL Size Support for DSA3.0 2026-01-09 08:36:00 +05:30
dma.c dmaengine: add channel device name to channel registration 2024-06-11 23:55:34 +05:30
idxd.h dmaengine: idxd: Add Max SGL Size Support for DSA3.0 2026-01-09 08:36:00 +05:30
init.c dmaengine: idxd: Add Max SGL Size Support for DSA3.0 2026-01-09 08:36:00 +05:30
irq.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Makefile module: Convert default symbol namespace to string literal 2024-12-03 08:22:25 -08:00
perfmon.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
perfmon.h dmaengine: idxd: Add IDXD performance monitor support 2021-04-25 21:46:12 +05:30
registers.h dmaengine: idxd: Add Max SGL Size Support for DSA3.0 2026-01-09 08:36:00 +05:30
submit.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
sysfs.c dmaengine: idxd: Expose DSA3.0 capabilities through sysfs 2026-01-09 08:36:00 +05:30