Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Misc fixes: - two boot crash fixes - unwinder fixes - kexec related kernel direct mappings enhancements/fixes - more Clang support quirks - minor cleanups - Documentation fixes" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/intel_rdt: Fix a typo in Documentation x86/build: Don't add -maccumulate-outgoing-args w/o compiler support x86/boot/32: Fix UP boot on Quark and possibly other platforms x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() x86/kexec/64: Use gbpages for identity mappings if available x86/mm: Add support for gbpages to kernel_ident_mapping_init() x86/boot: Declare error() as noreturn x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds() x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() x86/microcode/AMD: Remove redundant NULL check on mc
No related branches found
No related tags found
Showing
- Documentation/x86/intel_rdt_ui.txt 1 addition, 1 deletionDocumentation/x86/intel_rdt_ui.txt
- arch/x86/Makefile 2 additions, 1 deletionarch/x86/Makefile
- arch/x86/boot/compressed/error.h 3 additions, 1 deletionarch/x86/boot/compressed/error.h
- arch/x86/boot/compressed/pagetable.c 1 addition, 1 deletionarch/x86/boot/compressed/pagetable.c
- arch/x86/include/asm/asm.h 1 addition, 0 deletionsarch/x86/include/asm/asm.h
- arch/x86/include/asm/init.h 2 additions, 1 deletionarch/x86/include/asm/init.h
- arch/x86/kernel/cpu/microcode/amd.c 0 additions, 2 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/kernel/machine_kexec_64.c 5 additions, 1 deletionarch/x86/kernel/machine_kexec_64.c
- arch/x86/kernel/setup.c 15 additions, 0 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/setup_percpu.c 5 additions, 5 deletionsarch/x86/kernel/setup_percpu.c
- arch/x86/lib/csum-copy_64.S 6 additions, 6 deletionsarch/x86/lib/csum-copy_64.S
- arch/x86/lib/kaslr.c 2 additions, 1 deletionarch/x86/lib/kaslr.c
- arch/x86/mm/ident_map.c 13 additions, 1 deletionarch/x86/mm/ident_map.c
- arch/x86/mm/init_64.c 6 additions, 6 deletionsarch/x86/mm/init_64.c
- arch/x86/mm/numa_32.c 1 addition, 0 deletionsarch/x86/mm/numa_32.c
- arch/x86/power/hibernate_64.c 1 addition, 1 deletionarch/x86/power/hibernate_64.c
Please register or sign in to comment