aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner2-2/+0
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-3/+0
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-1/+1
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner1-3/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard46-248/+554
2023-05-09x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)1-18/+1
2023-05-08x86/mm: Fix __swp_entry_to_pte() for Xen PV guestsJuergen Gross1-2/+2
2023-05-08x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)1-4/+7
2023-05-08perf/x86/intel: Define bit macros for FixCntrCtl MSRDapeng Mi1-0/+10
2023-05-08perf/ibs: Fix interface via core pmu eventsRavi Bangoria1-0/+2
2023-05-08perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang1-0/+3
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+17
2023-05-03x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds1-13/+31
2023-05-03x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds1-15/+3
2023-05-03x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds3-85/+82
2023-05-03x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds1-34/+0
2023-05-03x86-64: make access_ok() independent of LAMLinus Torvalds1-4/+35
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-45/+72
2023-04-29locking/x86: Define arch_try_cmpxchg_local()Uros Bizjak1-0/+6
2023-04-29locking/arch: Wire up local_try_cmpxchg()Uros Bizjak1-2/+11
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-23/+37
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-8/+187
2023-04-28Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2023-04-28Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-23/+0
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-18/+7
2023-04-27Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-0/+95
2023-04-26Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-6/+25