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
Makefile -rw-r--r-- 682 bytes
clk-a10-codec.c -rw-r--r-- 1.3 KB
clk-a10-hosc.c -rw-r--r-- 1.8 KB
clk-a10-mod1.c -rw-r--r-- 2.0 KB
clk-a10-pll2.c -rw-r--r-- 5.6 KB
clk-a10-ve.c -rw-r--r-- 4.0 KB
clk-a20-gmac.c -rw-r--r-- 3.5 KB
clk-factors.c -rw-r--r-- 7.4 KB
clk-factors.h -rw-r--r-- 1.1 KB
clk-mod0.c -rw-r--r-- 9.3 KB
clk-simple-gates.c -rw-r--r-- 6.0 KB
clk-sun4i-display.c -rw-r--r-- 6.3 KB
clk-sun4i-pll3.c -rw-r--r-- 2.5 KB
clk-sun4i-tcon-ch1.c -rw-r--r-- 6.6 KB
clk-sun6i-apb0-gates.c -rw-r--r-- 2.7 KB
clk-sun6i-apb0.c -rw-r--r-- 1.8 KB
clk-sun6i-ar100.c -rw-r--r-- 2.2 KB
clk-sun8i-apb0.c -rw-r--r-- 2.7 KB
clk-sun8i-bus-gates.c -rw-r--r-- 3.1 KB
clk-sun8i-mbus.c -rw-r--r-- 3.1 KB
clk-sun9i-core.c -rw-r--r-- 6.8 KB
clk-sun9i-cpus.c -rw-r--r-- 6.2 KB
clk-sun9i-mmc.c -rw-r--r-- 5.1 KB
clk-sunxi.c -rw-r--r-- 27.6 KB
clk-usb.c -rw-r--r-- 7.0 KB

back to top