aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-12-12riscv: dts: thead: Enable BeagleV Ahead eMMC and microSDDrew Fustini1-0/+20
2023-12-12riscv: dts: thead: Add TH1520 mmc controllers and sdhci clockDrew Fustini1-0/+34
2023-12-12x86/virt/tdx: Disable TDX host support when kexec is enabledDave Hansen1-0/+1
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang4-0/+133
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang2-0/+20
2023-12-12arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton1-0/+6
2023-12-12ARM: dts: microchip: sama5d27_som1_ek: Remove mmc-ddr-3_3v property from sdmm...Mihai Sain1-1/+0
2023-12-12arm64: fpsimd: Implement lazy restore for kernel mode FPSIMDArd Biesheuvel2-0/+19
2023-12-12arm64: fpsimd: Preserve/restore kernel mode NEON at context switchArd Biesheuvel3-18/+77
2023-12-12arm64: fpsimd: Drop unneeded 'busy' flagArd Biesheuvel2-51/+15
2023-12-12arm64/kernel: Move 'nokaslr' parsing out of early idreg codeArd Biesheuvel2-7/+7
2023-12-12arm64: idreg-override: Avoid kstrtou64() to parse a single hex digitArd Biesheuvel1-1/+15
2023-12-12arm64: idreg-override: Avoid sprintf() for simple string concatenationArd Biesheuvel1-6/+13
2023-12-12arm64: idreg-override: avoid strlen() to check for empty stringsArd Biesheuvel1-1/+1
2023-12-12arm64: idreg-override: Avoid parameq() and parameqn()Ard Biesheuvel1-11/+17
2023-12-12arm64: idreg-override: Prepare for place relative reloc patchingArd Biesheuvel1-33/+56
2023-12-12arm64: idreg-override: Omit non-NULL checks for override pointerArd Biesheuvel1-11/+5
2023-12-12arm64: mm: get rid of kimage_vaddr global variableArd Biesheuvel3-8/+3
2023-12-12arm64: mm: Take potential load offset into account when KASLR is offArd Biesheuvel1-21/+6
2023-12-12arm64: kernel: Disable latent_entropy GCC plugin in early C runtimeArd Biesheuvel1-0/+1
2023-12-12arm64: defconfig: Enable configs for MT8195-Cherry-Tomato ChromebookNĂ­colas F. R. A. Prado1-0/+12
2023-12-12arm64: defconfig: Enable DA9211 regulatorVignesh Raman1-0/+1
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2-6/+8
2023-12-12arm64: dts: juno: Align thermal zone names with bindingsKrzysztof Kozlowski2-12/+12
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark1-2/+4
2023-12-12arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark2-7/+5
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe6-11/+11
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-1/+1
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe3-1/+7
2023-12-12KVM: arm64: vgic: Ensure that slots_lock is held in vgic_register_all_redist_...Marc Zyngier1-0/+2
2023-12-12KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier4-3/+7
2023-12-12KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()Marc Zyngier1-2/+11
2023-12-12KVM: arm64: vgic: Simplify kvm_vgic_destroy()Marc Zyngier1-15/+14
2023-12-11MIPS: SGI-IP27: hubio: fix nasid kernel-doc warningRandy Dunlap1-1/+1
2023-12-11arm64/sysreg: Add new system registers for GCSMark Brown1-0/+55
2023-12-11arm64/sysreg: Add definition for FPMRMark Brown1-0/+23
2023-12-11arm64/sysreg: Update HCRX_EL2 definition for DDI0601 2023-09Mark Brown1-1/+3
2023-12-11arm64/sysreg: Update SCTLR_EL1 for DDI0601 2023-09Mark Brown1-2/+3
2023-12-11arm64/sysreg: Update ID_AA64SMFR0_EL1 definition for DDI0601 2023-09Mark Brown1-3/+27
2023-12-11arm64/sysreg: Add definition for ID_AA64FPFR0_EL1Mark Brown1-0/+29
2023-12-11arm64/sysreg: Add definition for ID_AA64ISAR3_EL1Mark Brown1-0/+17
2023-12-11arm64/sysreg: Update ID_AA64ISAR2_EL1 defintion for DDI0601 2023-09Mark Brown1-2/+22
2023-12-11arm64/sysreg: Add definition for ID_AA64PFR2_EL1Mark Brown1-0/+21
2023-12-11arm64/sysreg: update CPACR_EL1 registerJoey Gouly1-1/+2
2023-12-11arm64/sysreg: add system register POR_EL{0,1}Joey Gouly2-0/+25
2023-12-11arm64/sysreg: Add definition for HAFGRTR_EL2Fuad Tabba1-0/+43
2023-12-11arm64/sysreg: Update HFGITR_EL2 definiton to DDI0601 2023-09Fuad Tabba1-1/+3
2023-12-11s390: update defconfigsHeiko Carstens3-12/+13
2023-12-11s390/mm: convert pgste locking functions to CClaudio Imbrenda1-19/+10
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens18-53/+63