Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Peter Anvin: "Several boot fixes (MacBook, legacy EFI bootloaders), another please-don't-brick fix, and some minor stuff." * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Do not try to sync identity map for non-mapped pages x86, doc: Be explicit about what the x86 struct boot_params requires x86: Don't clear efi_info even if the sentinel hits x86, mm: Make sure to find a 2M free block for the first mapped area x86: Fix 32-bit *_cpu_data initializers efivarfs: return accurate error code in efivarfs_fill_super() efivars: efivarfs_valid_name() should handle pstore syntax efi: be more paranoid about available space when creating variables iommu, x86: Add DMA remap fault reason x86, smpboot: Remove unused variable
No related branches found
No related tags found
Showing
- arch/x86/include/asm/bootparam_utils.h 18 additions, 2 deletionsarch/x86/include/asm/bootparam_utils.h
- arch/x86/kernel/setup.c 8 additions, 2 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/smpboot.c 1 addition, 2 deletionsarch/x86/kernel/smpboot.c
- arch/x86/mm/init.c 2 additions, 3 deletionsarch/x86/mm/init.c
- arch/x86/mm/pat.c 7 additions, 0 deletionsarch/x86/mm/pat.c
- drivers/firmware/efivars.c 96 additions, 34 deletionsdrivers/firmware/efivars.c
- drivers/iommu/dmar.c 1 addition, 0 deletionsdrivers/iommu/dmar.c
- tools/testing/selftests/efivarfs/efivarfs.sh 59 additions, 0 deletionstools/testing/selftests/efivarfs/efivarfs.sh
Loading
Please register or sign in to comment