summaryrefslogtreecommitdiff
path: root/arch/arm/mm
AgeCommit message (Expand)Author
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-11Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-12-17ARM: 9168/1: Add support for Cortex-M55 processorTigran Tadevosyan
2021-12-17ARM: 9167/1: Add support for Cortex-M33 processorVladimir Murzin
2021-12-17ARM: 9166/1: Support KFENCE for ARMWang Kefeng
2021-12-17ARM: 9165/1: mm: Provide is_write_fault()Wang Kefeng
2021-12-17ARM: 9164/1: mm: Provide set_memory_valid()Wang Kefeng
2021-12-17ARM: 9161/1: mm: mark private VM_FAULT_X defines as vm_fault_tWang Kefeng
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-07arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()Pali Rohár
2021-12-01ARM: Snapshot thread flagsMark Rutland
2021-11-30arm: ioremap: Implement standard PCI function pci_remap_iospace()Pali Rohár
2021-11-14Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-11-12ARM: 9155/1: fix early early_iounmap()Michał Mirosław
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-11-02Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)
2021-10-30ARM: 9150/1: Fix PID_IN_CONTEXTIDR regression when THREAD_INFO_IN_TASK=yArd Biesheuvel
2021-10-25ARM: 9142/1: kasan: work around LPAE build warningArnd Bergmann
2021-10-25ARM: 9137/1: disallow CONFIG_THUMB with ARMv4Arnd Bergmann
2021-10-25ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann
2021-10-19ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B alignedNick Desaulniers
2021-10-19ARM: 9131/1: mm: Fix PXN process with LPAE featureWang Kefeng
2021-10-19ARM: 9130/1: mm: Provide die_kernel_fault() helperWang Kefeng
2021-10-19ARM: 9126/1: mm: Kill page table base print in show_pte()Wang Kefeng
2021-10-19ARM: 9127/1: mm: Cleanup access_error()Wang Kefeng
2021-10-19ARM: 9129/1: mm: Kill task_struct argument for __do_page_fault()Wang Kefeng
2021-10-19ARM: 9128/1: mm: Refactor the __do_page_fault()Wang Kefeng
2021-10-19ARM: add __arm_iomem_set_ro() to write-protect ioremapped areaRussell King (Oracle)
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-08-18ARM/nommu: use the generic dma-direct code for non-coherent devicesChristoph Hellwig
2021-08-10ARM: 9104/2: Fix Keystone 2 kernel mapping regressionLinus Walleij
2021-08-09ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe
2021-08-09ARM/dma-mapping: return error code from .map_sg() opsMartin Oliveira
2021-07-10Merge tag 'fixes-2021-07-09' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-07-06arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAMMike Rapoport
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-30arm: extend pfn_valid to take into account freed memory map alignmentMike Rapoport
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li
2021-06-13ARM: 9091/1: Revert "mm: qsd8x50: Fix incorrect permission faults"Wang Kefeng