summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)2023-06-161-9/+2
| * | | | | | | x86/mce: Add copy_mc_fragile_handle_tail() prototypeArnd Bergmann2023-05-181-0/+3
| * | | | | | | x86/entry: Add do_SYSENTER_32() prototypeArnd Bergmann2023-05-181-2/+4
| * | | | | | | x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann2023-05-181-0/+4
| * | | | | | | x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann2023-05-181-0/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-262-1/+12
|\ \ \ \ \ \ \
| * | | | | | | x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov2023-06-061-1/+1
| * | | | | | | x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov2023-05-231-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-262-13/+37
|\ \ \ \ \ \ \
| * | | | | | | x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl2023-05-311-9/+13
| * | | | | | | x86/platform/uv: Introduce helper function uv_pnode_to_socket.Steve Wahl2023-05-311-3/+9
| * | | | | | | x86/platform/uv: Add platform resolving #defines for misc GAM_MMIOH_REDIRECT*Steve Wahl2023-05-311-2/+16
| |/ / / / / /
* | | | | | | Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-261-5/+0
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2023-05-151-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-266-29/+106
|\ \ \ \ \ \ \
| * | | | | | | x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2023-06-062-0/+6
| * | | | | | | x86/sev: Use large PSC requests if applicableTom Lendacky2023-06-061-0/+4
| * | | | | | | x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky2023-06-061-2/+7
| * | | | | | | x86/sev: Fix calculation of end address based on number of pagesTom Lendacky2023-06-061-8/+8
| * | | | | | | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-063-0/+28
| * | | | | | | x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov2023-06-062-19/+51
| * | | | | | | efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-06-262-5/+17
|\ \ \ \ \ \ \
| * | | | | | | x86/nospec: Shorten RESET_CALL_DEPTHPeter Zijlstra2023-05-311-3/+3
| * | | | | | | x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra2023-05-311-2/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-262-0/+6
|\ \ \ \ \ \ \
| * | | | | | | x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner2023-06-201-0/+2
| * | | | | | | x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner2023-06-201-0/+2
| * | | | | | | x86/smp: Make stop_other_cpus() more robustThomas Gleixner2023-06-201-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-2610-36/+45
|\ \ \ \ \ \ \
| * | | | | | | x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2023-05-311-0/+3
| * | | | | | | x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutilsAndrew Cooper2023-05-221-2/+4
| * | | | | | | x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse2023-05-153-1/+12
| * | | | | | | x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner2023-05-151-0/+3
| * | | | | | | x86/apic: Save the APIC virtual base addressThomas Gleixner2023-05-151-0/+1
| * | | | | | | x86/apic: Provide cpu_primary_thread maskThomas Gleixner2023-05-152-6/+15
| * | | | | | | x86/smpboot: Enable split CPU startupThomas Gleixner2023-05-151-7/+2
| * | | | | | | x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-3/+4
| * | | | | | | x86/smpboot: Make TSC synchronization function call basedThomas Gleixner2023-05-151-2/+0
| * | | | | | | x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner2023-05-151-5/+0
| * | | | | | | x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner2023-05-151-1/+0
| * | | | | | | x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner2023-05-152-2/+0
| * | | | | | | x86/topology: Remove CPU0 hotplug optionThomas Gleixner2023-05-151-3/+0
| * | | | | | | x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner2023-05-151-1/+1
| * | | | | | | x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner2023-05-151-3/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-264-8/+7
|\ \ \ \ \ \ \
| * | | | | | | x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner2023-06-161-4/+6
| * | | | | | | x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner2023-06-161-1/+1
| * | | | | | | x86/init: Initialize signal frame size lateThomas Gleixner2023-06-161-2/+0
| * | | | | | | init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner2023-06-161-3/+4