summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-03-27KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-6/+8
2026-03-27x86/fred: Remove kernel log message when initializing exceptionsSohil Mehta1-3/+0
2026-03-27PCI: Align head space betterIlpo Järvinen1-0/+2
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen1-1/+2
2026-03-27x86/fred: Enable FRED by defaultH. Peter Anvin2-2/+2
2026-03-27Merge back earlier material related to system sleep for 7.1Rafael J. Wysocki1-2/+0
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts3-15/+3
2026-03-24perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()Aldo Conte1-3/+3
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers4-633/+0
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers1-0/+1
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers4-309/+0
2026-03-23x86/topology: use bitmap_weight_from()Yury Norov1-6/+2
2026-03-23x86/cpu/topology: Consolidate AMD and Hygon cases in parse_topology()Wei Wang1-6/+2
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra1-0/+13
2026-03-23x86/fred: Fix early boot failures on SEV-ES/SNP guestsNikunj A Dadhania2-0/+20
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)1-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig1-1/+2
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+28
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+33
2026-03-22block/floppy: Don't use REALLY_SLOW_IO for delaysJuergen Gross2-10/+22
2026-03-22x86/paravirt: Replace io_delay() hook with a boolJuergen Gross8-31/+16
2026-03-22x86/irqflags: Preemptively move include paravirt.h directive where it belongsJuergen Gross1-3/+3
2026-03-21x86/um: fix vDSO installationThomas Weißschuh2-2/+2
2026-03-21um: avoid struct sigcontext redefinition with muslMarcel W. Wysocki1-0/+6
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar52-219/+472
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean1-1/+1
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-50/+55
2026-03-20x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)1-1/+1
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner3-35/+19
2026-03-19x86/cpu: Remove LASS restriction on vsyscall emulationSohil Mehta1-15/+0
2026-03-19x86/vsyscall: Disable LASS if vsyscall mode is set to EMULATESohil Mehta1-0/+5
2026-03-19x86/vsyscall: Restore vsyscall=xonly mode under LASSSohil Mehta3-5/+27
2026-03-19x86/traps: Consolidate user fixups in the #GP handlerSohil Mehta2-5/+6
2026-03-19x86/vsyscall: Reorganize the page fault emulation codeSohil Mehta3-36/+39
2026-03-19PM: hibernate: x86: Remove inclusion of crypto/hash.hEric Biggers1-2/+0
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche1-6/+11
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf2-17/+23
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf2-0/+9
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar38-174/+395
2026-03-16x86/sev: Rename SNP_FEATURES_PRESENT to SNP_FEATURES_IMPLKim Phillips1-3/+3
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-39/+97
2026-03-13KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()Yosry Ahmed1-11/+12
2026-03-13KVM: SVM: Add a helper to get LBR field pointer to dedup MSR accessesSean Christopherson1-29/+20
2026-03-13x86/split_lock: Restructure the unwieldy switch-case in sld_state_show()Borislav Petkov1-24/+25
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle1-3/+3
2026-03-12KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspaceNikunj A Dadhania2-1/+3
2026-03-12KVM: x86: Immediately fail the build when possible if required #define is mis...Sean Christopherson3-9/+14
2026-03-12KVM: x86: Use __DECLARE_FLEX_ARRAY() for UAPI structures with VLAsDavid Woodhouse1-6/+6