summaryrefslogtreecommitdiff
path: root/arch/arm/include
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-5/+5
2025-12-09ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()Liyuan Pang1-5/+5
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-03Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2025-11-12ARM/simd: Add scoped guard API for kernel mode SIMDArd Biesheuvel1-0/+7
2025-11-03ARM: uaccess: Implement missing __get_user_asm_dword()Thomas Gleixner1-1/+25
2025-10-22arm: make sa1111_bus_type constAdrian Barnaś1-1/+1
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2025-09-22mm: constify highmem related functions for improved const-correctnessMax Kellermann1-3/+3
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-1/+1
2025-09-04ARM: VDSO: Remove cntvct_ok global variableRasmus Villemoes1-2/+0
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-2/+0
2025-08-25ARM: stacktrace: include asm/sections.h in asm/stacktrace.hArnd Bergmann1-1/+2
2025-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-160/+0
2025-07-25ARM: 9449/1: coresight: Finish removal of Coresight support in arch/arm/kernelJames Clark1-160/+0
2025-06-12mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+2
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+37
2025-05-29ARM: 9446/1: Disallow kernel mode NEON when IRQs are disabledArd Biesheuvel1-1/+2
2025-05-12syscall.h: introduce syscall_set_nr()Dmitry V. Levin1-0/+24
2025-05-12syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+13
2025-05-12arch: remove mk_pmd()Matthew Wilcox (Oracle)1-1/+0
2025-05-12mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-1/+0
2025-04-16arm: Make simd.h more resilientHerbert Xu1-1/+7
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-4/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2025-03-26ARM: 9444/1: add KEEP() keyword to ARM_VECTORSChristian Eggers1-3/+3
2025-03-26ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCENathan Chancellor1-0/+6
2025-03-26ARM: 9439/1: arm32: simplify ARM_MMU_KEEP usageRolf Eike Beer1-1/+1
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+5
2025-03-17arm/pgtable: remove duplicate included header fileThorsten Blum1-3/+2
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov1-1/+1
2025-02-21arm: vdso: Switch to generic storage implementationThomas Weißschuh3-16/+5
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-21/+19
2025-01-26mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()Qi Zheng1-4/+0
2025-01-26mm: pgtable: introduce generic __tlb_remove_table()Qi Zheng1-9/+0
2025-01-26arm: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-3/+6
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-2/+2
2025-01-14ARM: 9433/2: implement cacheinfo supportDmitry Baryshkov1-0/+6
2025-01-14ARM: 9432/2: add CLIDR accessor functionsDmitry Baryshkov1-0/+13
2025-01-14ARM: 9438/1: assembler: Drop obsolete VFP accessor fallbackArd Biesheuvel2-21/+0
2025-01-10ARM: riscpc: make ecard_bus_type constantKunwu Chan1-1/+1
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-26Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+9
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+0
2024-11-21Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+10
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-11/+2
2024-11-20Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+0