summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-10-30KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-elseSean Christopherson
2024-10-30KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writableSean Christopherson
2024-10-30KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTESean Christopherson
2024-10-30perf/x86/rapl: Clean up cpumask and hotplugKan Liang
2024-10-30perf/x86/rapl: Move the pmu allocation out of CPU hotplugKan Liang
2024-10-30KVM: VMX: Remove the unused variable "gpa" in __invept()Yan Zhao
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-29x86/amd_nb: Fix compile-testing without CONFIG_AMD_NBArnd Bergmann
2024-10-29x86/pvh: Avoid absolute symbol references in .head.textArd Biesheuvel
2024-10-29x86/xen: Avoid relocatable quantities in Xen ELF notesArd Biesheuvel
2024-10-29x86/pvh: Omit needless clearing of phys_baseArd Biesheuvel
2024-10-29x86/pvh: Use correct size value in GDT descriptorArd Biesheuvel
2024-10-29x86/pvh: Call C code via the kernel virtual mappingArd Biesheuvel
2024-10-29drm/intel/pciids: rename i915_pciids.h to just pciids.hJani Nikula
2024-10-28x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov
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/boot: Skip video memory access in the decompressor for SEV-ES/SNPAshish Kalra
2024-10-28x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xffQiuxu Zhuo
2024-10-28x86/mce/mcelog: Use xchg() to get and clear the flagsQiuxu Zhuo
2024-10-28x86/cpu: Fix formatting of cpuid_bits[] in scattered.cBorislav Petkov (AMD)
2024-10-28x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bitPerry Yuan
2024-10-28crypto: x86/aegis128 - remove unneeded RETsEric Biggers
2024-10-28crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_ENDEric Biggers
2024-10-28crypto: x86/aegis128 - take advantage of block-aligned lenEric Biggers
2024-10-28crypto: x86/aegis128 - optimize partial block handling using SSE4.1Eric Biggers
2024-10-28crypto: x86/aegis128 - improve assembly function prototypesEric Biggers
2024-10-28crypto: x86/aegis128 - optimize length block preparation using SSE4.1Eric Biggers
2024-10-28crypto: x86/aegis128 - don't bother with special code for aligned dataEric Biggers
2024-10-28crypto: x86/aegis128 - eliminate some indirect callsEric Biggers
2024-10-28crypto: x86/aegis128 - remove no-op init and exit functionsEric Biggers
2024-10-28crypto: x86/aegis128 - access 32-bit arguments as 32-bitEric Biggers
2024-10-27Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-26x86/cpu: Use str_yes_no() helper in show_cpuinfo_misc()Thorsten Blum
2024-10-26crypto: x86/crc32c - eliminate jump table and excessive unrollingEric Biggers
2024-10-26crypto: x86/crc32c - access 32-bit arguments as 32-bitEric Biggers
2024-10-26crypto: x86/crc32c - simplify code for handling fewer than 200 bytesEric Biggers
2024-10-25x86/amd: Use heterogeneous core topology for identifying boost numeratorMario Limonciello
2024-10-25x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta
2024-10-25x86/cpu: Enable SD_ASYM_PACKING for PKG domain on AMDPerry Yuan
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-25KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEsSean Christopherson
2024-10-25KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfnSean Christopherson
2024-10-25KVM: VMX: Hold mmu_lock until page is released when updating APIC access pageSean Christopherson
2024-10-25KVM: Move x86's API to release a faultin page to common KVMSean Christopherson
2024-10-25KVM: x86/mmu: Don't mark unused faultin pages as accessedSean Christopherson
2024-10-25KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfnsSean Christopherson