Revision e525de3ab04621d227330aa82cd4073c0b0f3579 authored by Linus Torvalds on 15 February 2018, 01:31:51 UTC, committed by Linus Torvalds on 15 February 2018, 01:31:51 UTC
Pull x86 fixes from Ingo Molnar:
 "Misc fixes all across the map:

   - /proc/kcore vsyscall related fixes
   - LTO fix
   - build warning fix
   - CPU hotplug fix
   - Kconfig NR_CPUS cleanups
   - cpu_has() cleanups/robustification
   - .gitignore fix
   - memory-failure unmapping fix
   - UV platform fix"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
  x86/error_inject: Make just_return_func() globally visible
  x86/platform/UV: Fix GAM Range Table entries less than 1GB
  x86/build: Add arch/x86/tools/insn_decoder_test to .gitignore
  x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physical CPU
  x86/mm/kcore: Add vsyscall page to /proc/kcore conditionally
  vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
  x86/Kconfig: Further simplify the NR_CPUS config
  x86/Kconfig: Simplify NR_CPUS config
  x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"
  x86/cpufeature: Update _static_cpu_has() to use all named variables
  x86/cpufeature: Reindent _static_cpu_has()
2 parent s d4667ca + fd0e786
History
File Mode Size
Kconfig -rw-r--r-- 10.0 KB
Makefile -rw-r--r-- 507 bytes
autosleep.c -rw-r--r-- 2.6 KB
console.c -rw-r--r-- 3.5 KB
hibernate.c -rw-r--r-- 27.7 KB
main.c -rw-r--r-- 19.0 KB
power.h -rw-r--r-- 8.7 KB
poweroff.c -rw-r--r-- 990 bytes
process.c -rw-r--r-- 5.5 KB
qos.c -rw-r--r-- 19.1 KB
snapshot.c -rw-r--r-- 71.5 KB
suspend.c -rw-r--r-- 15.0 KB
suspend_test.c -rw-r--r-- 5.7 KB
swap.c -rw-r--r-- 37.6 KB
user.c -rw-r--r-- 10.1 KB
wakelock.c -rw-r--r-- 5.8 KB

back to top