summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2017-10-02arm64: fix misleading data abort decodingMark Rutland
2017-09-29arm64: fault: Route pte translation faults via do_translation_faultWill Deacon
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-08-22arm64: mm: abort uaccess retries upon fatal signalMark Rutland
2017-08-22arm64: hugetlb: Cleanup setup_hugepageszSteve Capper
2017-08-22arm64: Re-enable support for contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal
2017-08-22arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal
2017-08-22arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper
2017-08-22arm64: hugetlb: Spring clean huge pte accessorsSteve Capper
2017-08-22arm64: hugetlb: Introduce pte_pgprot helperSteve Capper
2017-08-22arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper
2017-08-21arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin
2017-08-21arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin
2017-08-21arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas
2017-08-21arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas
2017-08-21arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas
2017-08-10arm64: fix pmem interface definitionArnd Bergmann
2017-08-09arm64: Implement pmem API supportRobin Murphy
2017-08-09arm64: Convert __inval_cache_range() to area-basedRobin Murphy
2017-08-07arm64: Decode information from ESR upon mem faultsJulien Thierry
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-07-28arm64: mmu: Place guard page after mapping of kernel imageWill Deacon
2017-07-20arm64/numa: Drop duplicate messagePunit Agrawal
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-07-10arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-07-06arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper
2017-07-06arm64: hugetlb: refactor find_num_contig()Steve Capper
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar
2017-06-20arm64: remove DMA_ERROR_CODEChristoph Hellwig
2017-06-15arm64/dma-mapping: Remove extraneous null-pointer checksOlav Haugan
2017-06-12arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal
2017-06-12arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal
2017-06-12arm64: fault: Print info about page table structure when dumping pteWill Deacon
2017-06-12arm64: mm: print file name of faulting vmaKristina Martsenko
2017-06-12arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko
2017-06-12arm64: mm: print out correct page table entriesKristina Martsenko
2017-06-01arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel
2017-05-30arm64: mm: explicity include linux/vmalloc.hTobias Klauser
2017-05-30arm64: Call __show_regs directlyKefeng Wang