summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorLines
2019-10-16arm64: mm: fix inverted PAR_EL1.F checkMark Rutland-1/+5
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland-1/+1
2019-10-04arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland-1/+10
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti-76/+0
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti-1/+5
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)-2/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-13/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-55/+117
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig-0/+1
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig-1/+2
2019-09-04arm64: remove __iounmapChristoph Hellwig-2/+2
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-47/+98
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig-6/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig-6/+0
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland-0/+9
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland-3/+5
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon-0/+33
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang-14/+1
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig-2/+0
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland-6/+6
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland-2/+2
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig-3/+1
2019-08-09arm64: mm: Remove vabits_userSteve Capper-5/+2
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper-1/+12
2019-08-09arm64: mm: Separate out vmemmapSteve Capper-0/+5
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper-3/+3
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper-3/+11
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper-1/+2
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper-3/+16
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper-15/+9
2019-08-07arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen-2/+2
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang-1/+5
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan-1/+1
2019-08-02arm64: Make debug exception handlers visible from RCUMasami Hiramatsu-8/+49
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand-2/+0
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand-0/+19
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual-23/+1
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual-0/+5
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual-2/+1
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport-3/+5
2019-07-09Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-408/+4
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-60/+92
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel-8/+40
2019-06-24Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel-173/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-156/+13
2019-06-17arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma-4/+8