summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-18um: x86: clean up elf specific definitionsHajime Tazaki
2025-03-18um: Store full CSGSFS and SS register from mcontextBenjamin Berg
2025-03-18um/locking: Remove semicolon from "lock" prefixUros Bizjak
2025-03-18um: Allocate vdso page pointer staticallyTiwei Bie
2025-03-18um: mark rodata read-only and implement _nofault accessesJohannes Berg
2025-03-18um: Pass the correct Rust target and options with gccDavid Gow
2025-03-17x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)
2025-03-17x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao
2025-03-17perf/x86: Check data address for IBS software filterNamhyung Kim
2025-03-17x86/fpu: Clarify the "xa" symbolic name used in the XSTATE* macrosBorislav Petkov (AMD)
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf
2025-03-17x86: Rely on generic printing of preemption modelSebastian Andrzej Siewior
2025-03-17perf/x86: Remove swap_task_ctx()Kan Liang
2025-03-17perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide modeKan Liang
2025-03-17perf: Supply task information to sched_task()Kan Liang
2025-03-17x86/sev: Simplify the code by removing unnecessary 'else' statementPeng Hao
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts
2025-03-17mm: rename GENERIC_PTDUMP and PTDUMP_COREAnshuman Khandual
2025-03-16crash: remove an unused argument from reserve_crashkernel_generic()Sourabh Jain
2025-03-16x86/mm: set ARCH_WANT_HUGETLB_VMEMMAP_PREINITFrank van der Linden
2025-03-16x86/setup: call hugetlb_bootmem_alloc earlyFrank van der Linden
2025-03-16x86/mm: make register_page_bootmem_memmap handle PTE mappingsFrank van der Linden
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-16x86/kgdb: use IS_ERR_PCPU() macroUros Bizjak