aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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 Gross3-2/+74
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross4-43/+35
2023-05-31x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl1-4/+38
2023-05-31x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl1-2/+4
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl1-68/+94
2023-05-31x86/platform/uv: Helper functions for allocating and freeing conversion tablesSteve Wahl1-44/+53
2023-05-31x86/platform/uv: When searching for minimums, start at INT_MAX not 99999Steve Wahl1-2/+2
2023-05-31x86/platform/uv: Fix printed information in calc_mmioh_mapSteve Wahl1-6/+7
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2-17/+3
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra1-0/+10
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang1-2/+6
2023-05-29x86/smp: Initialize cpu_primary_thread_mask lateThomas Gleixner1-1/+17
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-18x86/quirks: Include linux/pnp.h for arch_pnpbios_disabled()Arnd Bergmann1-0/+1
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann1-0/+1
2023-05-18x86: Add dummy prototype for mk_early_pgtbl_32()Arnd Bergmann1-0/+1
2023-05-18x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann1-3/+0
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-05-18rethook, fprobe: do not trace rethook related functionsZe Gao1-0/+1
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksBorislav Petkov (AMD)1-0/+4
2023-05-16x86/unwind/orc: Add 'unwind_debug' cmdline optionJosh Poimboeuf1-1/+48
2023-05-16x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy1-2/+5
2023-05-16x86/unwind/orc: Use swap() instead of open coding itJiapeng Chong1-4/+1
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 Gleixner2-20/+73
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse4-3/+71
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner1-0/+12
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner1-0/+4
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner2-20/+12
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner2-5/+5
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner2-125/+41
2023-05-15x86/smpboot: Remove wait for cpu_online()Thomas Gleixner1-24/+2
2023-05-15x86/smpboot: Remove cpu_callin_maskThomas Gleixner1-59/+15
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner2-42/+14
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner2-17/+16
2023-05-15x86/cpu/cacheinfo: Remove cpu_callout_mask dependencyThomas Gleixner1-4/+17
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner2-32/+19
2023-05-15x86/smpboot: Split up native_cpu_up() into separate phases and document themDavid Woodhouse1-65/+119
2023-05-15x86/smpboot: Remove unnecessary barrier()Thomas Gleixner1-2/+0
2023-05-15x86/smpboot: Restrict soft_restart_cpu() to SEVThomas Gleixner3-16/+2
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner1-155/+13
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-94/+4
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner4-12/+12