summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorLines
2026-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-92/+112
2026-04-24Merge branches 'adfs', 'arm-fault-handling', 'fixes' and 'misc'Russell King (Oracle)-92/+112
2026-04-24ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()Brian Ruley-1/+3
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-14/+0
2026-03-02ARM: provide individual is_translation_fault() and is_permission_fault()Russell King (Oracle)-17/+19
2026-03-02ARM: move FSR fault status definitions before fsr_fs()Russell King (Oracle)-3/+5
2026-03-02ARM: use BIT() and GENMASK() for fault status register fieldsRussell King (Oracle)-6/+6
2026-03-02ARM: move is_permission_fault() and is_translation_fault() to fault.hRussell King (Oracle)-26/+26
2026-03-02ARM: move vmalloc() lazy-page table populationRussell King (Oracle)-58/+68
2026-03-02ARM: ensure interrupts are enabled in __do_user_fault()Russell King (Oracle)-1/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-1/+1
2026-01-31ARM: 9467/1: mm: Don't use %pK through printkThomas Weissschuh-1/+1
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)-6/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)-16/+0
2026-01-26arm: make initialization of zero page independent of the memory mapKlara Modin-18/+2
2026-01-26arm: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)-7/+12
2025-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-26/+80
2025-12-10ARM: fix branch predictor hardeningRussell King (Oracle)-14/+31
2025-12-10ARM: fix hash_name() faultRussell King (Oracle)-0/+35
2025-12-10ARM: allow __do_kernel_fault() to report execution of memory faultsRussell King (Oracle)-0/+2
2025-12-09ARM: group is_permission_fault() with is_translation_fault()Russell King (Oracle)-13/+13
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-127/+53
2025-11-14syscore: Pass context data to callbacksThierry Reding-4/+8
2025-10-29ARM: dma-mapping: Switch to physical address mapping callbacksLeon Romanovsky-77/+23
2025-10-29ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()Leon Romanovsky-51/+31
2025-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-5/+5
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+12
2025-10-02ARM: 9456/1: mm: fault: use string choices helperKuninori Morimoto-2/+1
2025-10-02ARM: 9451/1: mm: l2x0: use string choices helperKuninori Morimoto-3/+4
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+0
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-23/+23
2025-09-21ptdesc: remove ptdesc_to_virt()Matthew Wilcox (Oracle)-1/+1
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)-10/+10
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh-1/+0
2025-09-04vdso: Drop kconfig GENERIC_VDSO_32Thomas Weißschuh-1/+0
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-07-21arm: Handle KCOV __init vs inline mismatchesKees Cook-2/+2
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes-1/+1
2025-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-3/+1
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)-2/+2
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky-1/+1
2025-04-16ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()Ross Stutterheim-3/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-41/+2
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-12/+25
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)-11/+0