summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"Greg Kroah-Hartman2017-12-051-8/+2
* KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-12-051-0/+5
* KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-12-051-1/+6
* KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-12-051-0/+2
* KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-12-052-0/+4
* KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-12-051-0/+3
* KVM: SVM: obey guest PATPaolo Bonzini2017-11-301-0/+7
* KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek2017-11-301-0/+2
* x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-301-2/+8
* x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-301-1/+1
* x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka2017-11-301-1/+10
* x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam2017-11-211-4/+3
* x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-11-218-21/+27
* security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-11-181-4/+0
* x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov2017-11-151-2/+2
* x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2017-11-152-10/+9
* crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-151-6/+6
* crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-151-6/+6
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2017-11-151-2/+11
* x86/microcode/intel: Disable late loading on model 79Borislav Petkov2017-10-271-0/+19
* mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-10-211-1/+1
* KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek2017-10-181-0/+1
* x86/alternatives: Fix alt_max_short macro to really be a max()Mathias Krause2017-10-182-4/+6
* KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang2017-10-181-1/+1
* KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-182-8/+9
* KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-10-123-30/+24
* x86/acpi: Restore the order of CPU IDsDou Liyang2017-10-082-20/+13
* kasan: do not sanitize kexec purgatoryMike Galbraith2017-10-081-0/+1
* KVM: VMX: use cmpxchg64Paolo Bonzini2017-10-051-6/+6
* KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang2017-10-051-12/+21
* KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang2017-10-051-5/+1
* x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2017-10-052-2/+11
* x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-10-051-23/+24
* kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson2017-10-051-0/+5
* KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr2017-10-051-2/+7
* kvm/x86: Handle async PF in RCU read-side critical sectionsBoqun Feng2017-10-051-1/+2
* KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini2017-10-051-33/+35
* KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini2017-10-051-37/+25
* KVM: VMX: extract __pi_post_blockPaolo Bonzini2017-10-051-33/+38
* x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUsAndy Lutomirski2017-09-201-105/+122
* x86/fsgsbase/64: Report FSBASE and GSBASE correctly in core dumpsAndy Lutomirski2017-09-201-2/+3
* x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_commonAndy Lutomirski2017-09-201-0/+9
* x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann2017-09-021-2/+2
* x86/mm: Fix use-after-free of ldt_structEric Biggers2017-08-301-3/+1
* perf/x86/intel/rapl: Make package handling more robustThomas Gleixner2017-08-301-33/+25
* KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini2017-08-301-1/+1
* x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-241-0/+2
* mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changesKees Cook2017-08-241-2/+2
* crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2017-08-242-32/+37
* x86/boot: Add missing declaration of string functionsNicholas Mc Guire2017-08-112-0/+10