summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf
2023-06-06KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu
2023-06-06KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_maskSean Christopherson
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-05clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra
2023-06-05x86/vdso: Fix gettimeofday maskingPeter Zijlstra
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland
2023-06-05locking/atomic: x86: add preprocessor symbolsMark Rutland
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2023-06-05arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-06-01x86/mtrr: Remove unused codeJuergen Gross
2023-06-01x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross
2023-06-01x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross
2023-06-01x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross
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-19Merge tag 'drm-misc-next-2023-05-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
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