summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-01-23riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor1-1/+1
2026-01-23x86: make page fault handling disable interrupts properlyCedric Xing1-10/+5
2026-01-23mips: Add support for PC32 relocations in vmlinuxArd Biesheuvel2-0/+4
2026-01-22arm64: dts: rockchip: Fix rk3588 PCIe range mappingsShawn Lin2-5/+5
2026-01-22arm64: dts: rockchip: Fix rk356x PCIe range mappingsShawn Lin2-3/+3
2026-01-22arm64: dts: rockchip: Add Anbernic RG-DSChris Morgan2-0/+1238
2026-01-22arm64: dts: rockchip: Explicitly request UFS reset pin on RK3576Alexey Charkov2-1/+8
2026-01-22arm64: dts: rockchip: Add TPS65185 for PineNoteAndreas Kemnade1-0/+49
2026-01-22riscv: dts: allwinner: d1: Add CPU thermal sensor and zoneAlex Studer3-0/+80
2026-01-22s390/boot/vmlinux.lds.S: Ensure bzImage ends with SecureBoot trailerAlexander Egorenkov1-8/+9
2026-01-22arm64: Add support for FEAT_{LS64, LS64_V}Yicong Yang5-0/+33
2026-01-22KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guestYicong Yang1-0/+6
2026-01-22arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1Yicong Yang1-1/+11
2026-01-22KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memoryYicong Yang4-1/+56
2026-01-22KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslotsMarc Zyngier1-1/+26
2026-01-22arm64: mm: warn once for ioremap attempts on RAM mappingsBreno Leitao1-1/+2
2026-01-22arm64: topology: Do not warn on missing AMU in cpuhp_topology_online()Geert Uytterhoeven1-1/+0
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier5-28/+3
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier7-66/+0
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner16-0/+16
2026-01-22arm64/fpsimd: signal: Fix restoration of SVE contextMark Rutland1-6/+16
2026-01-22arm64/fpsimd: signal: Allocate SSVE storage when restoring ZAMark Rutland1-0/+4
2026-01-22arm64/fpsimd: ptrace: Fix SVE writes on !SME systemsMark Rutland1-14/+12
2026-01-22Merge tag 'apple-soc-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...Krzysztof Kozlowski28-0/+2317
2026-01-22Merge tag 'lpc32xx-dt-for-6.20' of https://github.com/vzapolskiy/linux-lpc32x...Krzysztof Kozlowski3-65/+94
2026-01-22Merge tag 'aspeed-6.20-devicetree-1' of https://git.kernel.org/pub/scm/linux/...Krzysztof Kozlowski7-134/+1812
2026-01-22Merge tag 'nuvoton-arm64-6.20-devicetree-0' of https://git.kernel.org/pub/scm...Krzysztof Kozlowski1-0/+1
2026-01-22arm64: dts: marvell: Add SoC specific compatibles to SafeXcel cryptoAngeloGioacchino Del Regno2-2/+4
2026-01-22KVM: arm64: nv: Return correct RES0 bits for FGT registersZenghui Yu (Huawei)1-1/+1
2026-01-22Merge tag 'v6.20-rockchip-dts64-1' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski38-25/+2248
2026-01-22KVM: arm64: Always populate FGT masks at boot timeMarc Zyngier1-9/+9
2026-01-22Merge tag 'v6.20-rockchip-dts32-1' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski1-1/+16
2026-01-22Merge tag 'juno-updates-7.0' of https://git.kernel.org/pub/scm/linux/kernel/g...Krzysztof Kozlowski2-4/+11
2026-01-22ARM: dts: qcom: switch to RPMPD_* indicesDmitry Baryshkov1-2/+2
2026-01-21arm64: dts: qcom: sm6115: Add CX_MEM/DBGC GPU regionsKonrad Dybcio1-2/+6
2026-01-21arm64: dts: qcom: agatti: Add CX_MEM/DBGC GPU regionsKonrad Dybcio1-2/+6
2026-01-21arm64: dts: qcom: sm8750: add ADSP fastrpc-compute-cb nodesAlexey Klimov1-0/+61
2026-01-21arm64: dts: qcom: sm8750: add memory node for adsp fastrpcAlexey Klimov1-0/+8
2026-01-21arm64: dts: qcom: switch to RPMPD_* indicesDmitry Baryshkov8-40/+40
2026-01-21Merge tag 'soc-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-60/+39
2026-01-21arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable SDIO interfaceNick Xie1-0/+27
2026-01-21perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-01-21arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequencyDavid Heidelberg1-0/+2
2026-01-21arm64: dts: qcom: sm6350: Add clocks for aggre1 & aggre2 NoCLuca Weiss1-0/+3
2026-01-21arm64: dts: qcom: agatti: enable FastRPC on the ADSPDmitry Baryshkov1-0/+41
2026-01-21Merge tag 'qcom-arm64-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann5-13/+16
2026-01-21kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek3-3/+3
2026-01-21watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing4-4/+4
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap7-0/+7
2026-01-21lib/tests: convert test_uuid module to KUnitRyota Sakamoto13-13/+0