summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra-0/+13
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania-6/+12
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig-1/+2
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+27
2026-03-22x86/paravirt: Replace io_delay() hook with a boolJuergen Gross-10/+3
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar-125/+194
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer-2/+16
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+3
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner-34/+19
2026-03-19x86/cpu: Remove LASS restriction on vsyscall emulationSohil Mehta-15/+0
2026-03-19x86/vsyscall: Restore vsyscall=xonly mode under LASSSohil Mehta-0/+4
2026-03-19x86/traps: Consolidate user fixups in the #GP handlerSohil Mehta-5/+6
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche-6/+11
2026-03-18objtool/x86: Reorder ORC register numberingJosh Poimboeuf-12/+18
2026-03-18objtool: Support Clang RAX DRAP sequenceJosh Poimboeuf-0/+8
2026-03-13x86/split_lock: Restructure the unwieldy switch-case in sld_state_show()Borislav Petkov-24/+25
2026-03-12x86/tsc: Handle CLOCK_SOURCE_VALID_FOR_HRES correctlyThomas Gleixner-1/+9
2026-03-11x86/mce, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam-0/+21
2026-03-11x86/mce, EDAC/mce_amd: Update CS bank type namingYazen Ghannam-1/+1
2026-03-11x86/mce, EDAC/mce_amd: Reorder SMCA bank type enumsYazen Ghannam-67/+48
2026-03-10x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji-0/+6
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-89/+164
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-28/+0
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2026-03-05x86/microcode: Add platform mask to Intel microcode "old" listDave Hansen-160/+238
2026-03-05x86/cpu: Add platform ID to CPU matching structureDave Hansen-0/+3
2026-03-05x86/cpu: Add platform ID to CPU info structureDave Hansen-1/+2
2026-03-05x86/microcode: Refactor platform ID enumeration into a helperDave Hansen-11/+43
2026-03-05x86/reboot: Execute the kernel restart handler upon machine restartMartin Schiller-1/+4
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson-59/+12
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson-0/+2
2026-03-04x86/resctrl: Fix SNC detectionTony Luck-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra-47/+143
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra-2/+14
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta-6/+1
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta-1/+22
2026-03-03x86/xen: Build identity mapping page tables dynamically for XENPVHou Wenlong-28/+0
2026-03-02x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()Thorsten Blum-3/+4
2026-02-27x86/apic: Enable TSC coupled programming modeThomas Gleixner-7/+8
2026-02-27x86/apic: Avoid the PVOPS indirection for the TSC deadline timerThomas Gleixner-3/+10
2026-02-27x86/apic: Remove pointless fence in lapic_next_deadline()Thomas Gleixner-9/+7
2026-02-27x86: Inline TSC reads in timekeepingThomas Gleixner-0/+1
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-0/+1
2026-02-26x86: rtc: Drop PNP device checkRafael J. Wysocki-16/+1
2026-02-26ACPI: x86: cmos_rtc: Create a CMOS RTC platform deviceRafael J. Wysocki-0/+4
2026-02-24x86/hyperv: print out reserved vectors in hexadecimalWei Liu-2/+3
2026-02-23x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra-7/+22
2026-02-23x86/bug: Handle __WARN_printf() trap in early_fixup_exception()Hou Wenlong-1/+1