summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-231-0/+32
|\
| * x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2022-05-121-0/+32
* | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\ \
| * | x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
| |/
* | x86/split_lock: Enable the split lock feature on Raptor LakeTony Luck2022-05-041-0/+1
* | x86/split-lock: Remove unused TIF_SLD bitTony Luck2022-04-271-12/+0
* | x86/split_lock: Make life miserable for split lockersTony Luck2022-04-271-10/+53
* | x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-111-8/+0
* | x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2022-04-111-0/+1
|/
* Merge tag 'x86-splitlock-2021-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-281-2/+40
|\
| * x86/bus_lock: Set rate limit for bus lockFenghua Yu2021-05-181-2/+40
* | x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta2021-06-151-1/+3
|/
* Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-281-0/+16
|\
| * x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri2021-04-191-0/+16
* | Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-261-19/+92
|\ \
| * | x86/traps: Handle #DB for bus lockFenghua Yu2021-03-281-19/+92
| |/
* | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
|/
* Merge tag 'ras_updates_for_v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-201-0/+3
|\
| * thermal: Move therm_throt there from x86/mceBorislav Petkov2021-02-081-0/+3
* | x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu2021-02-011-0/+1
|/
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* | x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder La...Fenghua Yu2020-07-251-0/+2
|/
* x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-0/+3
|\
| * x86/split_lock: Add Icelake microserver and Tigerlake CPU modelsFenghua Yu2020-05-281-0/+3
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-061-0/+7
|/
* x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
* x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31
* x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck2020-04-171-4/+2
* x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-111-5/+28
* x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li2020-03-271-5/+4
* x86/split_lock: Rework the initialization flow of split lock detectionXiaoyao Li2020-03-271-33/+42
* x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-201-0/+175
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-36/+0
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-231-36/+0
* | x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()Sean Christopherson2020-01-131-49/+0
* | x86/intel: Initialize IA32_FEAT_CTL MSR at bootSean Christopherson2020-01-131-0/+2
* | Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixesIngo Molnar2019-11-191-15/+21
|\ \ | |/
| * x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-10-281-0/+5
| * x86/cpu: Update init data for new Airmont CPU modelRahul Tanwar2019-09-061-0/+1
| * Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-061-3/+3
| |\
| | * x86/cpu: Use constant definitions for CPU modelsRahul Tanwar2019-08-171-3/+3
| * | x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-281-2/+2
| * | x86/intel: Aggregate big core graphics namingPeter Zijlstra2019-08-281-2/+2
| * | x86/intel: Aggregate big core mobile namingPeter Zijlstra2019-08-281-3/+3
| * | x86/intel: Aggregate big core client namingPeter Zijlstra2019-08-281-5/+5
| |/
* | x86/cpu: Clean up intel_tlb_table[]Sylvain 'ythier' Hitier2019-09-161-4/+4
|/