aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/cpu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-21x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane1-0/+1
2021-06-15x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta1-0/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson1-4/+0
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+1
2020-01-13x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson1-0/+4
2019-10-28x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta1-0/+16
2019-10-28x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta1-0/+2
2019-04-07PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki1-1/+0
2018-11-05x86/cpufeatures: Remove get_scattered_cpuid_leaf()Sean Christopherson1-3/+0
2018-09-27x86/cpu: Get cache info and setup cache cpumap for Hygon DhyanaPu Wen1-0/+1
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2018-08-06xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci1-0/+1
2018-06-21x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner1-0/+1
2018-06-21x86/cpu/common: Provide detect_ht_early()Thomas Gleixner1-0/+1
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-05-13x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()Thomas Gleixner1-1/+1
2018-05-13x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()David Wang1-1/+1
2018-05-13x86/CPU: Make intel_num_cpu_cores() genericDavid Wang1-0/+1
2018-05-13x86/CPU: Move cpu local function declarations to local headerThomas Gleixner1-0/+9
2018-05-03x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk1-0/+2
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-07-21x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott1-0/+1
2013-10-26x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich1-9/+11
2012-06-27x86/tlb_info: get last level TLB entry number of CPUAlex Shi1-0/+9
2011-12-09x86, CPU: Drop superfluous get_cpu_cap() prototypeBorislav Petkov1-4/+1
2011-08-05x86: Add a BSP cpu_dev helperBorislav Petkov1-0/+1
2010-10-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-09-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin1-0/+1
2010-09-20x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID levelH. Peter Anvin1-0/+1
2009-11-23x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizesBorislav Petkov1-1/+1
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput1-10/+10
2009-03-12x86: move various CPU initialization objects into .cpuinit.rodataJan Beulich1-5/+6
2008-09-06x86: remove duplicated get_model_name() callingYinghai Lu1-1/+0
2008-09-04x86: remove cpu_vendor_devYinghai Lu1-12/+6
2008-07-08x86: make 64-bit identify_cpu use cpu_devYinghai Lu1-2/+4
2008-07-08x86: Move PCI IO ECS code to x86/pciRobert Richter1-2/+0
2008-06-10fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Robert Richter1-0/+5
2008-04-17x86: use ELF section to list CPU vendor specific codeThomas Petazzoni1-13/+13
2008-02-04x86: add cpu init function defintions to cpu.hHarvey Harrison1-0/+9
2008-01-30x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detectionAndi Kleen1-1/+2
2007-10-11i386: move kernel/cpuThomas Gleixner1-0/+28