aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal1-0/+12
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal1-0/+38
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugepagesPunit Agrawal1-5/+14
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper1-21/+91
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper1-65/+54
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper1-4/+12
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper1-0/+6
2017-08-21arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin1-1/+1
2017-08-21arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin1-1/+1
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas1-2/+0
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas1-5/+1
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas1-13/+11
2017-08-10arm64: fix pmem interface definitionArnd Bergmann1-2/+2
2017-08-09arm64: Implement pmem API supportRobin Murphy2-0/+30
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy1-9/+14
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry1-0/+47
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas1-7/+8
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-13/+12
2017-07-28arm64: mmu: Place guard page after mapping of kernel imageWill Deacon1-7/+11
2017-07-20arm64/numa: Drop duplicate messagePunit Agrawal1-6/+1
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin1-2/+2
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-10arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-7/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-31/+22
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal1-1/+2