aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-29/+106
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+17
2023-06-26Merge 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/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+20
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-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie2-1/+3
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/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)1-9/+2
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-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann1-3/+0
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann4-7/+0
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf1-0/+9
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf1-5/+0
2023-06-06KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu1-1/+0
2023-06-06KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_maskSean Christopherson1-1/+1
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov1-1/+1
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-05clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra1-0/+5
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra1-4/+6
2023-06-05x86/vdso: Fix gettimeofday maskingPeter Zijlstra1-11/+28
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland3-244/+0
2023-06-05locking/atomic: x86: add preprocessor symbolsMark Rutland1-0/+4
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra4-69/+0
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra1-6/+68
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra2-2/+65
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-1/+1
2023-06-01x86/mtrr: Remove unused codeJuergen Gross1-4/+0
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2-5/+8
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross1-0/+8
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2-10/+30
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