summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-76/+0
* arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti2019-09-241-1/+5
* arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti2019-09-241-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-2/+1
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-13/+3
|\
| * arm64: use asm-generic/dma-mapping.hChristoph Hellwig2019-09-111-0/+1
| * xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-111-1/+2
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
| * dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-6/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-169-55/+117
|\ \ | |/ |/|
| * arm64: remove __iounmapChristoph Hellwig2019-09-041-2/+2
| *-------. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-306-47/+98
| |\ \ \ \ \
| | | | | | * arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon2019-08-271-0/+33
| | | | |_|/ | | | |/| |
| | | | | * arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang2019-08-231-14/+1
| | | | |/ | | | |/|
| | * | | arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland2019-08-281-3/+5
| | * | | arm64: memory: rename VA_START to PAGE_ENDMark Rutland2019-08-143-6/+6
| | * | | arm64: memory: fix flipped VA space falloutMark Rutland2019-08-142-2/+2
| | * | | arm64: mm: Remove vabits_userSteve Capper2019-08-093-5/+2
| | * | | arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2019-08-092-1/+12
| | * | | arm64: mm: Separate out vmemmapSteve Capper2019-08-091-0/+5
| | * | | arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper2019-08-091-3/+3
| | * | | arm64: mm: Introduce vabits_actualSteve Capper2019-08-093-3/+11
| | * | | arm64: mm: Introduce VA_BITS_MINSteve Capper2019-08-091-1/+2
| | * | | arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper2019-08-091-3/+16
| | * | | arm64: mm: Flip kernel VA spaceSteve Capper2019-08-094-15/+9
| | |/ /
| * | | arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland2019-08-281-0/+9
| * | | arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig2019-08-151-2/+0
| * | | arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen2019-08-071-2/+2
| * | | arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang2019-08-051-1/+5
| * | | arm64: Replace strncmp with str_has_prefixChuhong Yuan2019-08-051-1/+1
| |/ /
* / / dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-3/+1
|/ /
* / arm64: Make debug exception handlers visible from RCUMasami Hiramatsu2019-08-021-8/+49
|/
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand2019-07-181-0/+19
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-23/+1
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-0/+5
* mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
* arm64: switch to generic version of pte allocationMike Rapoport2019-07-122-3/+5
* Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-091-408/+4
|\
| * Merge tag 'v5.2-rc6' into generic-dma-opsJoerg Roedel2019-06-2417-173/+17
| |\
| * | arm64: trim includes in dma-mapping.cChristoph Hellwig2019-05-271-10/+0
| * | arm64: switch copyright boilerplace to SPDX in dma-mapping.cChristoph Hellwig2019-05-271-14/+1
| * | iommu/dma: move the arm64 wrappers to common codeChristoph Hellwig2019-05-271-390/+4
| * | iommu/dma: Remove the flush_page callbackChristoph Hellwig2019-05-271-7/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-086-60/+92
|\ \ \ | |_|/ |/| |
| * | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-241-8/+40
| * | arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma2019-06-171-4/+8
| * | arm64/mm: Refactor __do_page_fault()Anshuman Khandual2019-06-071-19/+11