summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| *---. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-043-156/+43Star
| |\ \ \
| | | | * iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-0/+1
| | |_|/ | |/| |
| | * | arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_opsSricharan R2017-04-201-124/+18Star
| |/ /
* | | arm64: use set_memory.h headerLaura Abbott2017-05-091-0/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-057-169/+528
|\ \ \
| * | | arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas2017-05-051-16/+49
| * | | arm64: print a fault message when attempting to write RO memoryStephen Boyd2017-04-061-19/+36
| * | | arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro2017-04-051-0/+53
| * | | arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-051-0/+27
| * | | arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-051-49/+54
| * | | arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-051-6/+9
| * | | arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2017-04-051-0/+66
| * | | arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro2017-04-051-0/+35
| * | | arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2017-03-231-43/+97
| * | | arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel2017-03-231-4/+0Star
| * | | arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel2017-03-231-18/+27
| * | | arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel2017-03-231-1/+9
| * | | arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel2017-03-231-4/+3Star
| * | | arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel2017-03-231-4/+4
| * | | arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel2017-03-231-4/+8
| * | | arm64: mmu: map .text as read-only from the outsetArd Biesheuvel2017-03-231-4/+14
| * | | arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel2017-03-231-5/+17
| * | | arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel2017-03-231-8/+8
| * | | arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven2017-03-221-15/+48
| * | | arm64: cache: Merge cachetype.h into cache.hWill Deacon2017-03-201-1/+1
| * | | arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon2017-03-202-5/+0Star
| |/ /