summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
Commit message (Expand)AuthorAgeFilesLines
* x86/amd: Cache debug register values in percpu variablesAlexey Kardashevskiy2023-01-311-14/+33
* x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leafKim Phillips2023-01-251-1/+1
* Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-1/+1
|\
| * x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross2022-11-221-1/+1
* | x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov2022-11-151-4/+2
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* x86/rdrand: Remove "nordrand" flag in favor of "random.trust_cpu"Jason A. Donenfeld2022-07-181-1/+1
* x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra2022-06-291-0/+2
* x86/cpu/amd: Enumerate BTC_NOAndrew Cooper2022-06-271-6/+15
* x86/cpu/amd: Add Spectral ChickenPeter Zijlstra2022-06-271-1/+22
* x86/cpu: Clear SME feature flag when not in useMario Limonciello2022-02-161-0/+5
* x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck2022-02-011-30/+0
* x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane2021-10-211-0/+2
* x86/cpu: Add get_llc_id() helper functionKim Phillips2021-08-261-1/+1
* Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-0/+4
|\
| * perf/x86/rapl: Use CPUID bit on AMD and Hygon partsAndrew Cooper2021-06-011-0/+4
* | Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-161-2/+2
|\ \
| * | x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-2/+2
| |/
* / x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-0/+16
|/
* x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-5/+0
* x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam2021-01-121-2/+2
* x86/cpu/amd: Remove dead code for TSEG region remappingArvind Sankar2020-12-081-21/+0
* x86/CPU/AMD: Remove amd_get_nb_id()Yazen Ghannam2020-11-191-6/+0
* x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-11-191-6/+5
* x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky2020-09-071-1/+2
* locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-011-2/+1
|\
| * x86/cpu/amd: Make erratum #1054 a legacy erratumKim Phillips2020-05-071-2/+1
* | x86/resctrl: Query LLC monitoring properties once during bootReinette Chatre2020-05-061-0/+3
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+2
|\
| * Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar2020-03-251-1/+2
| |\
| | * x86/cpu/amd: Call init_amd_zn() om Family 19h processors tooKim Phillips2020-03-121-1/+2
* | | Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-0/+30
|\ \ \ | |/ / |/| |
| * | x86/mce/amd: Add PPIN support for AMD MCEWei Huang2020-03-221-0/+30
| |/
* / x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2020-02-191-0/+14
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-8/+2
|\
| * x86/CPU/AMD: Remove amd_get_topology_early()Borislav Petkov2020-01-251-8/+2
* | x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky2020-01-161-2/+2
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-18/+3
|\
| * Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixesIngo Molnar2019-08-261-0/+66
| |\
| * | x86: Remove X86_FEATURE_MFENCE_RDTSCJosh Poimboeuf2019-07-221-18/+3
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-0/+5
|\ \ \ | |_|/ |/| |
| * | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-031-0/+5
| |/
* / x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-191-0/+66
|/
* x86/CPU/AMD: Don't force the CPB cap when running under a hypervisorFrank van der Linden2019-05-241-2/+5
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/cpu/amd: Exclude 32bit only assembler from 64bit buildAndi Kleen2019-04-191-0/+2
* x86/asm: Mark all top level asm statements as .textAndi Kleen2019-04-191-1/+2
* x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-01-181-5/+3
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+1