summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper
2019-08-07arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan
2019-08-02arm64: Make debug exception handlers visible from RCUMasami Hiramatsu
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport
2019-07-09Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-17arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma
2019-06-07arm64/mm: Refactor __do_page_fault()Anshuman Khandual
2019-06-07arm64/mm: Document write abort detection from ESRAnshuman Khandual
2019-06-07arm64: Fix comment after #endifOdin Ugedal
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-06-04arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual
2019-06-04arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual
2019-06-04arm64/mm: Identify user instruction abortsAnshuman Khandual
2019-06-04arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual
2019-06-04arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen
2019-06-04arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual
2019-06-03arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-27arm64: trim includes in dma-mapping.cChristoph Hellwig
2019-05-27arm64: switch copyright boilerplace to SPDX in dma-mapping.cChristoph Hellwig
2019-05-27iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig
2019-05-27iommu/dma: Remove the flush_page callbackChristoph Hellwig
2019-05-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-05-23arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon
2019-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-05-16arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig
2019-05-14arm64: Print physical address of page table base in show_pte()Will Deacon
2019-05-07arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-04-23arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson