summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-288-23/+37
|\ \
| * | x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli2023-04-141-1/+1
| * | x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * | cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+0
| * | x86/head: Mark *_start_kernel() __noreturnJosh Poimboeuf2023-04-141-3/+3
| * | x86/linkage: Fix padding for typed functionsJosh Poimboeuf2023-04-141-1/+1
| * | x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-232-11/+15
| * | x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-232-5/+11
| * | x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf2023-03-231-0/+4
| * | objtool: Change UNWIND_HINT() argument orderJosh Poimboeuf2023-03-231-1/+1
| * | objtool: Use relative pointers for annotationsJosh Poimboeuf2023-03-231-3/+3
| * | x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | x86/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-081-0/+1
* | | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-289-8/+187
|\ \ \
| * | | x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov2023-03-163-0/+9
| * | | mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+6
| * | | x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov2023-03-162-0/+6
| * | | x86/mm: Reduce untagged_addr() overhead for systems without LAMKirill A. Shutemov2023-03-162-12/+37
| * | | x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov2023-03-164-2/+61
| * | | x86/mm: Handle LAM on context switchKirill A. Shutemov2023-03-163-1/+66
| * | | x86: CPUID and CR3/CR4 flags for Linear Address MaskingKirill A. Shutemov2023-03-163-0/+9
| * | | x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov2023-03-162-4/+4
* | | | Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-3/+2
|\ \ \ \
| * | | | x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-221-3/+2
| | |_|/ | |/| |
* | | | Merge tag 'x86_fpu_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-0/+3
|\ \ \ \
| * | | | x86/arch_prctl: Add AMX feature numbers as ABI constantsChang S. Bae2023-03-221-0/+3
| |/ / /
* | | | Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-282-23/+0
|\ \ \ \
| * | | | x86/platform/intel-mid: Remove unused definitions from intel-mid.hAndy Shevchenko2023-03-221-21/+0
| * | | | x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny2023-03-161-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-3/+0
|\ \ \ \
| * | | | x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-3/+0
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-18/+7
|\ \ \ \
| * | | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer2023-03-281-1/+1
| * | | | x86: kmsan: use C versions of memset16/memset32/memset64Alexander Potapenko2023-03-281-0/+6
| * | | | x86: kmsan: don't rename memintrinsics in uninstrumented filesAlexander Potapenko2023-03-281-17/+0
| |/ / /
* | | | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-273-0/+95
|\ \ \ \
| * | | | x86/hyperv: VTL support for Hyper-VSaurabh Sengar2023-04-181-0/+10
| * | | | x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar2023-04-181-0/+5
| * | | | x86/hyperv: Add VTL specific structs and hypercallsSaurabh Sengar2023-04-181-0/+75
| * | | | x86/init: Make get/set_rtc_noop() publicSaurabh Sengar2023-04-181-0/+2
| * | | | PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-171-0/+3
| * | | | Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu2023-04-176-17/+42
| |\ \ \ \
| | * \ \ \ Merge branch 'x86/cc' into x86/sevThomas Gleixner2023-03-301-3/+20
| | |\ \ \ \
* | | \ \ \ \ Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-251-0/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/include/asm/msr-index.h: Add IFS Array test bitsJithu Joseph2023-03-271-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-254-6/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/cc' into x86/apicThomas Gleixner2023-03-301-3/+20
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | x86/coco: Export cc_vendorBorislav Petkov (AMD)2023-03-301-3/+20
| | | |_|_|/ / | | |/| | | |