summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-14perf/arm: Drop unused functionsColton Lewis1-7/+0
2024-11-12Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+0
2024-11-05jump_label: adjust inline asm to be consistentAlice Ryhl1-5/+9
2024-11-02ARM: vdso: Remove assembly for datapage accessThomas Weißschuh1-3/+1
2024-10-29ARM: pmuv3: Add missing write_pmuacr()Rob Herring (Arm)1-0/+2
2024-10-29__arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre1-1/+6
2024-10-29ARM: div64: improve __arch_xprod_64()Nicolas Pitre1-2/+4
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-6/+0
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)1-0/+6
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-4/+1
2024-10-15arm: vdso: Remove timekeeper includesThomas Weißschuh1-4/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+22