summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-05-18x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk1-1/+1
2018-05-18x86/io: Define readq()/writeq() to use 64-bit typeAndy Shevchenko1-4/+4
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky1-1/+1
2018-05-17x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner1-0/+6
2018-05-17x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner1-2/+0
2018-05-17x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2-14/+5
2018-05-17x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov1-4/+29
2018-05-17x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner1-1/+6
2018-05-17x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2-0/+3
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner1-3/+6
2018-05-17x86/speculation: Handle HT correctly on AMDThomas Gleixner1-0/+6
2018-05-17x86/cpufeatures: Add FEATURE_ZENThomas Gleixner1-0/+1
2018-05-17x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner1-4/+3
2018-05-17x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner1-0/+1
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov1-4/+6
2018-05-15x86/asm/memcpy_mcsafe: Define copy_to_iter_mcsafe()Dan Williams1-0/+11
2018-05-15x86/asm/memcpy_mcsafe: Add write-protection-fault handlingDan Williams1-0/+3
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams1-3/+5
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams1-2/+2
2018-05-15bpf, x64: clean up retpoline emission slightlyDaniel Borkmann1-15/+14
2018-05-14kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson1-1/+2
2018-05-14kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson1-1/+1
2018-05-14KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap supportVitaly Kuznetsov1-1/+8
2018-05-14kvm: x86: Refactor mmu_free_roots()Junaid Shahid1-0/+1
2018-05-14softirq/x86: Switch to generic local_softirq_pending() implementationFrederic Weisbecker1-8/+0
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen2-4/+4
2018-05-14x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen1-1/+11
2018-05-14x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson1-2/+2
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov1-0/+15
2018-05-13kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu1-0/+18
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner1-9/+0
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk4-16/+16
2018-05-09x86/pkeys: Add arch_pkeys_enabled()Michael Ellerman1-0/+5
2018-05-09x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman2-10/+8
2018-05-09mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman1-5/+0
2018-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+27
2018-05-07Merge tag 'y2038-ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Thomas Gleixner1-16/+16
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-3/+0
2018-05-06x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit1-1/+1
2018-05-06x86/CPU/AMD: Calculate last level cache ID from number of sharing threadsSuravee Suthikulpanit1-0/+7
2018-05-06x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov1-1/+0
2018-05-05Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-12/+11
2018-05-05x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook1-0/+1
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing1-3/+27
2018-05-03x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner1-0/+1
2018-05-03x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner3-2/+22
2018-05-03x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2-14/+21
2018-05-03x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2-0/+5
2018-05-03x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk1-0/+6
2018-05-03x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2-0/+7