summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-272-11/+35
|\
| * clocksource: hyper-v: Provide noinstr sched_clock()Peter Zijlstra2023-06-051-0/+5
| * clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra2023-06-051-4/+6
| * x86/vdso: Fix gettimeofday maskingPeter Zijlstra2023-06-051-11/+28
* | Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-272-22/+8
|\ \
| * | x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2023-05-091-18/+1
| * | x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)2023-05-081-4/+7
| |/
* | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-272-19/+46
|\ \
| * | x86/mtrr: Remove unused codeJuergen Gross2023-06-011-4/+0
| * | x86/mtrr: Don't let mtrr_type_lookup() return MTRR_TYPE_INVALIDJuergen Gross2023-06-012-5/+8
| * | x86/mtrr: Support setting MTRR state for software defined MTRRsJuergen Gross2023-06-011-0/+8
| * | x86/mtrr: Replace size_or_mask and size_and_mask with a much easier conceptJuergen Gross2023-06-012-10/+30
| |/
* | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-275-11/+16
|\ \
| * | x86/mm: Remove unused current_untag_mask()Borislav Petkov (AMD)2023-06-161-9/+2
| * | x86/mce: Add copy_mc_fragile_handle_tail() prototypeArnd Bergmann2023-05-181-0/+3
| * | x86/entry: Add do_SYSENTER_32() prototypeArnd Bergmann2023-05-181-2/+4
| * | x86: Avoid missing-prototype warnings for doublefault codeArnd Bergmann2023-05-181-0/+4
| * | x86/ftrace: Move prepare_ftrace_return prototype to headerArnd Bergmann2023-05-181-0/+3
* | | Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-272-1/+12
|\ \ \
| * | | x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov2023-06-061-1/+1
| * | | x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov2023-05-231-0/+11
* | | | Merge tag 'x86_platform_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-272-13/+37
|\ \ \ \
| * | | | x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl2023-05-311-9/+13
| * | | | x86/platform/uv: Introduce helper function uv_pnode_to_socket.Steve Wahl2023-05-311-3/+9
| * | | | x86/platform/uv: Add platform resolving #defines for misc GAM_MMIOH_REDIRECT*Steve Wahl2023-05-311-2/+16
| |/ / /
* | | | Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-5/+0
|\ \ \ \
| * | | | x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn2023-05-151-5/+0
| | |/ / | |/| |
* | | | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-276-29/+106
|\ \ \ \
| * | | | x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2023-06-062-0/+6
| * | | | x86/sev: Use large PSC requests if applicableTom Lendacky2023-06-061-0/+4
| * | | | x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky2023-06-061-2/+7
| * | | | x86/sev: Fix calculation of end address based on number of pagesTom Lendacky2023-06-061-8/+8
| * | | | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-063-0/+28
| * | | | x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov2023-06-062-19/+51
| * | | | efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+2
* | | | | Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-06-272-5/+17
|\ \ \ \ \
| * | | | | x86/nospec: Shorten RESET_CALL_DEPTHPeter Zijlstra2023-05-311-3/+3
| * | | | | x86/alternatives: Add longer 64-bit NOPsPeter Zijlstra2023-05-311-2/+14
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-262-0/+6
|\ \ \ \ \
| * | | | | x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner2023-06-201-0/+2
| * | | | | x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner2023-06-201-0/+2
| * | | | | x86/smp: Make stop_other_cpus() more robustThomas Gleixner2023-06-201-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-2610-36/+45
|\ \ \ \ \
| * | | | | x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2023-05-311-0/+3
| * | | | | x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutilsAndrew Cooper2023-05-221-2/+4
| * | | | | x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse2023-05-153-1/+12
| * | | | | x86/smpboot: Implement a bit spinlock to protect the realmode stackThomas Gleixner2023-05-151-0/+3
| * | | | | x86/apic: Save the APIC virtual base addressThomas Gleixner2023-05-151-0/+1
| * | | | | x86/apic: Provide cpu_primary_thread maskThomas Gleixner2023-05-152-6/+15
| * | | | | x86/smpboot: Enable split CPU startupThomas Gleixner2023-05-151-7/+2