summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon2017-04-071-14/+0
* arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky2017-04-041-18/+24
* 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
|\
| * arm64: mm: fix show_pte KERN_CONT falloutMark Rutland2017-01-041-4/+4
* | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-062-2/+4
|\ \ | |/ |/|
| * swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-192-2/+4
* | arm64: don't pull uaccess.h into *.SAl Viro2016-12-261-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-1/+1
|\ \
| * | ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-1/+1
| |/
* | Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-12-151-0/+2
|\ \
| * | arm64: Wire up iommu_dma_{map, unmap}_resource()Robin Murphy2016-11-141-0/+2
| |/
* | arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2016-11-231-7/+0
* | arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas2016-11-211-4/+10
* | arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2016-11-212-2/+11
* | arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas2016-11-211-5/+1
* | arm64: Update the synchronous external abort fault descriptionCatalin Marinas2016-11-211-4/+4
* | arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland2016-11-111-0/+6
* | arm64: hugetlb: fix the wrong address for several functionsHuang Shijie2016-11-091-4/+4
* | arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie2016-11-091-12/+0
* | arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas2016-11-091-1/+1
* | arm64: Add uprobe supportPratyush Anand2016-11-071-1/+1
OpenPOWER on IntegriCloud