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
acpica
apei
arm64
dptf
nfit
pmic
x86
Kconfig -rw-r--r-- 16.7 KB
Makefile -rw-r--r-- 3.3 KB
ac.c -rw-r--r-- 11.5 KB
acpi_amba.c -rw-r--r-- 2.8 KB
acpi_apd.c -rw-r--r-- 4.7 KB
acpi_cmos_rtc.c -rw-r--r-- 2.1 KB
acpi_configfs.c -rw-r--r-- 6.4 KB
acpi_dbg.c -rw-r--r-- 18.2 KB
acpi_extlog.c -rw-r--r-- 8.7 KB
acpi_ipmi.c -rw-r--r-- 17.0 KB
acpi_lpat.c -rw-r--r-- 4.4 KB
acpi_lpss.c -rw-r--r-- 26.3 KB
acpi_memhotplug.c -rw-r--r-- 10.3 KB
acpi_pad.c -rw-r--r-- 12.4 KB
acpi_platform.c -rw-r--r-- 3.9 KB
acpi_pnp.c -rw-r--r-- 13.7 KB
acpi_processor.c -rw-r--r-- 17.7 KB
acpi_video.c -rw-r--r-- 56.9 KB
acpi_watchdog.c -rw-r--r-- 3.2 KB
battery.c -rw-r--r-- 39.1 KB
battery.h -rw-r--r-- 220 bytes
bgrt.c -rw-r--r-- 3.0 KB
blacklist.c -rw-r--r-- 5.5 KB
bus.c -rw-r--r-- 32.9 KB
button.c -rw-r--r-- 16.4 KB
cm_sbs.c -rw-r--r-- 2.8 KB
container.c -rw-r--r-- 3.3 KB
cppc_acpi.c -rw-r--r-- 35.5 KB
custom_method.c -rw-r--r-- 2.1 KB
debugfs.c -rw-r--r-- 422 bytes
device_pm.c -rw-r--r-- 31.2 KB
device_sysfs.c -rw-r--r-- 16.5 KB
dock.c -rw-r--r-- 17.1 KB
ec.c -rw-r--r-- 54.3 KB
ec_sys.c -rw-r--r-- 3.5 KB
event.c -rw-r--r-- 4.2 KB
evged.c -rw-r--r-- 3.8 KB
fan.c -rw-r--r-- 10.6 KB
glue.c -rw-r--r-- 9.0 KB
hed.c -rw-r--r-- 2.3 KB
internal.h -rw-r--r-- 8.7 KB
ioapic.c -rw-r--r-- 6.1 KB
irq.c -rw-r--r-- 8.2 KB
numa.c -rw-r--r-- 12.7 KB
nvs.c -rw-r--r-- 4.6 KB
osi.c -rw-r--r-- 13.1 KB
osl.c -rw-r--r-- 39.6 KB
pci_irq.c -rw-r--r-- 14.1 KB
pci_link.c -rw-r--r-- 24.2 KB
pci_mcfg.c -rw-r--r-- 8.3 KB
pci_root.c -rw-r--r-- 24.5 KB
pci_slot.c -rw-r--r-- 5.1 KB
power.c -rw-r--r-- 22.5 KB
proc.c -rw-r--r-- 3.6 KB
processor_core.c -rw-r--r-- 9.1 KB
processor_driver.c -rw-r--r-- 8.8 KB
processor_idle.c -rw-r--r-- 38.0 KB
processor_pdc.c -rw-r--r-- 4.6 KB
processor_perflib.c -rw-r--r-- 20.1 KB
processor_thermal.c -rw-r--r-- 6.5 KB
processor_throttling.c -rw-r--r-- 31.6 KB
property.c -rw-r--r-- 31.3 KB
reboot.c -rw-r--r-- 1.3 KB
resource.c -rw-r--r-- 21.8 KB
sbs.c -rw-r--r-- 20.2 KB
sbshc.c -rw-r--r-- 7.2 KB
sbshc.h -rw-r--r-- 960 bytes
scan.c -rw-r--r-- 53.9 KB
sleep.c -rw-r--r-- 26.2 KB
sleep.h -rw-r--r-- 468 bytes
spcr.c -rw-r--r-- 5.0 KB
sysfs.c -rw-r--r-- 25.1 KB
tables.c -rw-r--r-- 20.8 KB
thermal.c -rw-r--r-- 32.0 KB
utils.c -rw-r--r-- 20.8 KB
video_detect.c -rw-r--r-- 11.9 KB
wakeup.c -rw-r--r-- 2.7 KB

back to top