summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-19minmax: add in_range() macroMatthew Wilcox (Oracle)1-3/+3
2025-06-27ARM: 9447/1: arm/memremap: fix arch_memremap_can_ram_remap()Ross Stutterheim1-3/+1
2025-04-10ARM: Remove address checking for MMUless devicesYanjun Yang1-2/+2
2025-04-10ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook1-0/+1
2025-04-10ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook1-0/+7
2024-12-14ARM: 9420/1: smp: Fix SMP for xip kernelsHarith G1-0/+7
2024-12-14ARM: 9419/1: mm: Fix kernel memory mapping for xip kernelsHarith G1-13/+21
2023-10-06treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2-8/+2
2023-02-01ARM: 9280/1: mm: fix warning on phys_addr_t to void pointer assignmentGiulio Benetti1-1/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-12-14ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti1-0/+19
2022-10-26ARM: 9242/1: kasan: Only map modules if CONFIG_KASAN_VMALLOC=nAlex Sverdlin1-2/+7
2022-10-26ARM: 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAEWang Kefeng1-0/+4
2022-10-26ARM: 9244/1: dump: Fix wrong pg_level in walk_pmd()Wang Kefeng1-1/+1
2022-07-21ARM: 9210/1: Mark the FDT_FIXED sections as shareableZhen Lei1-1/+14
2022-07-21ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idleArd Biesheuvel1-3/+3
2022-07-21ARM: 9214/1: alignment: advance IT state after emulating Thumb instructionArd Biesheuvel1-0/+3
2022-07-21ARM: 9213/1: Print message about disabled Spectre workarounds only onceDmitry Osipenko1-2/+1
2022-05-25ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel1-0/+1
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+8
2022-03-11ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)1-1/+2
2022-03-11ARM: Spectre-BHB workaroundRussell King (Oracle)2-0/+86
2022-03-11ARM: report Spectre v2 status through sysfsRussell King (Oracle)2-39/+103
2022-03-08ARM: 9182/1: mmu: fix returns from early_param() and __setup() functionsRandy Dunlap1-0/+2
2021-11-18ARM: 9155/1: fix early early_iounmap()Michał Mirosław1-2/+2
2021-11-18ARM: 9142/1: kasan: work around LPAE build warningArnd Bergmann1-1/+1
2021-11-18ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann1-1/+1
2021-10-19ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers1-0/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-39/+0
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig2-39/+0
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-177/+22
2021-08-18ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig1-167/+6
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2-2/+9
2021-08-09ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe1-1/+0
2021-08-09ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira1-9/+16
2021-07-10Merge tag 'fixes-2021-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-71/+123
2021-07-06arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport1-1/+3
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+12
2021-06-30arm: extend pfn_valid to take into account freed memory map alignmentMike Rapoport1-1/+12
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li2-2/+2
2021-06-13ARM: 9091/1: Revert "mm: qsd8x50: Fix incorrect permission faults"Wang Kefeng2-28/+0
2021-06-13ARM: 9090/1: Map the lowmem and kernel separatelyLinus Walleij1-33/+111
2021-06-07ARM: 9082/1: [v2] mark prepare_page_table as __initArnd Bergmann1-1/+1
2021-06-07ARM: use MiB for vmalloc sizesRussell King (Oracle)1-3/+3
2021-06-07ARM: use "* SZ_1M" rather than "<< 20"Russell King (Oracle)1-1/+1
2021-06-07ARM: change vmalloc_start to vmalloc_sizeRussell King (Oracle)1-3/+3
2021-06-07ARM: change vmalloc_min to vmalloc_startRussell King (Oracle)1-5/+5
2021-06-07ARM: use a temporary variable to hold maximum vmalloc sizeRussell King (Oracle)1-2/+4
2021-06-07ARM: change vmalloc_min to be unsigned longRussell King (Oracle)1-4/+4