summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-06-26Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-06-20x86/smp: Make stop_other_cpus() more robustThomas Gleixner
2023-06-16x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval
2023-06-16x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-06-16x86/init: Initialize signal frame size lateThomas Gleixner
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl
2023-05-31x86/platform/uv: Introduce helper function uv_pnode_to_socket.Steve Wahl
2023-05-31x86/platform/uv: Add platform resolving #defines for misc GAM_MMIOH_REDIRECT*Steve Wahl
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner
2023-05-31x86/nospec: Shorten RESET_CALL_DEPTHPeter Zijlstra
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov
2023-05-22x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutilsAndrew Cooper
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu
2023-05-18x86/mce: Add copy_mc_fragile_handle_tail() prototypeArnd Bergmann
2023-05-18x86/entry: Add do_SYSENTER_32() prototypeArnd Bergmann
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann
2023-05-18x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann
2023-05-17procfs: consolidate arch_report_meminfo declarationArnd Bergmann
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner