summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-11-08x86/cpu: Make sure flag_is_changeable_p() is always being usedAndy Shevchenko
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-07x86/tdx: Enable CPU topology enumerationKirill A. Shutemov
2024-11-07x86/tdx: Dynamically disable SEPT violations from causing #VEsKirill A. Shutemov
2024-11-07x86/tdx: Introduce wrappers to read and write TD metadataKirill A. Shutemov
2024-11-06x86/percpu: fix clang warning when dealing with unsigned typesAndy Shevchenko
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello
2024-11-05sched, x86: Enable Lazy preemptionPeter Zijlstra
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu()Uros Bizjak
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __alternative_atomic64()Uros Bizjak
2024-11-04KVM: x86/mmu: Drop per-VM zapped_obsolete_pages listVipin Sharma
2024-11-04KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zappingDavid Matlack
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-02x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh
2024-11-02x86/vdso: Delete vvar.hThomas Weißschuh
2024-11-02x86/vdso: Access vdso data without vvar.hThomas Weißschuh
2024-11-02x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh
2024-11-02x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh
2024-11-02x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh
2024-11-02x86/vdso: Allocate vvar page from C codeThomas Weißschuh
2024-11-02x86/vdso: Access rng data from kernel without vvarThomas Weißschuh
2024-11-02x86/vdso: Place vdso_data at beginning of vvar pageThomas Weißschuh
2024-11-02x86/vdso: Use __arch_get_vdso_data() to access vdso dataThomas Weißschuh
2024-11-01KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson
2024-11-01KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()Sean Christopherson
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck
2024-10-31EDAC/mce_amd: Add support for FRU text in MCAYazen Ghannam
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik
2024-10-29x86/amd_nb: Fix compile-testing without CONFIG_AMD_NBArnd Bergmann
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-28x86/sev: Convert shared memory back to private on kexecAshish Kalra
2024-10-28x86/mm: Refactor __set_clr_pte_enc()Ashish Kalra
2024-10-28x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bitPerry Yuan
2024-10-25x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta
2024-10-25x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORESPerry Yuan
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello
2024-10-25x86: fix whitespace in runtime-const assembler outputLinus Torvalds
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-16virt: sev-guest: Carve out SNP message context structureNikunj A Dadhania
2024-10-16virt: sev-guest: Consolidate SNP guest messaging parameters to a structNikunj A Dadhania
2024-10-16virt: sev-guest: Use AES GCM crypto libraryNikunj A Dadhania
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino