aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-10x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner1-16/+56
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner1-22/+0
2019-06-22x86/asm: Pin sensitive CR4 bitsKees Cook1-0/+20
2019-06-22x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen1-1/+3
2019-06-22x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski1-18/+14
2019-06-22x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski1-0/+24
2019-06-20x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsFenghua Yu1-0/+6
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu1-23/+15
2019-06-20x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov1-27/+33
2019-05-23x86/topology: Define topology_logical_die_id()Len Brown1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+71
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-17/+0
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-50/+10
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-4/+4
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner1-3/+1
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner1-1/+1
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner1-11/+0
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner1-5/+5
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner1-6/+0
2019-04-17x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner1-28/+7
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-1/+1
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-2/+2
2019-04-12x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior1-0/+5
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-1/+1
2019-04-07PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki1-17/+0
2019-03-06x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner1-8/+12
2019-03-06x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen1-9/+16
2019-03-06x86/speculation: Consolidate CPU whitelistsThomas Gleixner1-50/+60
2018-12-05x86/umip: Make the UMIP activated message genericLendacky, Thomas1-1/+1
2018-12-03x86/umip: Print UMIP line only onceBorislav Petkov1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner1-2/+2
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+3
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment limit CPU/node NR trickIngo Molnar1-2/+2
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae1-0/+24
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-14/+14
2018-09-27x86/bugs: Add Hygon Dhyana to the respective mitigation machineryPu Wen1-0/+1
2018-09-22x86/CPU: Change query logic so CPUID is enabled before testingMatthew Whitehead1-1/+3
2018-09-15x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATIONzhong jiang1-3/+2
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski1-11/+2
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-1/+1