summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-041-2/+2
* mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-3/+3
* arm64: mm: display non-present entries in ptdumpSteven Price2020-02-041-12/+13
* arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price2020-02-044-84/+43
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-01-274-95/+111
|\
| * Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon2020-01-222-38/+38
| |\
| | * arm64: mm: Use modern annotations for assembly functionsMark Brown2020-01-082-38/+38
| | |
| | \
| *-. \ Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for...Will Deacon2020-01-223-57/+73
| |\ \ \ | | |_|/ | |/| |
| | | * arm64: mm: avoid x18 in idmap_kpti_install_ng_mappingsSami Tolvanen2020-01-161-31/+32
| | |/ | |/|
| | * arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas2020-01-171-17/+10
| | * arm64: context: Free up kernel ASIDs if KPTI is not in useVladimir Murzin2020-01-161-8/+30
| | * mm: change_memory_common: add spaces for `*` operatorPan Zhang2020-01-081-1/+1
| |/
* | arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-061-1/+1
* | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-12-062-14/+12
|\
| * arm64: mm: Fix column alignment for UXN in kernel_page_tablesMark Brown2019-12-041-0/+1
| * arm64: mm: Fix initialisation of DMA zones on non-NUMA systemsWill Deacon2019-12-041-14/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \
| * \ Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-211-24/+53
| |\ \
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | | | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-261-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm/efi: EFI soft reservation to memblockDan Williams2019-11-071-0/+2
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '...Catalin Marinas2019-11-083-40/+58
|\ \ \ \ \ | | | |_|/ | | |/| |
| | | * | arm64: mm: simplify the page end calculation in __create_pgd_mapping()Masahiro Yamada2019-11-061-3/+2
| | | * | arm64: print additional fault message when executing non-exec memoryXiang Zheng2019-10-291-0/+2
| | | * | arm64/mm: Poison initmem while freeing with free_reserved_area()Anshuman Khandual2019-10-161-1/+1
| | | * | arm64: use generic free_initrd_mem()Mike Rapoport2019-10-161-12/+0
| | |/ / | |/| |
| | * | arm64: mm: reserve CMA and crashkernel in ZONE_DMA32Nicolas Saenz Julienne2019-11-071-2/+2
| | * | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-2/+7
| | * | arm64: Make arm64_dma32_phys_limit staticCatalin Marinas2019-10-281-1/+1
| | * | arm64: mm: Fix unused variable warning in zone_sizes_initNathan Chancellor2019-10-161-1/+1
| | * | arm64: use both ZONE_DMA and ZONE_DMA32Nicolas Saenz Julienne2019-10-141-15/+39
| | * | arm64: rename variables used to calculate ZONE_DMA32's sizeNicolas Saenz Julienne2019-10-141-15/+15
| | * | arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()Nicolas Saenz Julienne2019-10-141-1/+1
| |/ /
* | | Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas2019-10-281-49/+13
|\ \ \ | |_|/ |/| |
| * | arm64: entry-common: don't touch daif before bp-hardeningJames Morse2019-10-281-35/+1
| * | arm64: Remove asmlinkage from updated functionsJames Morse2019-10-281-9/+7
| * | arm64: remove __exception annotationsJames Morse2019-10-281-17/+17
| |/
* / arm64: mm: fix inverted PAR_EL1.F checkMark Rutland2019-10-161-1/+5
|/
* arm64: mm: fix spurious fault detectionMark Rutland2019-10-071-1/+1
* arm64: mm: avoid virt_to_phys(init_mm.pgd)Mark Rutland2019-10-041-1/+10
* 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