summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-04-10x86/msr: Standardize on u64 in <asm/msr.h>Ingo Molnar
2025-04-10x86: Remove __FORCE_ORDER workaroundUros Bizjak
2025-04-09x86/mm: Consolidate initmem_init()Mike Rapoport (Microsoft)
2025-04-09Merge tag 'v6.15-rc1' into x86/mm, to pick up fixesIngo Molnar
2025-04-09x86/uaccess: Predict valid_user_address() returning trueMateusz Guzik
2025-04-09Merge tag 'v6.15-rc1' into x86/asm, to refresh the branchIngo Molnar
2025-04-09x86/ibt: Fix hibernatePeter Zijlstra
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000006) L2/L3 associativityAhmed S. Darwish
2025-04-09x86/cacheinfo: Properly parse CPUID(0x80000005) L1d/L1i associativityAhmed S. Darwish
2025-04-09x86/cpu: Avoid running off the end of an AMD erratum tableDave Hansen
2025-04-09crypto: x86/chacha - Restore SSSE3 fallback pathHerbert Xu
2025-04-09perf/arch: Record sample last_period before updating on the x86 and PowerPC p...Mark Barnett
2025-04-09x86/bugs: Add RSB mitigation documentJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-04-09x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf
2025-04-09x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier()Josh Poimboeuf
2025-04-09x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf
2025-04-09x86/bugs: Rename entry_ibpb() to write_ibpb()Josh Poimboeuf
2025-04-09x86/early_printk: Use 'mmio32' for consistency, fix commentsAndy Shevchenko
2025-04-09perf/x86/intel/bts: Rename local bts_buffer variables for clarityThorsten Blum
2025-04-09x86/boot/startup: Disable objtool validation for library codeArd Biesheuvel
2025-04-09x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::nameJames Morse
2025-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang
2025-04-08perf/x86/intel: Add CPUID enumeration for the auto counter reloadKan Liang
2025-04-08perf: Extend the bit width of the arch-specific flagKan Liang
2025-04-08perf/x86/intel: Track the num of events needs late setupKan Liang
2025-04-08perf/x86: Add dynamic constraintKan Liang
2025-04-08x86/xen: disable CPU idle and frequency drivers for PVH dom0Roger Pau Monne
2025-04-08KVM: SVM: Add support to initialize SEV/SNP functionality in KVMAshish Kalra
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf
2025-04-07x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle
2025-04-07x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPIPetr Vaněk
2025-04-07x86/microcode/AMD: Clean the cache if update did not load microcodeBoris Ostrovsky
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini
2025-04-07Merge branch 'kvm-pi-fix-lockdep' into HEADPaolo Bonzini
2025-04-07Merge branch 'kvm-6.15-rc2-fixes' into HEADPaolo Bonzini
2025-04-07x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne
2025-04-07crypto: x86/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: x86/aes-xts - optimize _compute_first_set_of_tweaks for AVX-512Eric Biggers
2025-04-07crypto: x86 - Remove CONFIG_AS_AVX512 handlingUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA256_NIUros Bizjak
2025-04-07crypto: x86 - Remove CONFIG_AS_SHA1_NIUros Bizjak
2025-04-07crypto: x86/chacha - Remove SIMD fallback pathHerbert Xu
2025-04-07crypto: x86/twofish - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/sm4 - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/serpent - stop using the SIMD helperEric Biggers
2025-04-07crypto: x86/cast - stop using the SIMD helperEric Biggers