summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini1-1/+4
2024-11-13Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-1/+5
2024-11-13Merge tag 'kvm-x86-mmu-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+2
2024-11-12platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unusedArnd Bergmann1-1/+2
2024-11-11sched, x86: Update the comment for TIF_NEED_RESCHED_LAZY.Sebastian Andrzej Siewior1-1/+1
2024-11-08x86/cpu: Make sure flag_is_changeable_p() is always being usedAndy Shevchenko1-3/+5
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-0/+3
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)1-7/+7
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-07x86/tdx: Enable CPU topology enumerationKirill A. Shutemov1-0/+2
2024-11-07x86/tdx: Dynamically disable SEPT violations from causing #VEsKirill A. Shutemov1-1/+9
2024-11-07x86/tdx: Introduce wrappers to read and write TD metadataKirill A. Shutemov1-0/+1
2024-11-06x86/percpu: fix clang warning when dealing with unsigned typesAndy Shevchenko1-3/+4
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang1-1/+1
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard2-2/+2
2024-11-06mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-0/+37
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-5/+0
2024-11-05sched, x86: Enable Lazy preemptionPeter Zijlstra1-2/+4
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu()Uros Bizjak1-3/+3
2024-11-05locking/atomic/x86: Use ALT_OUTPUT_SP() for __alternative_atomic64()Uros Bizjak1-1/+2
2024-11-04KVM: x86/mmu: Drop per-VM zapped_obsolete_pages listVipin Sharma1-1/+0
2024-11-04KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zappingDavid Matlack1-2/+2
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl1-22/+13
2024-11-02x86/vdso: Split virtual clock pages into dedicated mappingThomas Weißschuh1-0/+5
2024-11-02x86/vdso: Delete vvar.hThomas Weißschuh1-66/+0
2024-11-02x86/vdso: Access vdso data without vvar.hThomas Weißschuh1-3/+3
2024-11-02x86/vdso: Move the rng offset to vsyscall.hThomas Weißschuh2-3/+2
2024-11-02x86/vdso: Access rng vdso data without vvar.hThomas Weißschuh2-9/+4
2024-11-02x86/vdso: Access timens vdso data without vvar.hThomas Weißschuh2-3/+5
2024-11-02x86/vdso: Allocate vvar page from C codeThomas Weißschuh1-2/+4
2024-11-02x86/vdso: Access rng data from kernel without vvarThomas Weißschuh2-2/+4
2024-11-02x86/vdso: Place vdso_data at beginning of vvar pageThomas Weißschuh1-1/+1
2024-11-02x86/vdso: Use __arch_get_vdso_data() to access vdso dataThomas Weißschuh1-2/+2
2024-11-01KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson2-1/+3
2024-11-01KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()Sean Christopherson2-0/+2
2024-10-31x86/cpu: Fix FAM5_QUARK_X1000 to use X86_MATCH_VFM()Tony Luck1-1/+0
2024-10-31EDAC/mce_amd: Add support for FRU text in MCAYazen Ghannam1-0/+1
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik2-1/+23
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik1-2/+12
2024-10-29x86/amd_nb: Fix compile-testing without CONFIG_AMD_NBArnd Bergmann1-1/+4
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-5/+0
2024-10-28x86/sev: Convert shared memory back to private on kexecAshish Kalra1-0/+4
2024-10-28x86/mm: Refactor __set_clr_pte_enc()Ashish Kalra1-0/+20
2024-10-28x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bitPerry Yuan1-0/+1
2024-10-25x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta3-0/+33
2024-10-25x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORESPerry Yuan1-0/+1
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello1-1/+1
2024-10-25x86: fix whitespace in runtime-const assembler outputLinus Torvalds1-2/+2
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds1-19/+24