summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-03-31x86/tls: Clean up 'sel' variable usage in do_set_thread_area()Uros Bizjak
2026-03-31x86/process/32: Use correct type for 'gs' variable in __show_regs() to avoid ...Uros Bizjak
2026-03-31x86/process/64: Use savesegment() in __show_regs() instead of inline asmUros Bizjak
2026-03-31x86/elf: Use savesegment() for segment register reads in ELF core dumpUros Bizjak
2026-03-31x86/vdso: Clean up remnants of VDSO32_NOTE_MASKThomas Weißschuh
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds
2026-03-30x86/kexec: Disable KCOV instrumentation after load_segments()Aleksandr Nogikh
2026-03-30x86/cpu: Remove M486/M486SX/ELAN supportIngo Molnar
2026-03-30x86/asm/segment: Implement loadsegment()/savesegment() macros with static inl...Uros Bizjak
2026-03-30x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()Uros Bizjak
2026-03-30x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()Uros Bizjak
2026-03-30x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-...Uros Bizjak
2026-03-30pcmcia: remove obsolete host controller driversEthan Nelson-Moore
2026-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-29x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/Tycho Andersen (AMD)
2026-03-29Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-29x86/sev, crypto/ccp: Move SNP init to ccp driverTycho Andersen (AMD)
2026-03-29x86/sev: Create snp_shutdown()Tycho Andersen (AMD)
2026-03-28x86/sev: Create snp_prepare()Tycho Andersen (AMD)
2026-03-28x86/sev: Create a function to clear/zero the RMPTom Lendacky
2026-03-27Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-03-27KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson
2026-03-27KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson
2026-03-27x86/fred: Remove kernel log message when initializing exceptionsSohil Mehta
2026-03-27PCI: Align head space betterIlpo Järvinen
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen
2026-03-27x86/fred: Enable FRED by defaultH. Peter Anvin
2026-03-27Merge back earlier material related to system sleep for 7.1Rafael J. Wysocki
2026-03-24randomize_kstack: Unify random source across archesRyan Roberts
2026-03-24perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()Aldo Conte
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23x86/topology: use bitmap_weight_from()Yury Norov
2026-03-23x86/cpu/topology: Consolidate AMD and Hygon cases in parse_topology()Wei Wang
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra
2026-03-23x86/fred: Fix early boot failures on SEV-ES/SNP guestsNikunj A Dadhania
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania
2026-03-23fs: fix archiecture-specific compat_ftruncate64Christoph Hellwig
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-22block/floppy: Don't use REALLY_SLOW_IO for delaysJuergen Gross
2026-03-22x86/paravirt: Replace io_delay() hook with a boolJuergen Gross
2026-03-22x86/irqflags: Preemptively move include paravirt.h directive where it belongsJuergen Gross
2026-03-21x86/um: fix vDSO installationThomas Weißschuh
2026-03-21um: avoid struct sigcontext redefinition with muslMarcel W. Wysocki
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar