aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2018-04-12x86/CPU: Check CPU feature bits after microcode upgradeBorislav Petkov
2018-04-12x86/CPU: Add a microcode loader callbackBorislav Petkov
2018-02-22x86/cpu: Change type of x86_cache_size variable to unsigned intGustavo A. R. Silva
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-02-07x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-07x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-07x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse
2018-02-07x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-12x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse
2018-01-06x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]David Woodhouse
2018-01-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-05x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWNThomas Gleixner
2018-01-03Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-03x86/cpu, x86/pti: Do not enable PTI on AMD processorsTom Lendacky
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm/pti: Force entry through trampoline when PTI activeThomas Gleixner
2017-12-23x86/cpufeatures: Add X86_BUG_CPU_INSECUREThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-11-14x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare
2017-09-17x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski
2017-09-06x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski
2017-07-05x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross