summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
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-07KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu1-1/+0
2023-06-07KVM: 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-02fork, 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
2023-05-31x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra1-2/+14
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov1-0/+11
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-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-13/+8
2023-05-18x86/mce: Add copy_mc_fragile_handle_tail() prototypeArnd Bergmann1-0/+3
2023-05-18x86/entry: Add do_SYSENTER_32() prototypeArnd Bergmann1-2/+4
2023-05-18x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann1-0/+4
2023-05-18x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann1-0/+3
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