aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)Author
2020-07-16x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook
2020-06-09x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-09x86/cpu: Add 'table' argument to cpu_matches()Mark Gross
2020-05-21x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson
2020-01-09x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner
2020-01-09x86/asm: Pin sensitive CR4 bitsKees Cook
2019-11-14x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta
2019-11-14x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-14x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-14x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta
2019-11-14x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta
2019-11-14x86/cpu: Move arch_smt_update() to a neutral placeThomas Gleixner
2019-08-06x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-08-06x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu
2019-08-06x86/cpufeatures: Carve out CQM features retrievalBorislav Petkov
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner
2019-04-17x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner
2019-04-12x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov
2019-04-07PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki
2019-03-06x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner
2019-03-06x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-03-06x86/speculation: Consolidate CPU whitelistsThomas Gleixner
2018-12-05x86/umip: Make the UMIP activated message genericLendacky, Thomas
2018-12-03x86/umip: Print UMIP line only onceBorislav Petkov
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-23Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-08x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar
2018-10-08x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2018-09-27x86/bugs: Add Hygon Dhyana to the respective mitigation machineryPu Wen
2018-09-22x86/CPU: Change query logic so CPUID is enabled before testingMatthew Whitehead
2018-09-15x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATIONzhong jiang