summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
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
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-08arm64: use set_memory.h headerLaura Abbott
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-05-05arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini
2017-04-29iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel
2017-04-20arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_opsSricharan R
2017-04-07Revert "Revert "arm64: hugetlb: partial revert of 66b3923a1a0f""Will Deacon
2017-04-06arm64: print a fault message when attempting to write RO memoryStephen Boyd
2017-04-05arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro
2017-04-05arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro
2017-04-05arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro
2017-04-04arm64: mm: unaligned access by user-land should be received as SIGBUSVictor Kamensky
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel
2017-03-23arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel
2017-03-23arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel
2017-03-23arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel
2017-03-23arm64/mmu: ignore debug_pagealloc for kernel segmentsArd Biesheuvel
2017-03-23arm64/mmu: align alloc_init_pte prototype with pmd/pud versionsArd Biesheuvel
2017-03-23arm64: mmu: apply strict permissions to .init.text and .init.dataArd Biesheuvel
2017-03-23arm64: mmu: map .text as read-only from the outsetArd Biesheuvel
2017-03-23arm64: alternatives: apply boot time fixups via the linear mappingArd Biesheuvel
2017-03-23arm64: mmu: move TLB maintenance from callers to create_mapping_late()Ard Biesheuvel
2017-03-22arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMUGeert Uytterhoeven
2017-03-20arm64: cache: Merge cachetype.h into cache.hWill Deacon
2017-03-20arm64: cache: Remove support for ASID-tagged VIVT I-cachesWill Deacon
2017-03-10arm64: kasan: avoid bad virt_to_pfn()Mark Rutland
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-24mm: wire up GFP flag passing in dma_alloc_from_contiguousLucas Stach