aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+4
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds2-2/+4
2017-01-04arm64: mm: fix show_pte KERN_CONT falloutMark Rutland1-4/+4
2016-12-26arm64: don't pull uaccess.h into *.SAl Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-19swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2-2/+4
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-15Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+2
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-1/+1
2016-11-23arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas1-7/+0
2016-11-21arm64: Handle faults caused by inadvertent user access with PAN enabledCatalin Marinas1-4/+10
2016-11-21arm64: Disable TTBR0_EL1 during normal kernel executionCatalin Marinas2-2/+11
2016-11-21arm64: Factor out TTBR0_EL1 post-update workaround into a specific asm macroCatalin Marinas1-5/+1
2016-11-21arm64: Update the synchronous external abort fault descriptionCatalin Marinas1-4/+4
2016-11-14arm64: Wire up iommu_dma_{map, unmap}_resource()Robin Murphy1-0/+2
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland1-0/+6
2016-11-09arm64: hugetlb: fix the wrong address for several functionsHuang Shijie1-4/+4
2016-11-09arm64: hugetlb: remove the wrong pmd check in find_num_contig()Huang Shijie1-12/+0
2016-11-09arm64: Fix typo in add_default_hugepagesz() for 64K pagesCatalin Marinas1-1/+1
2016-11-07arm64: Add uprobe supportPratyush Anand1-1/+1
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott2-0/+57
2016-11-07arm64: dump: Make the page table dumping seq_file optionalLaura Abbott1-7/+19
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott3-22/+38
2016-11-07arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel1-4/+30
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel1-16/+16
2016-11-07arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel1-27/+43
2016-11-07arm64: Remove pointless WARN_ON in DMA teardownRobin Murphy1-5/+0
2016-10-26arm64/numa: fix incorrect log for memory-less nodeHanjun Guo1-2/+5
2016-10-26arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie1-1/+1
2016-10-20arm64: remove pr_cont abuse from mem_initMark Rutland1-13/+13
2016-10-20arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse1-0/+9
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse1-2/+4
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds12-116/+189
2016-09-20Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-1/+1
2016-09-20arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2-2/+2
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy1-1/+1
2016-09-12arm64: use alternative auto-nopMark Rutland1-7/+2
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei1-6/+10
2016-09-09arm64/numa: remove some useless codeZhen Lei1-4/+0
2016-09-09arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei1-0/+52
2016-09-09arm64: numa: Use pr_fmt()Kefeng Wang1-19/+18
2016-09-09arm64/numa: avoid inconsistent information to be printedZhen Lei1-3/+3
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang5-21/+7
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse1-1/+40
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse1-0/+4
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas1-3/+2
2016-08-22arm64: apply __ro_after_init to some objectsJisheng Zhang3-4/+7
2016-08-22arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee2-46/+42