summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-04-20s390/cpumf: Fix double free on error in cpumf_pmu_event_init()Thomas Richter
2025-04-20x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle
2025-04-20x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov
2025-04-20arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson
2025-04-20s390: Fix linker error when -no-pie option is unavailableSumanth Korikkar
2025-04-20s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFsNiklas Schnelle
2025-04-20KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accessesSean Christopherson
2025-04-20KVM: x86: Explicitly zero-initialize on-stack CPUID unionsSean Christopherson
2025-04-20KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guestsAmit Machhiwal
2025-04-20x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne
2025-04-20sparc/mm: avoid calling arch_enter/leave_lazy_mmu() in set_ptesRyan Roberts
2025-04-20sparc/mm: disable preemption in lazy mmu modeRyan Roberts
2025-04-20arm64: dts: exynos: gs101: disable pinctrl_gsacore nodePeter Griffin
2025-04-20arm64: dts: mediatek: mt8173: Fix disp-pwm compatible stringChen-Yu Tsai
2025-04-20arm64: dts: mediatek: mt8188: Assign apll1 clock as parent to avoid hangNícolas F. R. A. Prado
2025-04-20arm64: dts: ti: k3-j784s4-j742s2-main-common: Fix serdes_ln_ctrl reg-masksSiddharth Vadapalli
2025-04-20arm64: dts: ti: k3-j784s4-j742s2-main-common: Correct the GICD sizeKeerthy
2025-04-20arm64: mm: Correct the update of max_pfnZhenhua Huang
2025-04-20arm64: tegra: Remove the Orin NX/Nano suspend keyNinad Malwade
2025-04-20arm64: mops: Do not dereference src reg for a set operationKeir Fraser
2025-04-20KVM: arm64: Set HCR_EL2.TID1 unconditionallyOliver Upton
2025-04-20KVM: arm64: Tear down vGIC on failed vCPU creationWill Deacon
2025-04-20arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe listDouglas Anderson
2025-04-20arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre BHBDouglas Anderson
2025-04-20arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_listDouglas Anderson
2025-04-20arm64: cputype: Add MIDR_CORTEX_A76AEDouglas Anderson
2025-04-20KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,...Akihiko Odaki
2025-04-20s390/pci: Fix s390_mmio_read/write syscall page fault handlingNiklas Schnelle
2025-04-20tracing: Disable branch profiling in noinstr codeJosh Poimboeuf
2025-04-20arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLDDouglas Anderson
2025-04-20x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-04-20x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)
2025-04-20x86/percpu: Disable named address spaces for UBSAN_BOOL with KASAN for GCC < ...Uros Bizjak
2025-04-20x86/mm: Clear _PAGE_DIRTY for kernel mappings when we clear _PAGE_RWMatthew Wilcox (Oracle)
2025-04-20irqchip/gic-v3: Add Rockchip 3568002 erratum workaroundDmitry Osipenko
2025-04-20x86/acpi: Don't limit CPUs to 1 for Xen PV guests due to disabled ACPIPetr Vaněk
2025-04-10ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCENathan Chancellor
2025-04-10arm64: Don't call NULL in do_compat_alignment_fixup()Angelos Oikonomopoulos
2025-04-10KVM: SVM: Don't change target vCPU state on AP Creation VMGEXIT errorSean Christopherson
2025-04-10ARM: 9444/1: add KEEP() keyword to ARM_VECTORSChristian Eggers
2025-04-10x86/mm: Fix flush_tlb_range() when used for zapping normal PMDsJann Horn
2025-04-10x86/tsc: Always save/restore TSC sched_clock() on suspend/resumeGuilherme G. Piccoli
2025-04-10x86/Kconfig: Add cmpxchg8b support back to Geode CPUsArnd Bergmann
2025-04-10uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa
2025-04-10perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample readKan Liang
2025-04-10perf/x86/intel: Apply static call for drain_pebsPeter Zijlstra (Intel)
2025-04-10x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve
2025-04-10x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky
2025-04-10KVM: x86: block KVM_CAP_SYNC_REGS if guest state is protectedPaolo Bonzini