Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 cleanups from Ingo Molnar: - Fix function prototypes to address clang function type cast warnings in the math-emu code - Reorder definitions in <asm/msr-index.h> - Remove unused code - Fix typos - Simplify #include sections * tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/pci/ce4100: Remove unused 'struct sim_reg_op' x86/msr: Move ARCH_CAP_XAPIC_DISABLE bit definition to its rightful place x86/math-emu: Fix function cast warnings x86/extable: Remove unused fixup type EX_TYPE_COPY x86/rtc: Remove unused intel-mid.h x86/32: Remove unused IA32_STACK_TOP and two externs x86/head: Simplify relative include path to xen-head.S x86/fred: Fix typo in Kconfig description x86/syscall/compat: Remove ia32_unistd.h x86/syscall/compat: Remove unused macro __SYSCALL_ia32_NR x86/virt/tdx: Remove duplicate include x86/xen: Remove duplicate #include
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/entry/entry_64_compat.S 0 additions, 1 deletionarch/x86/entry/entry_64_compat.S
- arch/x86/include/asm/asm.h 0 additions, 3 deletionsarch/x86/include/asm/asm.h
- arch/x86/include/asm/extable_fixup_types.h 1 addition, 1 deletionarch/x86/include/asm/extable_fixup_types.h
- arch/x86/include/asm/ia32.h 0 additions, 11 deletionsarch/x86/include/asm/ia32.h
- arch/x86/include/asm/ia32_unistd.h 0 additions, 12 deletionsarch/x86/include/asm/ia32_unistd.h
- arch/x86/include/asm/msr-index.h 4 additions, 5 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/include/asm/seccomp.h 1 addition, 1 deletionarch/x86/include/asm/seccomp.h
- arch/x86/kernel/cpu/mce/severity.c 0 additions, 1 deletionarch/x86/kernel/cpu/mce/severity.c
- arch/x86/kernel/head_32.S 1 addition, 1 deletionarch/x86/kernel/head_32.S
- arch/x86/kernel/head_64.S 1 addition, 1 deletionarch/x86/kernel/head_64.S
- arch/x86/kernel/rtc.c 0 additions, 1 deletionarch/x86/kernel/rtc.c
- arch/x86/kernel/signal_32.c 1 addition, 1 deletionarch/x86/kernel/signal_32.c
- arch/x86/math-emu/fpu_etc.c 7 additions, 2 deletionsarch/x86/math-emu/fpu_etc.c
- arch/x86/math-emu/fpu_trig.c 3 additions, 3 deletionsarch/x86/math-emu/fpu_trig.c
- arch/x86/math-emu/reg_constant.c 6 additions, 1 deletionarch/x86/math-emu/reg_constant.c
- arch/x86/mm/extable.c 0 additions, 9 deletionsarch/x86/mm/extable.c
- arch/x86/pci/ce4100.c 0 additions, 6 deletionsarch/x86/pci/ce4100.c
- arch/x86/virt/vmx/tdx/tdx.c 0 additions, 1 deletionarch/x86/virt/vmx/tdx/tdx.c
- arch/x86/xen/enlighten.c 0 additions, 3 deletionsarch/x86/xen/enlighten.c
Please register or sign in to comment