aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski1-32/+42
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski1-1/+14
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski1-2/+4
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-6/+35
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski1-0/+21
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-4/+4
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-7/+7
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski1-1/+3
2017-12-17x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek1-2/+5
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar3-37/+41
2017-12-17Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar1-15/+11
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar3-12/+143
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+9
2017-12-06x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky1-0/+4
2017-12-06x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek1-2/+5
2017-12-04x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systemsYazen Ghannam1-1/+3
2017-12-04x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi1-9/+17
2017-12-04x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2-20/+47
2017-11-27x86: annotate ->poll() instancesAl Viro1-1/+1
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-24/+61
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-15/+0
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki4-24/+61
2017-11-14x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri1-0/+2
2017-11-13x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki1-4/+7
2017-11-13Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-32/+159
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-37/+41
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+163
2017-11-13Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+9
2017-11-12x86/intel_rdt: Fix a silent failure when writing zero value schemataXiaochen Shen1-0/+5
2017-11-10Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"Linus Torvalds3-11/+6
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross3-7/+13
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross3-31/+29
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri1-1/+24
2017-11-07x86/MCE/AMD: Fix mce_severity_amd_smca() signatureYazen Ghannam1-1/+1
2017-11-07x86/MCE/AMD: Always give panic severity for UC errors in kernel contextYazen Ghannam1-4/+3
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar29-99/+70
2017-11-06Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar1-15/+11
2017-11-05Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-92/+25
2017-11-03x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki3-6/+11
2017-11-02Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds1-2/+8
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner1-15/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman27-0/+27
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski1-3/+10
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-2/+2
2017-11-02Merge branch 'x86/fpu' into x86/asmIngo Molnar3-9/+133
2017-11-01x86/mcelog: Get rid of RCU remnantsBorislav Petkov1-92/+25
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela1-0/+6
2017-10-21x86/intel_rdt: Fix potential deadlock during resctrl mountReinette Chatre1-3/+5