-
- Downloads
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "A number of fixes and some late updates: - make in_compat_syscall() behavior on x86-32 similar to other platforms, this touches a number of generic files but is not intended to impact non-x86 platforms. - objtool fixes - PAT preemption fix - paravirt fixes/cleanups - cpufeatures updates for new instructions - earlyprintk quirk - make microcode version in sysfs world-readable (it is already world-readable in procfs) - minor cleanups and fixes" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: compat: Cleanup in_compat_syscall() callers x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT objtool: Support GCC 9 cold subfunction naming scheme x86/numa_emulation: Fix uniform-split numa emulation x86/paravirt: Remove unused _paravirt_ident_32 x86/mm/pat: Disable preemption around __flush_tlb_all() x86/paravirt: Remove GPL from pv_ops export x86/traps: Use format string with panic() call x86: Clean up 'sizeof x' => 'sizeof(x)' x86/cpufeatures: Enumerate MOVDIR64B instruction x86/cpufeatures: Enumerate MOVDIRI instruction x86/earlyprintk: Add a force option for pciserial device objtool: Support per-function rodata sections x86/microcode: Make revision and processor flags world-readable
Showing
- Documentation/admin-guide/kernel-parameters.txt 5 additions, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/boot/cpucheck.c 1 addition, 1 deletionarch/x86/boot/cpucheck.c
- arch/x86/boot/early_serial_console.c 2 additions, 2 deletionsarch/x86/boot/early_serial_console.c
- arch/x86/boot/edd.c 3 additions, 3 deletionsarch/x86/boot/edd.c
- arch/x86/boot/main.c 2 additions, 2 deletionsarch/x86/boot/main.c
- arch/x86/boot/memory.c 1 addition, 1 deletionarch/x86/boot/memory.c
- arch/x86/boot/regs.c 1 addition, 1 deletionarch/x86/boot/regs.c
- arch/x86/boot/video-vesa.c 3 additions, 3 deletionsarch/x86/boot/video-vesa.c
- arch/x86/boot/video.c 1 addition, 1 deletionarch/x86/boot/video.c
- arch/x86/events/intel/core.c 1 addition, 1 deletionarch/x86/events/intel/core.c
- arch/x86/include/asm/compat.h 8 additions, 1 deletionarch/x86/include/asm/compat.h
- arch/x86/include/asm/cpufeatures.h 2 additions, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/ftrace.h 1 addition, 3 deletionsarch/x86/include/asm/ftrace.h
- arch/x86/include/asm/paravirt_types.h 0 additions, 2 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/tlbflush.h 6 additions, 0 deletionsarch/x86/include/asm/tlbflush.h
- arch/x86/kernel/cpu/common.c 2 additions, 2 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/mcheck/mce.c 1 addition, 1 deletionarch/x86/kernel/cpu/mcheck/mce.c
- arch/x86/kernel/cpu/microcode/core.c 2 additions, 2 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/mtrr/generic.c 1 addition, 1 deletionarch/x86/kernel/cpu/mtrr/generic.c
- arch/x86/kernel/cpu/mtrr/if.c 3 additions, 3 deletionsarch/x86/kernel/cpu/mtrr/if.c
Loading
Please register or sign in to comment