linux/arch/loongarch/kvm
Uwe Kleine-König (The Capable Hub) 995832b2ce Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Replace the #include of <linux/mod_devicetable.h> by the more specific
<linux/device-id/*.h> where applicable. For most cases the include
can be dropped completely, only a few drivers need one or two headers
added.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://patch.msgid.link/1a3f2007c5c5dcf555c09a4035ce3ae8ef1b6c49.1782808461.git.u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
2026-07-03 07:38:17 +02:00
..
intc LoongArch: KVM: Add missing slots_lock for device register/unregister 2026-06-11 20:46:44 +08:00
exit.c LoongArch: KVM: Return full old CSR value from kvm_emu_xchg_csr() 2026-06-11 20:46:43 +08:00
interrupt.c LoongArch: KVM: Inject interrupts with batch method 2026-06-11 20:46:42 +08:00
irqfd.c LoongArch: KVM: Validate irqchip index in irqfd routing 2026-06-11 20:46:43 +08:00
Kconfig LoongArch: Adjust build infrastructure for 32BIT/64BIT 2026-04-22 15:44:26 +08:00
main.c Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files) 2026-07-03 07:38:17 +02:00
Makefile LoongArch: KVM: Compile switch.S directly into the kernel 2026-05-04 09:00:37 +08:00
mmu.c LoongArch: KVM: Use kvm_set_pte() in kvm_flush_pte() 2026-05-04 09:00:38 +08:00
switch.S LoongArch: KVM: Fix "unreliable stack" for kvm_exc_entry 2026-05-04 09:00:37 +08:00
timer.c LoongArch: KVM: Remove timer interrupt injection when SW timer expired 2026-06-11 20:46:43 +08:00
tlb.c LoongArch: KVM: Delay secondary mmu tlb flush until guest entry 2024-07-09 16:25:50 +08:00
trace.h LoongArch: KVM: Move kvm_iocsr tracepoint out of generic code 2025-09-23 23:37:26 +08:00
vcpu.c LoongArch: KVM: Check the return values for put_user() 2026-06-11 20:46:43 +08:00
vm.c LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS 2026-05-04 09:00:37 +08:00