summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-03-19x86/mm: Only do broadcast flush from reclaim if pages were unmappedRik van Riel2-0/+6
2025-03-19perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM onesSohil Mehta1-0/+1
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi1-0/+33
2025-03-19Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+2
2025-03-19Merge tag 'kvm-x86-pvclock-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2025-03-19Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-6/+12
2025-03-19Merge tag 'kvm-x86-vmx-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-12/+16
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+4
2025-03-19Merge tag 'kvm-x86-mmu-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+3
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth69-176/+176
2025-03-19x86/locking/atomic: Improve performance by using asm_inline() for atomic lock...Uros Bizjak7-38/+38
2025-03-19x86/asm: Use asm_inline() instead of asm() in clwb()Uros Bizjak1-1/+1
2025-03-19x86/asm: Use CLFLUSHOPT and CLWB mnemonics in <asm/special_insns.h>Uros Bizjak1-10/+6
2025-03-19x86/hweight: Use asm_inline() instead of asm()Uros Bizjak1-2/+4
2025-03-19x86/hweight: Use ASM_CALL_CONSTRAINT in inline asm()Uros Bizjak1-2/+2
2025-03-19x86/hweight: Use named operands in inline asm()Uros Bizjak1-6/+6
2025-03-19x86/head/64: Avoid Clang < 17 stack protector in startup codeArd Biesheuvel1-0/+4
2025-03-19x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h>Uros Bizjak1-33/+25
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov1-0/+13
2025-03-19x86/mm/pat: Replace Intel x86_model checks with VFM onesSohil Mehta1-0/+1
2025-03-19x86/acpi/cstate: Improve Intel Family model checksSohil Mehta1-0/+3
2025-03-19x86/cpu/intel: Replace Family 5 model checks with VFM onesSohil Mehta1-3/+6
2025-03-19x86/cpu/intel: Replace Family 15 checks with VFM onesSohil Mehta1-0/+4
2025-03-19x86/cpu/intel: Replace early Family 6 checks with VFM onesSohil Mehta1-0/+4
2025-03-19x86/microcode: Update the Intel processor flag scan checkSohil Mehta1-0/+1
2025-03-19x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>Ingo Molnar1-2/+2
2025-03-19x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>Ingo Molnar1-20/+20
2025-03-19x86/cpuid: Clean up <asm/cpuid/api.h>Ingo Molnar1-14/+16
2025-03-19x86/cpuid: Clean up <asm/cpuid/types.h>Ingo Molnar1-4/+7
2025-03-19x86/cpuid: Refactor <asm/cpuid.h>Ahmed S. Darwish3-216/+238
2025-03-19x86/amd_node: Add a smn_read_register() helperMario Limonciello1-0/+11
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam2-1/+13
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta1-0/+1
2025-03-19x86/cpu: Add cpu_type to struct x86_cpu_idPawan Gupta1-9/+23
2025-03-19x86/cpu: Shorten CPU matching macroPawan Gupta1-84/+26
2025-03-19x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()Pawan Gupta1-2/+4
2025-03-19x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET in <asm...Xin Li (Intel)1-69/+0
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)2-272/+0
2025-03-19x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...H. Peter Anvin (Intel)3-8/+2
2025-03-19x86/mm: Always set the ASID valid bit for the INVLPGB instructionTom Lendacky1-26/+32
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel1-0/+2
2025-03-19x86/mm: Enable broadcast TLB invalidation for multi-threaded processesRik van Riel1-0/+6
2025-03-19x86/mm: Add global ASID process exit helpersRik van Riel2-1/+16
2025-03-19x86/mm: Handle global ASID context switch and TLB flushRik van Riel1-0/+14
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel3-0/+51
2025-03-19x86/mm: Add INVLPGB support codeRik van Riel1-0/+132
2025-03-19x86/mm: Add INVLPGB feature and Kconfig entryRik van Riel3-1/+11
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar3-7/+8
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)3-20/+0
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts1-13/+2