summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds5-10/+20
12 daysMerge branches 'fixes' and 'misc' into for-linusRussell King (Oracle)4-8/+0
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3
2026-08-20Merge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds2-3/+3
2026-08-18Merge tag 'soc-arm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+27
2026-08-18Merge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2026-08-05ARM: 9478/1: Remove references to removed CONFIG_CPU_ARM92x_CPU_IDLE optionsEthan Nelson-Moore4-8/+0
2026-08-05ARM: 9485/1: mm: acquire mmap write lock around show_pte() for user faultsXie Yuanbin1-2/+14
2026-08-05ARM: 9484/1: enable interrupts when unhandled user faults are triggeredXie Yuanbin1-0/+6
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-1/+1
2026-08-04mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes2-2/+2
2026-08-04mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes2-2/+2
2026-07-22ARM: dma-mapping: Treat bitmap size as allocation failureYury Norov1-2/+2
2026-07-22arm: Use sysfs_emit() for cpumask show callbacksYury Norov1-1/+1
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh1-1/+0
2026-07-03ARM: mark CPU_ENDIAN_BE8 as deprecatedArnd Bergmann1-1/+2
2026-07-03ARM: deprecate support for ARM1136r0Arnd Bergmann1-0/+2
2026-07-03ARM: rework ARM11 CPU selection logicArnd Bergmann1-1/+23
2026-07-01ARM: remove unreachable invalid range check in kasan_init()Sang-Heon Jeon1-6/+0
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-1/+0
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds2-16/+16
2026-06-11ARM: 9476/1: mm: fix kexec and hibernation with CONFIG_CPU_TTBR0_PANFlorian Fainelli1-0/+12
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson2-16/+16
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds3-92/+112
2026-04-24Merge branches 'adfs', 'arm-fault-handling', 'fixes' and 'misc'Russell King (Oracle)3-92/+112
2026-04-24ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley1-1/+3
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-14/+0
2026-03-02ARM: provide individual is_translation_fault() and is_permission_fault()Russell King (Oracle)1-17/+19
2026-03-02ARM: move FSR fault status definitions before fsr_fs()Russell King (Oracle)1-3/+5
2026-03-02ARM: use BIT() and GENMASK() for fault status register fieldsRussell King (Oracle)1-6/+6
2026-03-02ARM: move is_permission_fault() and is_translation_fault() to fault.hRussell King (Oracle)2-26/+26
2026-03-02ARM: move vmalloc() lazy-page table populationRussell King (Oracle)1-58/+68
2026-03-02ARM: ensure interrupts are enabled in __do_user_fault()Russell King (Oracle)1-1/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-6/+6
2026-02-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2026-01-31ARM: 9467/1: mm: Don't use %pK through printkThomas Weissschuh1-1/+1
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-6/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-16/+0
2026-01-26arm: make initialization of zero page independent of the memory mapKlara Modin2-18/+2
2026-01-26arm: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-7/+12
2025-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-26/+80
2025-12-10ARM: fix branch predictor hardeningRussell King (Oracle)2-14/+31
2025-12-10ARM: fix hash_name() faultRussell King (Oracle)1-0/+35
2025-12-10ARM: allow __do_kernel_fault() to report execution of memory faultsRussell King (Oracle)1-0/+2
2025-12-09ARM: group is_permission_fault() with is_translation_fault()Russell King (Oracle)1-13/+13
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-127/+53
2025-11-14syscore: Pass context data to callbacksThierry Reding1-4/+8
2025-10-29ARM: dma-mapping: Switch to physical address mapping callbacksLeon Romanovsky1-77/+23