summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas2017-05-051-16/+49
* arm64: print a fault message when attempting to write RO memoryStephen Boyd2017-04-061-19/+36
* arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro2017-04-051-0/+53
* arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-051-0/+27
* arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-051-49/+54
* arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-051-6/+9
* arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2017-04-051-0/+66
* arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro2017-04-051-0/+35
* arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-43/+97
* arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel2017-03-231-4/+0
* arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel2017-03-231-18/+27
* arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel2017-03-231-1/+9
* arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel2017-03-231-4/+3
* arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel2017-03-231-4/+4
* arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-231-4/+8
* arm64: mmu: map .text as read-only from the outsetArd Biesheuvel2017-03-231-4/+14
* arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-5/+17
* arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel2017-03-231-8/+8
* arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven2017-03-221-15/+48
* arm64: cache: Merge cachetype.h into cache.hWill Deacon2017-03-201-1/+1
* arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-202-5/+0
* arm64: kasan: avoid bad virt_to_pfn()Mark Rutland2017-03-101-1/+1
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-2/+2
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-03-012-31/+5
|\
| * Revert "arm64: mm: set the contiguous bit for kernel mappings where appropriate"Mark Rutland2017-02-241-30/+4
| * arm64: Avoid clobbering mm in erratum workaround on QDF2400Shanker Donthineni2017-02-241-1/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-7/+7
|\ \
| * | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-4/+4
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-3/+3
* | | mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach2017-02-241-2/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-2210-50/+117
|\ \ \ | | |/ | |/|
| * | arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
| * | arm64: Work around Falkor erratum 1003Christopher Covington2017-02-102-0/+12
| * | arm64: use is_vmalloc_addrMiles Chen2017-02-091-1/+1
| * | arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLBRobin Murphy2017-01-261-1/+8
| * | arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMAWill Deacon2017-01-231-5/+12
| * | arm64: mm: use phys_addr_t instead of unsigned long in __map_memblockMiles Chen2017-01-131-2/+2
| * | arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlbTakeshi Kihara2017-01-121-4/+8
| * | arm64: Add support for CONFIG_DEBUG_VIRTUALLaura Abbott2017-01-122-0/+32
| * | arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-123-24/+43
| * | arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-101-14/+0
| |/
* | iommu/dma: Remove bogus dma_supported() implementationRobin Murphy2017-02-061-1/+0
* | Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel2017-01-301-3/+3
|\ \
| * | arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGEDMitchel Humpherys2017-01-191-3/+3
| |/
* | arm64: Fix swiotlb fallback allocationAlexander Graf2017-01-171-0/+2
* | arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsHuang Shijie2017-01-111-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-01-061-4/+4
|\
OpenPOWER on IntegriCloud