summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: fault: Route pte translation faults via do_translation_faultWill Deacon2017-09-291-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-055-114/+334
|\
| * arm64: hugetlb: Cleanup setup_hugepageszSteve Capper2017-08-221-13/+13
| * arm64: Re-enable support for contiguous hugepagesPunit Agrawal2017-08-221-0/+14
| * arm64: hugetlb: Override set_huge_swap_pte_at() to support contiguous hugepagesPunit Agrawal2017-08-221-0/+12
| * arm64: hugetlb: Override huge_pte_clear() to support contiguous hugepagesPunit Agrawal2017-08-221-0/+38
| * arm64: hugetlb: Handle swap entries in huge_pte_offset() for contiguous hugep...Punit Agrawal2017-08-221-5/+14
| * arm64: hugetlb: Add break-before-make logic for contiguous entriesSteve Capper2017-08-221-21/+91
| * arm64: hugetlb: Spring clean huge pte accessorsSteve Capper2017-08-221-65/+54Star
| * arm64: hugetlb: Introduce pte_pgprot helperSteve Capper2017-08-221-4/+12
| * arm64: hugetlb: set_huge_pte_at Add WARN_ON on !pte_presentSteve Capper2017-08-221-0/+6
| * arm64: dma-mapping: Mark atomic_pool as __ro_after_initVladimir Murzin2017-08-211-1/+1
| * arm64: dma-mapping: Do not pass data to gen_pool_set_algo()Vladimir Murzin2017-08-211-1/+1
| * arm64: Remove the !CONFIG_ARM64_HW_AFDBM alternative code pathsCatalin Marinas2017-08-211-2/+0Star
| * arm64: Move PTE_RDONLY bit handling out of set_pte_at()Catalin Marinas2017-08-211-5/+1Star
| * arm64: Convert pte handling from inline asm to using (cmp)xchgCatalin Marinas2017-08-211-13/+11Star
| * arm64: fix pmem interface definitionArnd Bergmann2017-08-101-2/+2
| * arm64: Implement pmem API supportRobin Murphy2017-08-092-0/+30
| * arm64: Convert __inval_cache_range() to area-basedRobin Murphy2017-08-091-9/+14
| * arm64: Decode information from ESR upon mem faultsJulien Thierry2017-08-071-0/+47
* | arm64: mm: abort uaccess retries upon fatal signalMark Rutland2017-08-221-1/+4
|/
* arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas2017-08-041-7/+8
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-07-282-13/+12Star
|\
| * arm64: mmu: Place guard page after mapping of kernel imageWill Deacon2017-07-281-7/+11
| * arm64/numa: Drop duplicate messagePunit Agrawal2017-07-201-6/+1Star
* | dma-coherent: introduce interface for default DMA poolVladimir Murzin2017-07-201-2/+2
|/
* arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-131-1/+6
* arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin2017-07-111-7/+1Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-071-31/+22Star
|\
| * mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-071-1/+2
| * arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper2017-07-071-23/+14Star
| * arm64: hugetlb: refactor find_num_contig()Steve Capper2017-07-071-9/+8Star
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-2/+1Star
|\ \ | |/ |/|
| * arm64: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+1Star
* | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-261-10/+70
|\ \
| * | arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-221-2/+20
| * | acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2017-06-221-0/+17
| * | arm64: exception: handle Synchronous External AbortTyler Baicar2017-06-221-10/+35
| |/
* | arm64/dma-mapping: Remove extraneous null-pointer checksOlav Haugan2017-06-151-9/+0Star
* | arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal2017-06-121-32/+36
* | arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang2017-06-121-3/+19
* | arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal2017-06-121-19/+10Star
* | arm64: fault: Print info about page table structure when dumping pteWill Deacon2017-06-121-1/+3
* | arm64: mm: print file name of faulting vmaKristina Martsenko2017-06-121-1/+3
* | arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko2017-06-121-1/+0Star
* | arm64: mm: print out correct page table entriesKristina Martsenko2017-06-121-11/+25
* | arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel2017-06-011-6/+13
* | arm64: mm: explicity include linux/vmalloc.hTobias Klauser2017-05-301-0/+1
* | arm64: Call __show_regs directlyKefeng Wang2017-05-301-1/+1
|/
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-124/+19Star
|\