summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-06-25arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon1-2/+0
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+9
2022-03-19arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse1-3/+9
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland1-1/+1
2021-03-17arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-1/+1
2021-03-17arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memoryAnshuman Khandual1-0/+12
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-01-30arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel1-20/+10
2020-11-05arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-1/+5
2020-10-01arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse1-5/+7
2020-05-14arm64: hugetlb: avoid potential NULL dereferenceMark Rutland1-0/+2
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas1-1/+1
2020-01-09mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-10-16arm64: mm: fix inverted PAR_EL1.F checkMark Rutland1-1/+5
2019-10-07arm64: mm: fix spurious fault detectionMark Rutland1-1/+1
2019-10-04arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland1-1/+10
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-25arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-76/+0
2019-09-25arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+5
2019-09-25arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti1-1/+1
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+1
2019-09-25mm: introduce page_size()Matthew Wilcox (Oracle)1-2/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-13/+3
2019-09-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-55/+117
2019-09-11arm64: use asm-generic/dma-mapping.hChristoph Hellwig1-0/+1
2019-09-11xen/arm: remove xen_dma_opsChristoph Hellwig1-1/+2
2019-09-04arm64: remove __iounmapChristoph Hellwig1-2/+2
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon6-47/+98
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-6/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-6/+0
2019-08-28arm64: kpti: ensure patched kernel text is fetched from PoUMark Rutland1-0/+9
2019-08-28arm64: fix fixmap copy for 16K pages and 48-bit VAMark Rutland1-3/+5
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon1-0/+33
2019-08-23arm64: map FDT as RW for early_init_dt_scan()Hsin-Yi Wang1-14/+1
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig1-2/+0
2019-08-14arm64: memory: rename VA_START to PAGE_ENDMark Rutland3-6/+6
2019-08-14arm64: memory: fix flipped VA space falloutMark Rutland2-2/+2
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-3/+1
2019-08-09arm64: mm: Remove vabits_userSteve Capper3-5/+2
2019-08-09arm64: mm: Introduce 52-bit Kernel VAsSteve Capper2-1/+12
2019-08-09arm64: mm: Separate out vmemmapSteve Capper1-0/+5
2019-08-09arm64: mm: Logic to make offset_ttbr1 conditionalSteve Capper1-3/+3
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper3-3/+11
2019-08-09arm64: mm: Introduce VA_BITS_MINSteve Capper1-1/+2
2019-08-09arm64: dump: De-constify VA_START and KASAN_SHADOW_STARTSteve Capper1-3/+16
2019-08-09arm64: mm: Flip kernel VA spaceSteve Capper4-15/+9
2019-08-07arm64: mm: print hexadecimal EC value in mem_abort_decode()Miles Chen1-2/+2
2019-08-05arm64: mm: free the initrd reserved memblock in a aligned mannerJunhua Huang1-1/+5
2019-08-05arm64: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1