Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "The x86 updates contain: - A fix for a longstanding PAT bug, where PAT was reported on CPUs that do not support it, which leads to wrong caching attributes and missing MTRR updates - Prevent overwriting of the e820 firmware table, which causes kexec kernels to lose the fake mptable which is stored there. - Cleanup of the UV/BAU code, removing unused code and making local functions static" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] table x86/boot/e820: Rename the e820_table_firmware to e820_table_kexec x86/boot/e820: Avoid overwriting e820_table_firmware x86/mm/pat: Don't report PAT on CPUs that don't support it x86/platform/uv/BAU: Minor cleanup, make some local functions static
No related branches found
No related tags found
Showing
- arch/x86/include/asm/e820/api.h 1 addition, 0 deletionsarch/x86/include/asm/e820/api.h
- arch/x86/include/asm/pat.h 1 addition, 0 deletionsarch/x86/include/asm/pat.h
- arch/x86/kernel/e820.c 36 additions, 13 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/kexec-bzimage64.c 2 additions, 2 deletionsarch/x86/kernel/kexec-bzimage64.c
- arch/x86/kernel/setup.c 7 additions, 0 deletionsarch/x86/kernel/setup.c
- arch/x86/mm/pat.c 12 additions, 16 deletionsarch/x86/mm/pat.c
- arch/x86/platform/uv/tlb_uv.c 6 additions, 25 deletionsarch/x86/platform/uv/tlb_uv.c
Loading
Please register or sign in to comment