summaryrefslogtreecommitdiff
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ARM: 9142/1: kasan: work around LPAE build warningArnd Bergmann2021-10-251-1/+1
| | * | ARM: 9137/1: disallow CONFIG_THUMB with ARMv4Arnd Bergmann2021-10-251-1/+1
| | * | ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann2021-10-251-1/+1
| | * | ARM: 9131/1: mm: Fix PXN process with LPAE featureWang Kefeng2021-10-192-1/+23
| | * | ARM: 9130/1: mm: Provide die_kernel_fault() helperWang Kefeng2021-10-191-9/+21
| | * | ARM: 9126/1: mm: Kill page table base print in show_pte()Wang Kefeng2021-10-191-1/+0
| | * | ARM: 9127/1: mm: Cleanup access_error()Wang Kefeng2021-10-191-24/+14
| | * | ARM: 9129/1: mm: Kill task_struct argument for __do_page_fault()Wang Kefeng2021-10-191-7/+3
| | * | ARM: 9128/1: mm: Refactor the __do_page_fault()Wang Kefeng2021-10-191-21/+13
| | * | ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)2021-10-191-0/+6
| | |/
| * | ARM: 9150/1: Fix PID_IN_CONTEXTIDR regression when THREAD_INFO_IN_TASK=yArd Biesheuvel2021-10-301-1/+1
| * | ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel2021-09-271-2/+1
| |/
* | ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers2021-10-191-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-39/+0
|\
| * mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-032-39/+0
* | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-022-177/+22
|\ \ | |/ |/|
| * ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig2021-08-181-167/+6
| * ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe2021-08-091-1/+0
| * ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira2021-08-091-9/+16
* | ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij2021-08-102-2/+9
|/
* Merge tag 'fixes-2021-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-101-1/+3
|\
| * arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport2021-07-061-1/+3
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-063-71/+123
|\ \ | |/ |/|
| * ARM: 9091/1: Revert "mm: qsd8x50: Fix incorrect permission faults"Wang Kefeng2021-06-132-28/+0
| * ARM: 9090/1: Map the lowmem and kernel separatelyLinus Walleij2021-06-131-33/+111
| * ARM: 9082/1: [v2] mark prepare_page_table as __initArnd Bergmann2021-06-071-1/+1
| * ARM: use MiB for vmalloc sizesRussell King (Oracle)2021-06-071-3/+3
| * ARM: use "* SZ_1M" rather than "<< 20"Russell King (Oracle)2021-06-071-1/+1
| * ARM: change vmalloc_start to vmalloc_sizeRussell King (Oracle)2021-06-071-3/+3
| * ARM: change vmalloc_min to vmalloc_startRussell King (Oracle)2021-06-071-5/+5
| * ARM: use a temporary variable to hold maximum vmalloc sizeRussell King (Oracle)2021-06-071-2/+4
| * ARM: change vmalloc_min to be unsigned longRussell King (Oracle)2021-06-071-4/+4
* | Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-041-1/+12
|\ \
| * | arm: extend pfn_valid to take into account freed memory map alignmentMike Rapoport2021-06-301-1/+12
| |/
* | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-292-2/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-05-065-86/+51
|\
| * ARM: 9074/1: ptdump: convert to DEFINE_SHOW_ATTRIBUTEJisheng Zhang (syna)2021-04-181-12/+1
| * ARM: 9073/1: ptdump: add __init section marker to three functionsJisheng Zhang (syna)2021-04-182-3/+3
| * ARM: 9072/1: mm: remove set_kernel_text_r[ow]()Jisheng Zhang (syna)2021-04-181-21/+0
| * ARM: 9059/1: cache-v7: get rid of mini-stackArd Biesheuvel2021-03-092-26/+23
| * ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6Ard Biesheuvel2021-03-091-26/+25
| * ARM: 9057/1: cache-v7: add missing ISB after cache level selectionArd Biesheuvel2021-03-091-3/+4
* | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+5
|\ \
| * | ARM: Qualify enabling of swiotlb_init()Florian Fainelli2021-03-191-1/+5
| |/
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
* | mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-303-0/+3
* | ARM: 9069/1: NOMMU: Fix conversion for_each_membock() to for_each_mem_range()Vladimir Murzin2021-03-252-2/+6
* | ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabledArd Biesheuvel2021-03-251-2/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-222-2/+8
|\
| * ARM: 9054/1: arch/arm/mm/mmu.c: Remove duplicate headerHailong Liu2021-02-011-1/+0