summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-03-19x86/syscall/32: Move 32-bit syscall dispatch codeBrian Gerst
2025-03-19x86/xen: Move Xen upcall handlerBrian Gerst
2025-03-19x86/amd_node: Add a smn_read_register() helperMario Limonciello
2025-03-19x86/amd_node: Add support for debugfs access to SMN registersMario Limonciello
2025-03-19x86/amd_node: Add SMN offsets to exclusive region accessMario Limonciello
2025-03-19x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODEYazen Ghannam
2025-03-19x86/mtrr: Use str_enabled_disabled() helper in print_mtrr_state()Thorsten Blum
2025-03-19x86/entry: Add __init to ia32_emulation_override_cmdline()Vitaly Kuznetsov
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta
2025-03-19x86/rfds: Exclude P-only parts from the RFDS affected listPawan Gupta
2025-03-19x86/cpu: Update x86_match_cpu() to also use cpu-typePawan Gupta
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/cpufeatures: Add {REQUIRED,DISABLED} feature configsH. Peter Anvin (Intel)
2025-03-19x86/mm/ident_map: Fix theoretical virtual address overflow to zeroKirill A. Shutemov
2025-03-19x86/acpi: Replace manual page table initialization with kernel_ident_mapping_...Kirill A. Shutemov
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: Use broadcast TLB flushing in page reclaimRik van Riel
2025-03-19x86/mm: Use INVLPGB for kernel TLB flushesRik 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-19x86/mm: Consolidate full flush threshold decisionRik van Riel
2025-03-19x86/mm: Check return value from memblock_phys_alloc_range()Philip Redkin
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-19MIPS: cm: Fix warning if MIPS_CM is disabledThomas Bogendoerfer
2025-03-19MIPS: Fix Macro nameAbhishek Tamboli
2025-03-18mips: fix PCI_IOBASE definitionArnd Bergmann
2025-03-18arm64: dts: qcom: x1e001de-devkit: fix USB retimer reset polarityJohan Hovold
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens
2025-03-18s390/kfence: Split kfence pool into 4k mappings in arch_kfence_init_pool()Vasily Gorbik
2025-03-18s390/ptrace: Avoid KASAN false positives in regs_get_kernel_stack_nth()Vasily Gorbik
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli
2025-03-18s390/sysctl: Remove "vm/allocate_pgste" sysctlHeiko Carstens
2025-03-18s390: Remove 2k vs 4k page table leftoversHeiko Carstens
2025-03-18s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()Heiko Carstens
2025-03-18s390/lowcore: Use lghi instead llilh to clear registerHeiko Carstens
2025-03-18s390/syscall: Merge __do_syscall() and do_syscall()Heiko Carstens
2025-03-18s390/spinlock: Implement SPINLOCK_LOCKVAL with inline assemblyHeiko Carstens
2025-03-18s390/smp: Implement raw_smp_processor_id() with inline assemblyHeiko Carstens
2025-03-18s390/current: Implement current with inline assemblyHeiko Carstens
2025-03-18s390/lowcore: Use inline qualifier for get_lowcore() inline assemblyHeiko Carstens