summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-09-19sparc64: fix hugetlb for sun4uAnthony Yznaga
2025-09-19sparc/module: Make it clear that relocation numbers are shown in hexKoakuma
2025-09-19sparc/module: Add R_SPARC_UA64 relocation handlingKoakuma
2025-09-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson
2025-09-19arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUsRyan Roberts
2025-09-19Merge tag 'loongarch-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-19riscv: errata: Fix the PAUSE Opcode for MIPS P8700Djordje Todorovic
2025-09-19riscv: hwprobe: Add MIPS vendor extension probingAleksa Paunovic
2025-09-19riscv: Add xmipsexectl instructionsAleksa Paunovic
2025-09-19KVM: arm64: Expose FEAT_LSFE to guestsMark Brown
2025-09-19arm64: Kconfig: Spell out "ARMv9.4" in menuconfig textWill Deacon
2025-09-19KVM: arm64: Add trap configs for PMSDSFR_EL1James Clark
2025-09-19KVM: arm64: nv: Expose up to FEAT_Debugv8p8 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Advertise FEAT_TIDCP1 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Advertise FEAT_SpecSEI to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_TWED to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't setOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_AFP to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_ECBHB to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_fracOliver Upton
2025-09-19KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMsOliver Upton
2025-09-19KVM: arm64: nv: Don't erroneously claim FEAT_DoubleLock for NV VMsOliver Upton
2025-09-19KVM: arm64: nv: Convert masks to denylists in limit_nv_id_reg()Oliver Upton
2025-09-19KVM: arm64: Make ID_AA64MMFR1_EL1.{HCX, TWED} writable from userspaceJinqian Yang
2025-09-19KVM: arm64: Convert MDCR_EL2 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Convert SCTLR_EL1 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_TCR2 on TCR2_EL2Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_SCTLR2 on SCTLR2_EL{1,2}Marc Zyngier
2025-09-19KVM: arm64: Convert HCR_EL2 RES0 handling to compute_reg_res0_bits()Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_HCX on HCRX_EL2Marc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_FGT2 on FGT2 registersMarc Zyngier
2025-09-19KVM: arm64: Enforce absence of FEAT_FGT on FGT registersMarc Zyngier
2025-09-19KVM: arm64: Add reg_feat_map_desc to describe full register dependencyMarc Zyngier
2025-09-19KVM: arm64: Remove duplicate FEAT_{SYSREG128,MTE2} descriptionsMarc Zyngier
2025-09-19KVM: arm64: nv: Allow userspace to de-feature stage-2 TGRANsOliver Upton
2025-09-19KVM: arm64: nv: Treat AMO as 1 when at EL2 and {E2H,TGE} = {1, 0}Oliver Upton
2025-09-19arm64: acpi: Enable ACPI CCEL supportSuzuki K Poulose
2025-09-19arm64: Enable EFI secret area Securityfs supportSuzuki K Poulose
2025-09-19arm64: realm: ioremap: Allow mapping memory as encryptedSuzuki K Poulose
2025-09-19arm64: dts: allwinner: h313: Add Amediatech X96QJ. Neuschäfer
2025-09-18riscv: Add xmipsexectl as a vendor extensionAleksa Paunovic
2025-09-18riscv: cpufeature: add validation for zfa, zfh and zfhminClément Léger
2025-09-18riscv: sbi: Switch to new sys-off handler APIAndrew Davis
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi
2025-09-18arm64: Enable permission change on arm64 kernel block mappingsDev Jain
2025-09-18arm64: cpufeature: add AmpereOne to BBML2 allow listYang Shi
2025-09-18arm64: probes: Fix incorrect bl/blr address and register usageJeremy Linton
2025-09-18KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+Sean Christopherson
2025-09-18KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86Sean Christopherson
2025-09-18KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalentsDapeng Mi