Revision 915ee0da5ecb7ac7fd023ae36f01c47ce47a45d1 authored by Linus Torvalds on 31 March 2019, 15:40:15 UTC, committed by Linus Torvalds on 31 March 2019, 15:40:15 UTC
Pull x86 fixes from Thomas Gleixner:
 "A pile of x86 updates:

   - Prevent exceeding he valid physical address space in the /dev/mem
     limit checks.

   - Move all header content inside the header guard to prevent compile
     failures.

   - Fix the bogus __percpu annotation in this_cpu_has() which makes
     sparse very noisy.

   - Disable switch jump tables completely when retpolines are enabled.

   - Prevent leaking the trampoline address"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/realmode: Make set_real_mode_mem() static inline
  x86/cpufeature: Fix __percpu annotation in this_cpu_has()
  x86/mm: Don't exceed the valid physical address space
  x86/retpolines: Disable switch jump tables when retpolines are enabled
  x86/realmode: Don't leak the trampoline kernel address
  x86/boot: Fix incorrect ifdeffery scope
  x86/resctrl: Remove unused variable
2 parent s 590627f + f560bd1
History
File Mode Size
6fire
bcd2000
caiaq
hiface
line6
misc
usx2y
Kconfig -rw-r--r-- 4.6 KB
Makefile -rw-r--r-- 667 bytes
card.c -rw-r--r-- 24.3 KB
card.h -rw-r--r-- 6.8 KB
clock.c -rw-r--r-- 16.9 KB
clock.h -rw-r--r-- 392 bytes
debug.h -rw-r--r-- 301 bytes
endpoint.c -rw-r--r-- 33.0 KB
endpoint.h -rw-r--r-- 1.4 KB
format.c -rw-r--r-- 15.6 KB
format.h -rw-r--r-- 489 bytes
helper.c -rw-r--r-- 3.1 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 68.9 KB
midi.h -rw-r--r-- 1.9 KB
mixer.c -rw-r--r-- 95.1 KB
mixer.h -rw-r--r-- 3.3 KB
mixer_maps.c -rw-r--r-- 15.9 KB
mixer_quirks.c -rw-r--r-- 61.4 KB
mixer_quirks.h -rw-r--r-- 655 bytes
mixer_scarlett.c -rw-r--r-- 28.1 KB
mixer_scarlett.h -rw-r--r-- 208 bytes
mixer_us16x08.c -rw-r--r-- 37.6 KB
mixer_us16x08.h -rw-r--r-- 4.0 KB
pcm.c -rw-r--r-- 50.0 KB
pcm.h -rw-r--r-- 586 bytes
power.c -rw-r--r-- 2.4 KB
power.h -rw-r--r-- 924 bytes
proc.c -rw-r--r-- 5.9 KB
proc.h -rw-r--r-- 250 bytes
quirks-table.h -rw-r--r-- 81.2 KB
quirks.c -rw-r--r-- 50.4 KB
quirks.h -rw-r--r-- 1.5 KB
stream.c -rw-r--r-- 31.8 KB
stream.h -rw-r--r-- 325 bytes
usbaudio.h -rw-r--r-- 3.7 KB

back to top