summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2025-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-3/+1
2025-06-01mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)1-2/+2
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-1/+1
2025-04-16ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()Ross Stutterheim1-3/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-41/+2
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar1-12/+25
2025-03-18arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-11/+0
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-9/+12
2025-03-18arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-29/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-2/+0
2025-03-18arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111Mike Rapoport (Microsoft)1-4/+4
2025-03-06arm: pgtable: fix NULL pointer dereference issueQi Zheng1-12/+25
2025-02-21mm/memremap: Pass down MEMREMAP_* flags to arch_memremap_wb()Kirill A. Shutemov2-2/+2
2025-02-21arm: vdso: Switch to generic storage implementationThomas Weißschuh1-0/+1
2025-02-18ARM: 8611/1: l2x0: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2-18/+4
2025-01-26asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-5/+3
2025-01-26ARM: mm: rename PGD helpersKevin Brodsky1-7/+7
2024-11-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-5/+30
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+22
2024-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds4-15/+30
2024-11-13ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire()Linus Walleij1-1/+1
2024-11-13ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadowLinus Walleij1-4/+29
2024-11-13ARM: 9435/1: ARM/nommu: Fix typo "absence"WangYuli1-1/+1
2024-11-13ARM: 9434/1: cfi: Fix compilation corner caseLinus Walleij1-1/+1
2024-11-12ARM: 9420/1: smp: Fix SMP for xip kernelsHarith G1-0/+7
2024-11-12ARM: 9419/1: mm: Fix kernel memory mapping for xip kernelsHarith G1-13/+21
2024-11-06arm: adjust_pte() use pte_offset_map_rw_nolock()Qi Zheng1-31/+22
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+7
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-3/+4
2024-09-04ARM: 9418/1: dma-mapping: Use iommu_paging_domain_alloc()Jason Gunthorpe1-2/+4
2024-09-04ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()Jason Gunthorpe1-4/+4
2024-09-02mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-3/+3
2024-08-20ARM: 9409/1: mmu: Do not use magic number for TTBCR settingsLinus Walleij1-2/+4
2024-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-10/+10
2024-07-09ARM: Remove address checking for MMUless devicesYanjun Yang1-2/+2
2024-07-02ARM: 9408/1: mm: CFI: Fix some erroneous reset prototypesLinus Walleij1-10/+10
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-53/+19
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+10
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds48-948/+2318
2024-05-16Merge branches 'amba', 'cfi', 'clkdev' and 'misc' into for-linusRussell King (Oracle)48-948/+2318
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+45
2024-05-07ARM: 9393/1: mm: Use conditionals for CFI branchesLinus Walleij20-0/+42
2024-05-06arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang1-15/+15
2024-04-29ARM: 9389/2: mm: Define prototypes for all per-processor callsLinus Walleij2-0/+501
2024-04-29ARM: 9388/2: mm: Type-annotate all per-processor assembly routinesLinus Walleij26-274/+434
2024-04-29ARM: 9387/2: mm: Rewrite cacheflush vtables in CFI safe CLinus Walleij26-240/+679