summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
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-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada3-17/+4
2019-05-31x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)1-1/+3
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-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-16/+17
2019-05-02x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior2-14/+7
2019-04-17x86/asm: Use stricter assembly constraints in bitopsAlexander Potapenko1-23/+18
2019-04-17x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes3-41/+0
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-0/+1
2019-04-03KVM: x86: update %rip after emulating IOSean Christopherson1-0/+1
2019-03-27x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn1-0/+6
2019-03-23KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson1-1/+1
2019-03-23x86/CPU: Add Icelake model numberRajneesh Bhardwaj1-0/+2
2019-03-14x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2-0/+7
2019-03-14x86_64: increase stack size for KASAN_EXTRAQian Cai1-0/+4
2019-03-05x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski1-3/+4
2019-02-20x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche1-1/+7
2019-02-12x86/fpu: Add might_fault() to user_insn()Sebastian Andrzej Siewior1-0/+3
2019-01-31x86/pkeys: Properly copy pkey state at fork()Dave Hansen1-0/+18
2019-01-26x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov1-3/+3
2019-01-13x86/mm: Fix guard hole handlingKirill A. Shutemov1-0/+5
2019-01-09KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost1-0/+1
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra1-0/+21
2018-12-05KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz1-1/+2
2018-12-05x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner1-0/+1
2018-12-05x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+1
2018-12-05x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2-6/+4
2018-12-05x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2-2/+8
2018-12-05x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner1-2/+11
2018-12-05x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner1-3/+0
2018-12-05x86/speculation: Prepare for per task indirect branch speculation controlTim Chen3-3/+19
2018-12-05x86/speculation: Add command line control for indirect branch speculationThomas Gleixner1-0/+10
2018-12-05x86/speculation: Rename SSBD update functionsThomas Gleixner1-3/+3
2018-12-05x86/speculation: Update the TIF_SSBD commentTim Chen1-1/+1