mirror-linux/arch/x86/kernel/apic
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 x86/apic: Add new driver for Secure AVIC 2025-08-28 17:57:19 +02:00
apic.c soc: driver updates for 6.19 2025-12-05 17:29:04 -08:00
apic_common.c x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible 2025-11-12 15:29:38 -08:00
apic_flat_64.c
apic_noop.c arch/x86: Provide the CPU number in the wakeup AP callback 2025-05-23 16:30:56 +00:00
apic_numachip.c hyperv-next for v6.16 2025-06-03 08:39:20 -07:00
hw_nmi.c
init.c
io_apic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ipi.c Miscellaneous x86 cleanups by Arnd Bergmann, Charles Han, 2025-03-24 22:39:53 -07:00
local.h x86/apic: Inline __x2apic_send_IPI_dest() 2026-01-26 16:25:18 +01:00
msi.c
probe_32.c x86/smp: Drop 32-bit "bigsmp" machine support 2025-02-27 11:19:05 +01:00
probe_64.c
vector.c x86/apic: Add update_vector() callback for APIC drivers 2025-09-01 12:36:46 +02:00
x2apic_cluster.c
x2apic_phys.c x86/apic: Inline __x2apic_send_IPI_dest() 2026-01-26 16:25:18 +01:00
x2apic_savic.c x86/apic/savic: Do not use snp_abort() 2025-09-04 13:12:51 +02:00
x2apic_uv_x.c arch/x86: Provide the CPU number in the wakeup AP callback 2025-05-23 16:30:56 +00:00