summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorLines
2026-04-04x86/apic: Drop AMD Extended Interrupt LVT macrosNaveen N Rao (AMD)-19/+12
2026-04-03KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson-2/+8
2026-04-03KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lockSean Christopherson-4/+2
2026-04-03KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson-0/+3
2026-04-03KVM: SEV: Use kvzalloc_objs() when pinning userpagesSean Christopherson-11/+9
2026-04-03KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memorySean Christopherson-5/+2
2026-04-03KVM: SEV: Disallow pinning more pages than exist in the systemSean Christopherson-5/+9
2026-04-03KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()Sean Christopherson-3/+0
2026-04-03KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson-4/+7
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson-12/+40
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed-55/+57
2026-04-03x86/alternative: delay freeing of smp_locks sectionMike Rapoport (Microsoft)-5/+17
2026-04-03perf/x86/msr: Make SMI and PPERF on by defaultKan Liang-79/+3
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu-5/+1
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-43/+0
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig-1263/+31
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig-36/+30
2026-04-03crypto: x86 - Remove des and des3_ede codeEric Biggers-1239/+0
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy-0/+5
2026-04-02x86/cpufeatures: Add AMD CPPC Performance Priority feature.Gautham R. Shenoy-1/+2
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar-90/+173
2026-04-02perf/x86: Fix potential bad container_of in intel_pmu_hw_configIan Rogers-2/+4
2026-04-01x86/CPU/AMD: Print AGESA string from DMI additional information entryYazen Ghannam-0/+49
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)-6/+3
2026-03-31x86/vdso: Drop pointless #ifdeffery in vvar_vclock_fault()Thomas Weißschuh-4/+0
2026-03-31x86/platform/geode: Fix on-stack property data use-after-return bugDmitry Torokhov-6/+18
2026-03-31x86/tls: Clean up 'sel' variable usage in do_set_thread_area()Uros Bizjak-1/+3
2026-03-31x86/process/32: Use correct type for 'gs' variable in __show_regs() to avoid ...Uros Bizjak-1/+1
2026-03-31x86/process/64: Use savesegment() in __show_regs() instead of inline asmUros Bizjak-4/+4
2026-03-31x86/elf: Use savesegment() for segment register reads in ELF core dumpUros Bizjak-5/+4
2026-03-31x86/vdso: Clean up remnants of VDSO32_NOTE_MASKThomas Weißschuh-2/+0
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds-8/+8
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds-13/+9
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds-7/+8
2026-03-30x86/kexec: Disable KCOV instrumentation after load_segments()Aleksandr Nogikh-0/+16
2026-03-30x86/cpu: Remove M486/M486SX/ELAN supportIngo Molnar-52/+10
2026-03-30x86/asm/segment: Implement loadsegment()/savesegment() macros with static inl...Uros Bizjak-22/+35
2026-03-30x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()Uros Bizjak-1/+1
2026-03-30x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()Uros Bizjak-1/+1
2026-03-30x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-...Uros Bizjak-2/+2
2026-03-30pcmcia: remove obsolete host controller driversEthan Nelson-Moore-1/+1
2026-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-7/+10
2026-03-29x86/sev, crypto/ccp: Move HSAVE_PA setup to arch/x86/Tycho Andersen (AMD)-0/+8
2026-03-29Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+46
2026-03-29x86/sev, crypto/ccp: Move SNP init to ccp driverTycho Andersen (AMD)-2/+0
2026-03-29x86/sev: Create snp_shutdown()Tycho Andersen (AMD)-3/+21
2026-03-28x86/sev: Create snp_prepare()Tycho Andersen (AMD)-19/+32
2026-03-28x86/sev: Create a function to clear/zero the RMPTom Lendacky-14/+27
2026-03-27Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2026-03-27KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson-1/+2