aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner
2018-06-06x86/vector: Fix the args of vector_alloc tracepointDou Liyang
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEKirill A. Shutemov
2018-06-06x86: Mark native_set_p4d() as __always_inlineArnd Bergmann
2018-06-04Merge branches 'x86/dma', 'x86/microcode', 'x86/mm' and 'x86/vdso' into x86/u...Ingo Molnar
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds
2018-05-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-05-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-18x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin
2018-05-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-17x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner
2018-05-17x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner
2018-05-17x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner
2018-05-17x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov
2018-05-17x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner
2018-05-17x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky
2018-05-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-05-17x86/speculation: Handle HT correctly on AMDThomas Gleixner
2018-05-17x86/cpufeatures: Add FEATURE_ZENThomas Gleixner
2018-05-17x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner
2018-05-17x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner
2018-05-17x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen
2018-05-14x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen
2018-05-14x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson
2018-05-13x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov
2018-05-13kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu
2018-05-09x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-05x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook
2018-05-03x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner
2018-05-03x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner
2018-05-03x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-03x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk
2018-05-03x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk
2018-05-03x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk
2018-05-03x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-05-03x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-05-03x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk
2018-05-03x86/nospec: Simplify alternative_msr_write()Linus Torvalds
2018-04-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-27x86/ipc: Fix x32 version of shmid64_ds and msqid64_dsArnd Bergmann
2018-04-27x86/i8237: Register device based on FADT legacy boot flagRajneesh Bhardwaj
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-26x86/mm: Make vmemmap and vmalloc base address constants unsigned longJiri Kosina
2018-04-26x86/vector: Remove the unused macro FPU_IRQDou Liyang
2018-04-26x86/vector: Remove the macro VECTOR_OFFSET_STARTDou Liyang
2018-04-26x86/cpufeatures: Enumerate cldemote instructionFenghua Yu