summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-6/+10
|\ \
| * | arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár2021-12-071-11/+0
| * | arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár2021-11-301-0/+15
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-1/+1
|\ \
| * | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-1/+1
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-01-113-15/+67
|\ \
| * | ARM: 9168/1: Add support for Cortex-M55 processorTigran Tadevosyan2021-12-171-0/+10
| * | ARM: 9167/1: Add support for Cortex-M33 processorVladimir Murzin2021-12-171-0/+10
| * | ARM: 9166/1: Support KFENCE for ARMWang Kefeng2021-12-171-2/+7
| * | ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng2021-12-171-1/+6
| * | ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng2021-12-171-10/+32
| * | ARM: 9161/1: mm: mark private VM_FAULT_X defines as vm_fault_tWang Kefeng2021-12-171-2/+2
| |/
* / ARM: Snapshot thread flagsMark Rutland2021-12-011-1/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-141-2/+2
|\
| * ARM: 9155/1: fix early early_iounmap()Michał Mirosław2021-11-121-2/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-1/+1
|\ \
| * | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-081-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \ \
| * | | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-027-62/+78
|\ \ \ \ | |_|/ / |/| | |
| | * | 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