summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-13/+37
2023-06-27Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-29/+106
2023-06-27Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+17
2023-06-27Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+6
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds10-36/+45
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+7
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+1
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner1-0/+2
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner1-0/+2
2023-06-20x86/smp: Make stop_other_cpus() more robustThomas Gleixner1-0/+2
2023-06-16x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner1-4/+6
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval2-0/+20
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner1-1/+1
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner1-2/+0
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner1-3/+4
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-2/+0
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2-0/+6
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky1-0/+4
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky1-2/+7
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky1-8/+8
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov3-0/+28
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov2-19/+51
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov1-0/+2
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-1/+1
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl1-9/+13
2023-05-31x86/platform/uv: Introduce helper function uv_pnode_to_socket.Steve Wahl1-3/+9
2023-05-31x86/platform/uv: Add platform resolving #defines for misc GAM_MMIOH_REDIRECT*Steve Wahl1-2/+16
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner1-0/+3
2023-05-31x86/nospec: Shorten RESET_CALL_DEPTHPeter Zijlstra1-3/+3
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra1-2/+14
2023-05-22x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutilsAndrew Cooper1-2/+4
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu1-0/+2
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann2-3/+1
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn1-5/+0
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse3-1/+12
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner1-0/+3
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner1-0/+1
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner2-6/+15
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner1-7/+2
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner1-3/+4
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner1-2/+0
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner1-5/+0
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner1-1/+0
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner2-2/+0
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-3/+0
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-1/+1
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner1-3/+0
2023-05-08perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang1-0/+3
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+17