Revision 7f680d7ec3153dffc4d37aea517ead2b9fb9b8e9 authored by Linus Torvalds on 20 August 2017, 16:36:52 UTC, committed by Linus Torvalds on 20 August 2017, 16:36:52 UTC
Pull x86 fixes from Thomas Gleixner:
 "Another pile of small fixes and updates for x86:

   - Plug a hole in the SMAP implementation which misses to clear AC on
     NMI entry

   - Fix the norandmaps/ADDR_NO_RANDOMIZE logic so the command line
     parameter works correctly again

   - Use the proper accessor in the startup64 code for next_early_pgt to
     prevent accessing of invalid addresses and faulting in the early
     boot code.

   - Prevent CPU hotplug lock recursion in the MTRR code

   - Unbreak CPU0 hotplugging

   - Rename overly long CPUID bits which got introduced in this cycle

   - Two commits which mark data 'const' and restrict the scope of data
     and functions to file scope by making them 'static'"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Constify attribute_group structures
  x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt'
  x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks
  x86: Fix norandmaps/ADDR_NO_RANDOMIZE
  x86/mtrr: Prevent CPU hotplug lock recursion
  x86: Mark various structures and functions as 'static'
  x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flag
  x86/smpboot: Unbreak CPU0 hotplug
  x86/asm/64: Clear AC on NMI entries
2 parent s 2615a38 + 45bd07a
History
File Mode Size
Kconfig -rw-r--r-- 10.7 KB
Makefile -rw-r--r-- 1.3 KB
amd_iommu.c -rw-r--r-- 106.1 KB
amd_iommu_init.c -rw-r--r-- 68.6 KB
amd_iommu_proto.h -rw-r--r-- 3.1 KB
amd_iommu_types.h -rw-r--r-- 22.2 KB
amd_iommu_v2.c -rw-r--r-- 22.1 KB
arm-smmu-v3.c -rw-r--r-- 73.9 KB
arm-smmu.c -rw-r--r-- 64.2 KB
dma-iommu.c -rw-r--r-- 26.3 KB
dmar.c -rw-r--r-- 49.9 KB
exynos-iommu.c -rw-r--r-- 38.8 KB
fsl_pamu.c -rw-r--r-- 33.5 KB
fsl_pamu.h -rw-r--r-- 13.3 KB
fsl_pamu_domain.c -rw-r--r-- 27.5 KB
fsl_pamu_domain.h -rw-r--r-- 2.6 KB
intel-iommu.c -rw-r--r-- 139.2 KB
intel-svm.c -rw-r--r-- 18.7 KB
intel_irq_remapping.c -rw-r--r-- 36.0 KB
io-pgtable-arm-v7s.c -rw-r--r-- 25.5 KB
io-pgtable-arm.c -rw-r--r-- 30.1 KB
io-pgtable.c -rw-r--r-- 2.0 KB
io-pgtable.h -rw-r--r-- 6.7 KB
iommu-sysfs.c -rw-r--r-- 2.9 KB
iommu-traces.c -rw-r--r-- 633 bytes
iommu.c -rw-r--r-- 48.5 KB
iova.c -rw-r--r-- 22.8 KB
ipmmu-vmsa.c -rw-r--r-- 27.2 KB
irq_remapping.c -rw-r--r-- 4.3 KB
irq_remapping.h -rw-r--r-- 2.2 KB
msm_iommu.c -rw-r--r-- 20.6 KB
msm_iommu.h -rw-r--r-- 3.3 KB
msm_iommu_hw-8xxx.h -rw-r--r-- 74.0 KB
mtk_iommu.c -rw-r--r-- 18.6 KB
mtk_iommu.h -rw-r--r-- 1.9 KB
mtk_iommu_v1.c -rw-r--r-- 19.2 KB
of_iommu.c -rw-r--r-- 7.1 KB
omap-iommu-debug.c -rw-r--r-- 6.4 KB
omap-iommu.c -rw-r--r-- 30.2 KB
omap-iommu.h -rw-r--r-- 7.0 KB
omap-iopgtable.h -rw-r--r-- 2.8 KB
rockchip-iommu.c -rw-r--r-- 33.1 KB
s390-iommu.c -rw-r--r-- 8.7 KB
tegra-gart.c -rw-r--r-- 12.0 KB
tegra-smmu.c -rw-r--r-- 21.8 KB

back to top