summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini1-3/+4
2019-07-26x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra3-10/+10
2019-07-26x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis1-0/+2
2019-07-26x86/cpu: Add Ice Lake NNPI to Intel familyRajneesh Bhardwaj1-0/+1
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner1-0/+2
2019-07-21x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner1-1/+2
2019-07-10x86/CPU: Add more Icelake model numbersKan Liang1-0/+3
2019-05-31x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra1-3/+4
2019-05-31x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)1-1/+3
2019-05-25x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2-10/+11
2019-05-25x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra1-0/+28
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra1-0/+1
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner1-0/+1
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner1-0/+5
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner3-0/+23
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+13
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner1-0/+25
2019-05-14x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner1-0/+1
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2-0/+7
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner1-16/+18
2019-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+2
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov1-0/+1
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson1-0/+1
2019-04-29x86: make ZERO_PAGE() at least parse its argumentLinus Torvalds1-1/+1
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+14
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson1-0/+1
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2-2/+6
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon1-6/+6
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini1-0/+1
2019-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+18
2019-04-07Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2019-04-06x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko1-23/+18
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-53/+16
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-56/+17
2019-04-05xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+7
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce1-1/+5
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson1-0/+1
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-0/+1
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang1-1/+1
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh1-0/+2
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson1-2/+2
2019-03-28x86/cpufeature: Fix __percpu annotation in this_cpu_has()Jann Horn1-2/+3
2019-03-22Merge branch 'x86/cpu' into x86/urgentThomas Gleixner1-16/+15
2019-03-21x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processorsMatthew Whitehead1-21/+0
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-3/+0
2019-03-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-125/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-1/+0
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-23/+44