summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-03-17x86: Get rid of Makefile.postlinkArd Biesheuvel
2025-03-17kbuild: Create intermediate vmlinux build with relocations preservedArd Biesheuvel
2025-03-17kbuild: Introduce Kconfig symbol for linking vmlinux with relocationsArd Biesheuvel
2025-03-15Kunit to check the longest symbol lengthSergio González Collado
2025-03-15bpf, x86: Fix objtool warning for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf, x86: Support load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-14KVM: TDX: Make TDX VM type supportedIsaku Yamahata