aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2-11/+11
2018-01-15arm64: rename swiotlb_dma_opsChristoph Hellwig1-2/+2
2018-01-14arm64: Extend early page table code to allow for larger kernelsSteve Capper1-1/+2
2018-01-14arm64: mmu: add the entry trampolines start/end section markers into sections.hJames Morse1-2/+0
2018-01-13arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse1-0/+8
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman1-57/+57
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-1/+1
2018-01-09arm64: mm: Add additional parameter to uaccess_ttbr0_enableChristoffer Dall1-2/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-2/+4
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2-0/+19
2018-01-08arm64: Move post_ttbr_update_workaround to C codeMarc Zyngier2-2/+10
2018-01-08arm64: KVM: Add invalidate_icache_range helperMarc Zyngier1-10/+22
2018-01-05arm64: asid: Do not replace active_asids if already 0Catalin Marinas1-8/+11
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas3-12/+26
2017-12-22arm64: allow ID map to be extended to 52 bitsKristina Martsenko1-0/+1
2017-12-22arm64: don't open code page table entry creationKristina Martsenko1-5/+9
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko2-5/+16
2017-12-22arm64: limit PA size to supported rangeKristina Martsenko1-4/+2
2017-12-14arm64: fix CONFIG_DEBUG_WX address reportingMark Rutland1-1/+1
2017-12-13arm64: fault: avoid send SIGBUS two timesDongjiu Geng1-3/+2
2017-12-11arm64: Initialise high_memory global variable earlierSteve Capper1-1/+2
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageWill Deacon1-1/+9
2017-12-11arm64: mm: Map entry trampoline into trampoline and kernel page tablesWill Deacon1-0/+23
2017-12-11arm64: mm: Allocate ASIDs in pairsWill Deacon1-8/+17
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-1/+1
2017-12-11arm64: mm: Rename post_ttbr0_update_workaroundWill Deacon1-1/+1
2017-12-11arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003Will Deacon2-12/+0
2017-12-11arm64: mm: Move ASID from TTBR0 to TTBR1Will Deacon1-3/+6
2017-12-01arm64: context: Fix comments and remove pointless smp_wmb()Will Deacon1-11/+12
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park1-1/+1
2017-11-28arm64: mm: cleanup stale AIVIVT referencesMark Rutland1-1/+4
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon1-50/+80
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-67/+19
2017-11-13Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki1-0/+4
2017-11-07arm64: mm: Remove arch_apei_flush_tlb_one()James Morse1-0/+4
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-5/+4
2017-11-02arm64: Don't walk page table for user faults in do_mem_abortWill Deacon1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-27arm64: consistently log ESR and page tableMark Rutland1-2/+5
2017-10-19arm64: Update fault_info table with new exception typesJulien Thierry1-6/+6
2017-10-04dma mapping : export caller to vmallocinfoMatthieu CASTET1-1/+1
2017-10-02arm64: fix misleading data abort decodingMark Rutland1-1/+1
2017-10-02arm64: dma-mapping: Cocci spatch "vma_pages"Thomas Meyer1-2/+1
2017-10-02arm64: mm: Remove useless and wrong comments from fault.cWill Deacon1-51/+1
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon1-1/+1
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-114/+334
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland1-1/+4
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper1-13/+13
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal1-0/+14