summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-01-22arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1Yicong Yang
2026-01-22KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memoryYicong Yang
2026-01-22KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslotsMarc Zyngier
2026-01-22arm64: mm: warn once for ioremap attempts on RAM mappingsBreno Leitao
2026-01-22arm64: topology: Do not warn on missing AMU in cpuhp_topology_online()Geert Uytterhoeven
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner
2026-01-22arm64/fpsimd: signal: Fix restoration of SVE contextMark Rutland
2026-01-22arm64/fpsimd: signal: Allocate SSVE storage when restoring ZAMark Rutland
2026-01-22arm64/fpsimd: ptrace: Fix SVE writes on !SME systemsMark Rutland
2026-01-22Merge tag 'apple-soc-dt-6.20' of https://git.kernel.org/pub/scm/linux/kernel/...Krzysztof Kozlowski
2026-01-22Merge tag 'lpc32xx-dt-for-6.20' of https://github.com/vzapolskiy/linux-lpc32x...Krzysztof Kozlowski
2026-01-22Merge tag 'aspeed-6.20-devicetree-1' of https://git.kernel.org/pub/scm/linux/...Krzysztof Kozlowski
2026-01-22Merge tag 'nuvoton-arm64-6.20-devicetree-0' of https://git.kernel.org/pub/scm...Krzysztof Kozlowski
2026-01-22arm64: dts: marvell: Add SoC specific compatibles to SafeXcel cryptoAngeloGioacchino Del Regno
2026-01-22KVM: arm64: nv: Return correct RES0 bits for FGT registersZenghui Yu (Huawei)
2026-01-22Merge tag 'v6.20-rockchip-dts64-1' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski
2026-01-22KVM: arm64: Always populate FGT masks at boot timeMarc Zyngier
2026-01-22Merge tag 'v6.20-rockchip-dts32-1' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski
2026-01-22Merge tag 'juno-updates-7.0' of https://git.kernel.org/pub/scm/linux/kernel/g...Krzysztof Kozlowski
2026-01-21ARM: dts: qcom: switch to RPMPD_* indicesDmitry Baryshkov
2026-01-21arm64: dts: qcom: sm6115: Add CX_MEM/DBGC GPU regionsKonrad Dybcio
2026-01-21arm64: dts: qcom: agatti: Add CX_MEM/DBGC GPU regionsKonrad Dybcio
2026-01-21arm64: dts: qcom: sm8750: add ADSP fastrpc-compute-cb nodesAlexey Klimov
2026-01-21arm64: dts: qcom: sm8750: add memory node for adsp fastrpcAlexey Klimov
2026-01-21arm64: dts: qcom: switch to RPMPD_* indicesDmitry Baryshkov
2026-01-21Merge tag 'soc-fixes-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-01-21arm64: dts: amlogic: meson-s4-s905y4-khadas-vim1s: enable SDIO interfaceNick Xie
2026-01-21perf/x86/intel: Do not enable BTS for guestsFernand Sieber
2026-01-21arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequencyDavid Heidelberg
2026-01-21arm64: dts: qcom: sm6350: Add clocks for aggre1 & aggre2 NoCLuca Weiss
2026-01-21arm64: dts: qcom: agatti: enable FastRPC on the ADSPDmitry Baryshkov
2026-01-21Merge tag 'qcom-arm64-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20lib/tests: convert test_uuid module to KUnitRyota Sakamoto
2026-01-20mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()Wei Yang
2026-01-20x86/clear_page: introduce clear_pages()Ankur Arora
2026-01-20x86/mm: simplify clear_page_*Ankur Arora
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky
2026-01-20x86/xen: use lazy_mmu_state when context-switchingKevin Brodsky
2026-01-20sparc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20mm: enable lazy_mmu sections to nestKevin Brodsky
2026-01-20mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky