summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2020-04-28x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin
2020-01-11locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov
2020-01-11locking,x86: Kill atomic_or_long()Peter Zijlstra
2020-01-11x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra
2019-11-22x86/apic: Drop logical_smp_processor_id() inlineDou Liyang
2019-11-22ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri
2019-11-22x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson
2019-11-15x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
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