aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'objtool-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+9
2023-06-27Merge tag 'x86-mm-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+12
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-312/+128
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-11/+35
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-22/+8
2023-06-27Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-19/+46
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-11/+16
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+12
2023-06-26Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-13/+37
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-29/+106
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+17
2023-06-26Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+6
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-36/+45
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-8/+7
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-3/+1
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleGravatar Thomas Gleixner 1-0/+2
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageGravatar Thomas Gleixner 1-0/+2
2023-06-20x86/smp: Make stop_other_cpus() more robustGravatar Thomas Gleixner 1-0/+2
2023-06-16x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildGravatar Thomas Gleixner 1-4/+6
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierGravatar Omar Sandoval 2-0/+20
2023-06-16x86/mm: Remove unused current_untag_mask()Gravatar Borislav Petkov (AMD) 1-9/+2
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsGravatar Thomas Gleixner 1-1/+1
2023-06-16x86/init: Initialize signal frame size lateGravatar Thomas Gleixner 1-2/+0
2023-06-16init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-3/+4
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 1-2/+0
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberGravatar Josh Poimboeuf 1-0/+9
2023-06-07Revert "x86/orc: Make it callthunk aware"Gravatar Josh Poimboeuf 1-5/+0
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failGravatar Kirill A. Shutemov 1-1/+1
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportGravatar Tom Lendacky 2-0/+6
2023-06-06x86/sev: Use large PSC requests if applicableGravatar Tom Lendacky 1-0/+4
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportGravatar Tom Lendacky 1-2/+7
2023-06-06x86/sev: Fix calculation of end address based on number of pagesGravatar Tom Lendacky 1-8/+8
2023-06-06x86/tdx: Add unaccepted memory supportGravatar Kirill A. Shutemov 3-0/+28
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubGravatar Kirill A. Shutemov 2-19/+51
2023-06-06efi/libstub: Implement support for unaccepted memoryGravatar Kirill A. Shutemov 1-0/+2
2023-06-05clocksource: hyper-v: Provide noinstr sched_clock()Gravatar Peter Zijlstra 1-0/+5
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Gravatar Peter Zijlstra 1-4/+6
2023-06-05x86/vdso: Fix gettimeofday maskingGravatar Peter Zijlstra 1-11/+28
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocGravatar Mark Rutland 3-244/+0
2023-06-05locking/atomic: x86: add preprocessor symbolsGravatar Mark Rutland 1-0/+4
2023-06-05arch: Remove cmpxchg_doubleGravatar Peter Zijlstra 4-69/+0
2023-06-05percpu: Wire up cmpxchg128Gravatar Peter Zijlstra 1-6/+68
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Gravatar Peter Zijlstra 2-2/+65
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionGravatar Mike Christie 1-1/+1
2023-06-01x86/mtrr: Remove unused codeGravatar Juergen Gross 1-4/+0
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDGravatar Juergen Gross 2-5/+8
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsGravatar Juergen Gross 1-0/+8
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptGravatar Juergen Gross 2-10/+30