summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-302-8/+11
|\
| * x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips2023-07-221-6/+9
| * x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam2023-07-221-2/+2
* | x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)2023-07-172-0/+62
* | x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)2023-07-171-72/+67
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\
| * mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-8/+8
|\ \
| * | locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2023-06-051-8/+8
* | | Merge tag 'x86_sgx_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+3
|\ \ \
| * | | x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel2023-06-131-1/+3
| | |/ | |/|
* | | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-279-447/+659
|\ \ \
| * | | x86/mtrr: Unify debugging printingBorislav Petkov (AMD)2023-06-014-40/+29
| * | | x86/mtrr: Remove unused codeJuergen Gross2023-06-011-9/+0
| * | | x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2023-06-011-2/+2
| * | | x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross2023-06-011-194/+43
| * | | x86/mtrr: Add mtrr=debug command line optionJuergen Gross2023-06-011-19/+45
| * | | x86/mtrr: Construct a memory map with cache modesJuergen Gross2023-06-013-2/+314
| * | | x86/mtrr: Add get_effective_type() service functionJuergen Gross2023-06-011-20/+19
| * | | x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross2023-06-011-1/+7
| * | | x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross2023-06-014-75/+98
| * | | x86/mtrr: Have only one set_mtrr() variantJuergen Gross2023-06-011-20/+8
| * | | x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross2023-06-017-29/+31
| * | | x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross2023-06-012-2/+72
| * | | x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-014-43/+35
| * | | x86/mtrr: Remove physical address size calculationJuergen Gross2023-05-094-64/+29
| | |/ | |/|
* | | Merge tag 'x86_microcode_for_v6.5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-271-9/+4
|\ \ \
| * | | x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)2023-06-121-1/+1
| * | | x86/microcode/amd: Remove unneeded pointer arithmeticNathan Fontenot2023-05-081-2/+0
| * | | x86/microcode/AMD: Get rid of __find_equiv_id()Borislav Petkov (AMD)2023-05-081-6/+3
| |/ /
* | | Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-262-7/+1
|\ \ \
| * | | x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2023-05-152-7/+1
| |/ /
* | | Merge tag 'x86_cache_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-261-15/+156
|\ \ \
| * | | x86/resctrl: Implement rename op for mon groupsPeter Newman2023-06-071-0/+128
| * | | x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman2023-06-071-13/+22
| * | | x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang2023-05-301-2/+6
| | |/ | |/|
* | | Merge tag 'ras_core_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-262-3/+5
|\ \ \
| * | | x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errorsYazen Ghannam2023-06-051-2/+4
| * | | x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam2023-05-161-1/+1
| | |/ | |/|
* | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-262-54/+18
|\ \ \
| * | | x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner2023-05-151-5/+1
| * | | x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner2023-05-151-17/+0
| * | | x86/cpu/cacheinfo: Remove cpu_callout_mask dependencyThomas Gleixner2023-05-151-4/+17
| * | | x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner2023-05-151-27/+0
| |/ /
* | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-57/+74
|\ \ \ | |_|/ |/| |
| * | x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-4/+8
| * | x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-06-161-1/+1
| * | x86/init: Initialize signal frame size lateThomas Gleixner2023-06-161-3/+0
| * | init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+11
| * | x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner2023-06-163-50/+55
| |/