summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-216-21/+137
|\
| * x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-05-181-1/+1
| * KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-171-1/+1
| * x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-171-0/+6
| * x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-171-2/+0
| * x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-172-14/+5
| * x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-171-4/+29
| * x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-171-1/+6
| * x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-172-0/+3
| * x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-171-3/+6
| * x86/speculation: Handle HT correctly on AMDThomas Gleixner2018-05-171-0/+6
| * x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2018-05-171-0/+1
| * x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-171-4/+3
| * x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-171-0/+1
| * x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-171-4/+6
| * x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson2018-05-141-2/+2
| * x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-094-16/+16
| * x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-05-051-0/+1
| * x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-05-031-0/+1
| * x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-033-2/+22
| * x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-032-14/+21
| * x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-032-0/+5
| * x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-031-0/+6
| * x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2018-05-032-0/+7
| * x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk2018-05-031-0/+1
| * x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+1
| * x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-05-031-0/+10
| * x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2018-05-031-4/+20
| * x86/nospec: Simplify alternative_msr_write()Linus Torvalds2018-05-031-9/+10
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-202-5/+15
|\ \
| * | x86/pkeys: Do not special case protection key 0Dave Hansen2018-05-142-4/+4
| * | x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2018-05-141-1/+11
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-202-0/+33
|\| |
| * | x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov2018-05-131-0/+15
| * | kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2018-05-131-0/+18
| |/
* / kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin2018-05-171-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-296-12/+79
|\
| * x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann2018-04-272-0/+73
| * x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina2018-04-261-4/+4
| * x86/vector: Remove the unused macro FPU_IRQDou Liyang2018-04-261-2/+0
| * x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang2018-04-261-5/+0
| * x86/cpufeatures: Enumerate cldemote instructionFenghua Yu2018-04-261-0/+1
| * x86/jailhouse: Fix incorrect SPDX identifierThomas Gleixner2018-04-231-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-291-0/+5
|\ \
| * | x86/pti: Filter at vma->vm_page_prot populationDave Hansen2018-04-251-0/+5
| |/
* | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-261-2/+17
|\ \ | |/ |/|
| * tracing/x86: Update syscall trace events to handle new prefixed syscall func ...Steven Rostedt (VMware)2018-04-251-2/+17
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-221-2/+0
|\ \
| * | x86/processor: Remove two unused function declarationsDou Liyang2018-04-171-2/+0
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-221-2/+0
|\ \ \ | |/ / |/| |