summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2025-03-19x86/asm: Use CLFLUSHOPT and CLWB mnemonics in <asm/special_insns.h>Uros Bizjak
2025-03-19x86/hweight: Use asm_inline() instead of asm()Uros Bizjak
2025-03-19x86/hweight: Use ASM_CALL_CONSTRAINT in inline asm()Uros Bizjak
2025-03-19x86/hweight: Use named operands in inline asm()Uros Bizjak
2025-03-19x86/head/64: Avoid Clang < 17 stack protector in startup codeArd Biesheuvel
2025-03-19x86/kexec: Merge x86_32 and x86_64 code using macros from <asm/asm.h>Uros Bizjak
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov
2025-03-19x86/mm/pat: Replace Intel x86_model checks with VFM onesSohil Mehta
2025-03-19x86/acpi/cstate: Improve Intel Family model checksSohil Mehta
2025-03-19x86/cpu/intel: Replace Family 5 model checks with VFM onesSohil Mehta
2025-03-19x86/cpu/intel: Replace Family 15 checks with VFM onesSohil Mehta
2025-03-19x86/cpu/intel: Replace early Family 6 checks with VFM onesSohil Mehta
2025-03-19x86/microcode: Update the Intel processor flag scan checkSohil Mehta
2025-03-19x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>Ingo Molnar
2025-03-19x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>Ingo Molnar
2025-03-19x86/cpuid: Clean up <asm/cpuid/api.h>Ingo Molnar
2025-03-19x86/cpuid: Clean up <asm/cpuid/types.h>Ingo Molnar
2025-03-19x86/cpuid: Refactor <asm/cpuid.h>Ahmed S. Darwish
2025-03-19x86/amd_node: Add a smn_read_register() helperMario Limonciello
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta
2025-03-19x86/cpu: Add cpu_type to struct x86_cpu_idPawan Gupta
2025-03-19x86/cpu: Shorten CPU matching macroPawan Gupta
2025-03-19x86/cpu: Fix the description of X86_MATCH_VFM_STEPS()Pawan Gupta
2025-03-19x86/cpufeatures: Use AWK to generate {REQUIRED|DISABLED}_MASK_BIT_SET in <asm...Xin Li (Intel)
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)
2025-03-19x86/cpufeatures: Generate the <asm/cpufeaturemasks.h> header based on build c...H. Peter Anvin (Intel)
2025-03-19x86/mm: Always set the ASID valid bit for the INVLPGB instructionTom Lendacky
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel
2025-03-19x86/mm: Enable broadcast TLB invalidation for multi-threaded processesRik van Riel
2025-03-19x86/mm: Add global ASID process exit helpersRik van Riel
2025-03-19x86/mm: Handle global ASID context switch and TLB flushRik van Riel
2025-03-19x86/mm: Add global ASID allocation helper functionsRik van Riel
2025-03-19x86/mm: Add INVLPGB support codeRik van Riel
2025-03-19x86/mm: Add INVLPGB feature and Kconfig entryRik van Riel
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts
2025-03-16mm: support tlbbatch flush for a range of PTEsBarry Song
2025-03-16percpu/x86: enable strict percpu checks via named AS qualifiersUros Bizjak
2025-03-16percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessorsUros Bizjak
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-14KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PATYan Zhao
2025-03-14KVM: x86: Allow vendor code to disable quirksPaolo Bonzini
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercallIsaku Yamahata
2025-03-14KVM: TDX: Detect unexpected SEPT violations due to pending SPTEsYan Zhao
2025-03-14KVM: TDX: Wait lapic expire when timer IRQ was injectedIsaku Yamahata
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson
2025-03-14KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>Binbin Wu