aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand1-0/+19
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-23/+1
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport2-3/+5
2019-07-09Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-408/+4
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-60/+92
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel1-8/+40
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel17-173/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner13-156/+13
2019-06-17arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma1-4/+8
2019-06-07arm64/mm: Refactor __do_page_fault()Anshuman Khandual1-19/+11
2019-06-07arm64/mm: Document write abort detection from ESRAnshuman Khandual1-1/+10
2019-06-07arm64: Fix comment after #endifOdin Ugedal1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-06-04arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual1-10/+5
2019-06-04arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual1-1/+3
2019-06-04arm64/mm: Identify user instruction abortsAnshuman Khandual1-0/+1
2019-06-04arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual1-2/+2
2019-06-04arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen1-2/+3
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual1-6/+2
2019-06-03arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-27arm64: trim includes in dma-mapping.cChristoph Hellwig1-10/+0
2019-05-27arm64: switch copyright boilerplace to SPDX in dma-mapping.cChristoph Hellwig1-14/+1
2019-05-27iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig1-390/+4
2019-05-27iommu/dma: Remove the flush_page callbackChristoph Hellwig1-7/+1
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+33
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon1-0/+33
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+21
2019-05-16arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland1-3/+8
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2-2/+2
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig1-15/+2
2019-05-14arm64: Print physical address of page table base in show_pte()Will Deacon1-2/+3
2019-05-07arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig1-0/+10
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-56/+71
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson1-1/+1
2019-04-09arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-04-09arm64: mm: Consolidate early page table allocationWill Deacon1-11/+7
2019-04-09arm64: mm: don't call page table ctors for init_mmYu Zhao1-2/+13
2019-04-09arm64: mm: use appropriate ctors for page tablesYu Zhao1-12/+24
2019-04-09arm64: debug: Remove unused return value from do_debug_exception()Will Deacon1-10/+4
2019-04-03arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon1-1/+1
2019-04-03arm64: mm: Make show_pte() a static functionWill Deacon1-1/+1
2019-04-03arm64: setup min_low_pfnMiles Chen1-0/+1
2019-04-03arm64/mm: fix kernel-doc commentsQian Cai1-13/+12