summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-01-11riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVEshanlong.li1-0/+1
2024-01-11riscv: dts: starfive: visionfive-2-v1.3B: Set the driver strength of RXC/RXDSamin Guo1-0/+4
2024-01-11riscv: dts: starfive: visionfive 2: Add configuration of gmac and phySamin Guo3-0/+74
2024-01-11riscv: dts: starfive: jh7110: Add ethernet device nodesSamin Guo1-0/+69
2024-01-11riscv: dts: starfive: jh7110: Add PLL clock node and modify syscrg nodeXingyu Wu1-2/+12
2024-01-11riscv: dts: starfive: jh7110: Add syscon nodesWilliam Qiu1-0/+15
2024-01-11config: add jh7110 defconfig for test minishanlong.li1-0/+212
2024-01-11riscv: dts: starfive: Add common DT for JH7100 based boardsCristian Ciocaltea2-152/+162
2024-01-11riscv: dts: starfive: Add StarFive VisionFive V1 device treeCristian Ciocaltea1-0/+20
2024-01-11riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device treeEmil Renner Berthing4-1/+246
2024-01-11riscv: dts: starfive: Add StarFive JH7110 pin function definitionsJianlong Huang1-0/+308
2024-01-11riscv: dts: starfive: Add initial StarFive JH7110 device treeEmil Renner Berthing2-0/+505
2023-08-16alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada1-2/+1
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2-2/+2
2023-08-16x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)2-3/+43
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov1-2/+2
2023-08-16x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea1-0/+1
2023-08-16x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers1-3/+9
2023-08-16riscv/kexec: handle R_RISCV_CALL_PLT relocation typeTorsten Duwe1-0/+1
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-08-16riscv/kexec: load initrd high in available memoryTorsten Duwe1-1/+1
2023-08-16KVM: SEV: only access GHCB fields oncePaolo Bonzini1-11/+14
2023-08-16KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini2-34/+61
2023-08-16Revert "loongarch/cpu: Switch to arch_cpu_finalize_init()"Greg Kroah-Hartman2-7/+0
2023-08-11x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)4-0/+24
2023-08-11arm64/ptrace: Don't enable SVE when setting streaming SVEMark Brown1-3/+5
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V1-2/+1
2023-08-11arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown1-2/+2
2023-08-11arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown1-1/+1
2023-08-11arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown1-1/+2
2023-08-11powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+7
2023-08-11x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley1-0/+21
2023-08-11arm64: dts: stratix10: fix incorrect I2C property for SCL signalDinh Nguyen2-2/+2
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens2-6/+9
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-11arm64: dts: freescale: Fix VPU G2 clockBenjamin Gaignard1-1/+1
2023-08-11arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmuxHugo Villeneuve1-1/+1
2023-08-11arm64: dts: phycore-imx8mm: Correction in gpio-line-namesYashwanth Varakala2-2/+2
2023-08-11arm64: dts: phycore-imx8mm: Label typo-fix of VPUYashwanth Varakala1-1/+1
2023-08-11arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrlTim Harvey1-0/+4
2023-08-11arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrlTim Harvey1-0/+4
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman1-3/+3
2023-08-08x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-08x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)1-0/+1
2023-08-08x86/srso: Fix return thunks in generated codeJosh Poimboeuf2-3/+7
2023-08-08x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)4-1/+26
2023-08-08x86/srso: Add IBPBBorislav Petkov (AMD)2-1/+25
2023-08-08x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)7-15/+39
2023-08-08x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2-1/+13
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)10-8/+261