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
events
xen-pciback
xenbus
xenfs
Kconfig -rw-r--r-- 9.7 KB
Makefile -rw-r--r-- 1.7 KB
acpi.c -rw-r--r-- 2.7 KB
arm-device.c -rw-r--r-- 4.8 KB
balloon.c -rw-r--r-- 18.9 KB
biomerge.c -rw-r--r-- 585 bytes
cpu_hotplug.c -rw-r--r-- 2.2 KB
dbgp.c -rw-r--r-- 1.1 KB
efi.c -rw-r--r-- 8.0 KB
evtchn.c -rw-r--r-- 16.7 KB
fallback.c -rw-r--r-- 1.5 KB
features.c -rw-r--r-- 762 bytes
gntalloc.c -rw-r--r-- 15.3 KB
gntdev.c -rw-r--r-- 27.3 KB
grant-table.c -rw-r--r-- 30.2 KB
manage.c -rw-r--r-- 7.9 KB
mcelog.c -rw-r--r-- 10.1 KB
pci.c -rw-r--r-- 6.0 KB
pcpu.c -rw-r--r-- 9.2 KB
platform-pci.c -rw-r--r-- 4.5 KB
preempt.c -rw-r--r-- 1.2 KB
privcmd.c -rw-r--r-- 19.6 KB
privcmd.h -rw-r--r-- 77 bytes
swiotlb-xen.c -rw-r--r-- 21.0 KB
sys-hypervisor.c -rw-r--r-- 12.6 KB
time.c -rw-r--r-- 2.6 KB
tmem.c -rw-r--r-- 10.2 KB
xen-acpi-cpuhotplug.c -rw-r--r-- 10.7 KB
xen-acpi-memhotplug.c -rw-r--r-- 11.8 KB
xen-acpi-pad.c -rw-r--r-- 4.0 KB
xen-acpi-processor.c -rw-r--r-- 16.4 KB
xen-balloon.c -rw-r--r-- 6.6 KB
xen-scsiback.c -rw-r--r-- 47.3 KB
xen-selfballoon.c -rw-r--r-- 17.7 KB
xen-stub.c -rw-r--r-- 2.8 KB
xlate_mmu.c -rw-r--r-- 7.1 KB

back to top