linux/arch/x86/hyperv
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
..
.gitignore x86/hv: Add gitignore entry for generated header file 2025-12-13 19:57:41 +12:00
hv_apic.c drivers: hv: Allow vmbus message synic interrupt injected from Hyper-V 2025-11-15 06:18:14 +00:00
hv_crash.c hyperv-next for v7.0 2026-02-20 08:48:31 -08:00
hv_init.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
hv_spinlock.c x86/pvlocks: Move paravirt spinlock functions into own header 2026-01-13 14:57:45 +01:00
hv_trampoline.S x86/hyperv: Add trampoline asm code to transition from hypervisor 2025-11-15 06:18:16 +00:00
hv_vtl.c x86/hyperv: Fix error pointer dereference 2026-02-18 23:22:27 +00:00
irqdomain.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
ivm.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Makefile Drivers: hv: Introduce mshv_vtl driver 2025-12-05 23:16:26 +00:00
mmu.c hyperv-next for 6.15 2025-03-25 14:47:04 -07:00
mshv-asm-offsets.c Drivers: hv: Introduce mshv_vtl driver 2025-12-05 23:16:26 +00:00
mshv_vtl_asm.S Drivers: hv: Introduce mshv_vtl driver 2025-12-05 23:16:26 +00:00
nested.c x86/hyperv: Fix warnings for missing export.h header inclusion 2025-07-09 23:43:53 +00:00