summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-28/+6Star
|\
| * Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-132-2/+2
| |\
| * | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-18/+0Star
| * | arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli2018-11-261-12/+8Star
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-294-36/+73
|\ \ \
| * | | lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
| * | | arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+2Star
| * | | mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-1/+1
| * | | kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov2018-12-281-1/+7
| * | | kasan, arm64: fix up fault handling logicAndrey Konovalov2018-12-281-9/+22
| * | | kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+2
| * | | kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-2/+12
| * | | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-19/+24
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-273/+13Star
|\ \ \ \ | |/ / / |/| | |
| * | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-3/+0Star
| * | | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-1/+1
| * | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-131-86/+0Star
| * | | iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-4/+3Star
| * | | arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig2018-12-061-7/+1Star
| * | | dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-174/+10Star
| | |/ | |/|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-268-16/+114
|\ \ \
| * | | arm64: Add memory hotplug supportRobin Murphy2018-12-123-0/+35
| * | | arm64: mm: EXPORT vabits_user to modulesWill Deacon2018-12-101-0/+1
| * | | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-101-2/+2
| * | | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-103-2/+11
| * | | arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper2018-12-101-0/+4
| * | | arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper2018-12-101-1/+1
| * | | arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon2018-12-101-0/+3
| * | | arm64: move memstart_addr export inlineMark Rutland2018-12-101-0/+2
| * | | arm64: hugetlb: Register hugepages during arch initAllen Pais2018-12-061-11/+22
| * | | arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-202-2/+29
| * | | arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel2018-11-201-0/+6
| |/ /
* | | mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe2018-12-151-8/+0Star
* | | arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy2018-12-111-1/+1
|/ /
* / arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel2018-11-082-2/+2
|/
* arm64: fix warnings without CONFIG_IOMMU_DMAChristoph Hellwig2018-11-021-0/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-314-4/+1Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-312-2/+2
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-312-2/+2
* Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-261-209/+48Star
|\
| * arm64: use the generic swiotlb_dma_opsChristoph Hellwig2018-10-191-207/+46Star
| * swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig2018-10-191-3/+3
| * swiotlb: remove the overflow bufferChristoph Hellwig2018-10-191-1/+1
| * Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig2018-09-261-0/+5
| * dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig2018-09-081-5/+0Star
* | Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-5/+5
|\ \
| | \
| | \
| *-. \ Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel2018-10-101-5/+5
| |\ \ \ | | | |/ | | |/|
| | | * arm64/dma-mapping: Mildly optimise non-coherent IOMMU opsRobin Murphy2018-09-251-5/+5
| | |/