aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-1/+1
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov1-1/+7
2018-12-28kasan, arm64: fix up fault handling logicAndrey Konovalov1-9/+22
2018-12-28kasan: add tag related helper functionsAndrey Konovalov1-0/+2
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-2/+12
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-19/+24
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-16/+114
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-8/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-3/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-1/+1
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy1-86/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2-2/+2
2018-12-12arm64: Add memory hotplug supportRobin Murphy3-0/+35
2018-12-11arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy1-1/+1
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon1-0/+1
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper3-2/+11
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper1-0/+4
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon1-0/+3
2018-12-10arm64: move memstart_addr export inlineMark Rutland1-0/+2
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais1-11/+22
2018-12-06iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-4/+3
2018-12-06arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig1-7/+1
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig1-174/+10
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-18/+0
2018-11-26arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli1-12/+8
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2-2/+29
2018-11-20arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel1-0/+6
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel2-2/+2
2018-11-02arm64: fix warnings without CONFIG_IOMMU_DMAChristoph Hellwig1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport4-4/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport2-2/+2
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2-2/+2
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-209/+48
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-5/+5
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-61/+33
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-63/+66
2018-10-19arm64: use the generic swiotlb_dma_opsChristoph Hellwig1-207/+46
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig1-3/+3
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig1-1/+1
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse1-1/+1
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-5/+5
2018-10-09arm64: mm: Drop the unused cpu parameterShaokun Zhang1-4/+4
2018-10-05arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.cKyrylo Tkachov1-1/+1
2018-10-03arm64: Use daifflag_restore after bp_hardeningJulien Thierry1-2/+3
2018-10-01arm64/numa: Unify common error path in numa_init()Anshuman Khandual1-4/+7