summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: Remove I-cache invalidation from flush_cache_range()Catalin Marinas2016-11-231-7/+0Star
* 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/+1Star
* 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/+0Star
* 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/+0Star
* 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/+2Star
| * | 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/+0Star
| * | arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei2016-09-091-0/+52
| * | arm64: numa: Use pr_fmt()Kefeng Wang2016-09-091-19/+18Star
| * | 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/+7Star
| * | 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/+2Star
| * | 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/+42Star
| |/
* / arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse2016-09-021-0/+9
|/
* arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas2016-08-181-3/+3
* arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas2016-08-171-0/+2
* arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2016-08-121-2/+12
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-061-4/+4
|\
| * arm64: mm: avoid fdt_check_header() before the FDT is fully mappedArd Biesheuvel2016-08-011-4/+4
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-33/+33
* | arm64:acpi: fix the acpi alignment exception when 'mem=' specifiedDennis Chen2016-07-291-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-277-152/+129Star
|\|
| * arm64: mm: run pgtable_page_ctor() on non-swapper translation table pagesArd Biesheuvel2016-07-251-3/+6
| * arm64: mm: make create_mapping_late() non-allocatingArd Biesheuvel2016-07-251-1/+1