aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-06-01x86/mtrr: Unify debugging printingBorislav Petkov (AMD)4-40/+29
2023-06-01x86/mtrr: Remove unused codeJuergen Gross1-9/+0
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross1-2/+2
2023-06-01x86/mtrr: Use new cache_map in mtrr_type_lookup()Juergen Gross1-194/+43
2023-06-01x86/mtrr: Add mtrr=debug command line optionJuergen Gross1-19/+45
2023-06-01x86/mtrr: Construct a memory map with cache modesJuergen Gross3-2/+314
2023-06-01x86/mtrr: Add get_effective_type() service functionJuergen Gross1-20/+19
2023-06-01x86/mtrr: Allocate mtrr_value array dynamicallyJuergen Gross1-1/+7
2023-06-01x86/mtrr: Move 32-bit code from mtrr.c to legacy.cJuergen Gross4-75/+98
2023-06-01x86/mtrr: Have only one set_mtrr() variantJuergen Gross1-20/+8
2023-06-01x86/mtrr: Replace vendor tests in MTRR codeJuergen Gross7-29/+31
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross2-2/+72
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross4-43/+35
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang1-2/+6
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-16x86/MCE: Check a hw error's address to determine proper recovery actionYazen Ghannam1-1/+1
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2-7/+1
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner1-5/+1
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner1-17/+0
2023-05-15x86/cpu/cacheinfo: Remove cpu_callout_mask dependencyThomas Gleixner1-4/+17
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner1-27/+0
2023-05-09x86/mtrr: Remove physical address size calculationJuergen Gross4-64/+29
2023-05-08x86/microcode/amd: Remove unneeded pointer arithmeticNathan Fontenot1-2/+0
2023-05-08x86/microcode/AMD: Get rid of __find_equiv_id()Borislav Petkov (AMD)1-6/+3
2023-04-28Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+19
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-11/+2
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+16
2023-04-25Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+7
2023-04-25Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-46/+43
2023-04-25Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+13
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2023-04-20convert sgx_set_attribute() to fdget()/fdput()Al Viro1-6/+5
2023-04-18x86: set FSRS automatically on AMD CPUs that have FSRMLinus Torvalds1-0/+4
2023-04-18Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra1-1/+1
2023-04-18x86/hyperv: VTL support for Hyper-VSaurabh Sengar1-0/+1
2023-04-18x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar1-5/+0
2023-04-17swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley1-6/+1
2023-04-17Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu1-8/+7
2023-04-05x86/cpu: Add Xeon Emerald Rapids to list of CPUs that support PPINTony Luck1-0/+1
2023-04-03Merge tag 'hyperv-fixes-signed-20230402' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+8
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman5-11/+36
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet3-3/+3
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley1-8/+7
2023-03-19x86/MCE/AMD: Use an u64 for bank_mapMuralidhara M K1-7/+7
2023-03-19Merge tag 'ras_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-03-17x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+6
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+9
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1