Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "This fixes a couple of nasty page table initialization bugs which were causing kdump regressions. A clean rearchitecturing of the code is in the works - meanwhile these are reverts that restore the best-known-working state of the kernel. There's also EFI fixes and other small fixes." * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, mm: Undo incorrect revert in arch/x86/mm/init.c x86: efi: Turn off efi_enabled after setup on mixed fw/kernel x86, mm: Find_early_table_space based on ranges that are actually being mapped x86, mm: Use memblock memory loop instead of e820_RAM x86, mm: Trim memory in memblock to be page aligned x86/irq/ioapic: Check for valid irq_cfg pointer in smp_irq_move_cleanup_interrupt x86/efi: Fix oops caused by incorrect set_memory_uc() usage x86-64: Fix page table accounting Revert "x86/mm: Fix the size calculation of mapping tables" MAINTAINERS: Add EFI git repository location
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/x86/include/asm/efi.h 4 additions, 2 deletionsarch/x86/include/asm/efi.h
- arch/x86/kernel/apic/io_apic.c 3 additions, 0 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/e820.c 3 additions, 0 deletionsarch/x86/kernel/e820.c
- arch/x86/kernel/setup.c 20 additions, 7 deletionsarch/x86/kernel/setup.c
- arch/x86/mm/init.c 31 additions, 27 deletionsarch/x86/mm/init.c
- arch/x86/mm/init_64.c 6 additions, 1 deletionarch/x86/mm/init_64.c
- arch/x86/platform/efi/efi.c 28 additions, 19 deletionsarch/x86/platform/efi/efi.c
- arch/x86/platform/efi/efi_64.c 5 additions, 2 deletionsarch/x86/platform/efi/efi_64.c
- include/linux/memblock.h 1 addition, 0 deletionsinclude/linux/memblock.h
- mm/memblock.c 24 additions, 0 deletionsmm/memblock.c
Loading
Please register or sign in to comment