Star64_linux/tools/testing/selftests/x86
Linus Torvalds 8a5f06056a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner:
 "A set of fixes for x86:

   - Fix the swapped outb() parameters in the KASLR code

   - Fix the PKEY handling at fork which missed to preserve the pkey
     state for the child. Comes with a test case to validate that.

   - Fix the entry stack handling for XEN PV to respect that XEN PV
     systems enter the function already on the current thread stack and
     not on the trampoline.

   - Fix kexec load failure caused by using a stale value when the
     kexec_buf structure is reused for subsequent allocations.

   - Fix a bogus sizeof() in the memory encryption code

   - Enforce PCI dependency for the Intel Low Power Subsystem

   - Enforce PCI_LOCKLESS_CONFIG when PCI is enabled"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled
  x86/entry/64/compat: Fix stack switching for XEN PV
  x86/kexec: Fix a kexec_file_load() failure
  x86/mm/mem_encrypt: Fix erroneous sizeof()
  x86/selftests/pkeys: Fork() to check for state being preserved
  x86/pkeys: Properly copy pkey state at fork()
  x86/kaslr: Fix incorrect i8254 outb() parameters
  x86/intel/lpss: Make PCI dependency explicit
2019-01-27 12:02:00 -08:00
..
.gitignore
check_cc.sh
check_initial_reg_state.c
entry_from_vm86.c
fsgsbase.c
ioperm.c
iopl.c
ldt_gdt.c
Makefile
mov_ss_trap.c
mpx-debug.h
mpx-dig.c
mpx-hw.h
mpx-mini-test.c x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded" 2019-01-14 18:50:17 -07:00
mpx-mm.h
pkey-helpers.h
protection_keys.c x86/selftests/pkeys: Fork() to check for state being preserved 2019-01-15 10:33:45 +01:00
ptrace_syscall.c
raw_syscall_helper_32.S
sigreturn.c
single_step_syscall.c
syscall_arg_fault.c
syscall_nt.c
sysret_rip.c
sysret_ss_attrs.c
test_FCMOV.c
test_FCOMI.c
test_FISTTP.c
test_mremap_vdso.c
test_syscall_vdso.c
test_vdso.c x86/vdso: Fix vDSO syscall fallback asm constraint regression 2018-10-04 08:17:50 +02:00
test_vsyscall.c
thunks.S
thunks_32.S
trivial_32bit_program.c
trivial_64bit_program.c
trivial_program.c
unwind_vdso.c tools/testing/selftests/x86/unwind_vdso.c: Remove duplicate header 2019-01-14 18:50:42 -07:00
vdso_restorer.c