summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | arm64: dump: Add checking for writable and exectuable pagesLaura Abbott2016-11-072-0/+57
* | arm64: dump: Make the page table dumping seq_file optionalLaura Abbott2016-11-071-7/+19
* | arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-073-22/+38
* | arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2016-11-071-4/+30
* | arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel2016-11-071-16/+16
* | arm64: mm: BUG on unsupported manipulations of live kernel mappingsArd Biesheuvel2016-11-071-27/+43
* | arm64: Remove pointless WARN_ON in DMA teardownRobin Murphy2016-11-071-5/+0
|/
* arm64/numa: fix incorrect log for memory-less nodeHanjun Guo2016-10-261-2/+5
* arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximityYisheng Xie2016-10-261-1/+1
* arm64: remove pr_cont abuse from mem_initMark Rutland2016-10-201-13/+13
* arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse2016-10-201-0/+9
* arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-201-2/+4
* Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-111-1/+1
|\
| * Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2016-09-201-1/+1
| |\
| | * iommu/dma: Avoid PCI host bridge windowsRobin Murphy2016-09-161-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-0312-116/+189
|\ \ \ | |/ / |/| |
| * | arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-202-2/+2
| * | arm64: use alternative auto-nopMark Rutland2016-09-121-7/+2
| * | arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei2016-09-091-6/+10
| * | arm64/numa: remove some useless codeZhen Lei2016-09-091-4/+0
| * | arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei2016-09-091-0/+52
| * | arm64: numa: Use pr_fmt()Kefeng Wang2016-09-091-19/+18
| * | arm64/numa: avoid inconsistent information to be printedZhen Lei2016-09-091-3/+3
| * | arm64: mm: drop fixup_init() and mm.hKefeng Wang2016-09-065-21/+7
| * | arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse2016-08-251-1/+40
| * | arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse2016-08-251-0/+4
| * | arm64: Introduce execute-only page access permissionsCatalin Marinas2016-08-251-3/+2
| * | arm64: apply __ro_after_init to some objectsJisheng Zhang2016-08-223-4/+7
| * | arm64: mm: convert __dma_* routines to use start, sizeKwangwoo Lee2016-08-222-46/+42
| |/
* | arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse2016-09-021-0/+9
|/
OpenPOWER on IntegriCloud