summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
* arm64: hugetlb: avoid potential NULL dereferenceMark Rutland2020-05-071-0/+2
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-1/+2
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+6
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-5/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* arm64/mm: use helper fault_signal_pending()Peter Xu2020-04-021-12/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-314-51/+468
|\
| * Merge branch 'for-next/kernel-ptrauth' into for-next/coreCatalin Marinas2020-03-251-12/+61
| |\
| | * arm64: suspend: restore the kernel ptrauth keysAmit Daniel Kachhap2020-03-181-0/+2
| | * arm64: initialize and switch ptrauth kernel keysKristina Martsenko2020-03-181-0/+12
| | * arm64: enable ptrauth earlierKristina Martsenko2020-03-181-0/+31
| | * arm64: ptrauth: Add bootup/runtime flags for __cpu_setupAmit Daniel Kachhap2020-03-181-11/+15
| * | Merge branch 'for-next/asm-cleanups' into for-next/coreCatalin Marinas2020-03-251-1/+1
| |\ \
| | * | arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-241-1/+1
| | |/
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'for-next/memory-hotremove', 'for-next/arm_sdei', 'for-next/am...Catalin Marinas2020-03-252-30/+33
| |\ \ \ \ | | | |_|/ | | |/| |
| | | | * arm64: mm: convert cpu_do_switch_mm() to CMark Rutland2020-02-272-30/+30
| | | |/ | | |/|
| | | * arm64: trap to EL1 accesses to AMU counters from EL0Ionela Voinescu2020-03-061-0/+3
| | |/
| * | arm64/mm: Enable memory hot removeAnshuman Khandual2020-03-041-9/+370
| * | arm64/mm: Hold memory hotplug lock while walking for kernel page table dumpAnshuman Khandual2020-03-041-0/+4
| |/
* / arm64: context: Fix ASID limit in boot messagesJean-Philippe Brucker2020-03-021-5/+15
|/
* 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
| | |/ / | |/| |