summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2019-11-15x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-15x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-11-15KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings
2019-09-23x86/uaccess: Dont leak the AC flag into __put_user() argument evaluationPeter Zijlstra
2019-08-13x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-08-13x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-13x86: cpufeatures: Renumber feature word 7Ben Hutchings
2019-08-13kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-08-13xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-08-13KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-05-22x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-05-22x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2019-05-22x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2019-05-22x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-22x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner
2019-05-22x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner
2019-05-22x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-05-22x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-22x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2019-05-22x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2019-05-22x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2019-05-22x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2019-05-22x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2019-05-22x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2019-05-22x86/speculation: Prepare for per task indirect branch speculation controlTim Chen
2019-05-22x86/speculation: Add command line control for indirect branch speculationThomas Gleixner
2019-05-22x86/speculation: Rename SSBD update functionsThomas Gleixner
2019-05-22x86/speculation: Update the TIF_SSBD commentTim Chen
2019-05-22x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-05-22x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigationJiang Biao
2019-05-22x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth
2019-05-22x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2019-05-22x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2019-05-22x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski
2019-05-22x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski
2019-05-22jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra
2019-05-22jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard
2019-05-22x86/cpufeature: Add bug flags to /proc/cpuinfoBorislav Petkov
2019-05-02x86/uaccess: Don't leak the AC flag into __put_user() value evaluationAndy Lutomirski
2019-04-04KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson
2019-02-11kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2019-02-11KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2019-02-11x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross
2019-02-11x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov
2019-02-11x86/mm: Simplify p[g4um]d_page() macrosTom Lendacky
2019-02-11x86/asm: Fix pud/pmd interfaces to handle large PAT bitToshi Kani
2019-02-11x86/asm: Move PUD_PAGE macros to page_types.hToshi Kani
2019-02-11x86/asm: Add pud/pmd mask interfaces to handle large PAT bitToshi Kani
2018-12-16x86/percpu: Fix this_cpu_read()Peter Zijlstra