summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mm/arm64: use general page fault accountingPeter Xu2020-08-121-23/+6
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-10/+0
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-4/+2
* arm64/mm: enable vmem_altmap support for vmemmap mappingsAnshuman Khandual2020-08-071-20/+38
* mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-1/+1
* mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-073-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-3/+9
|\
| * bpf, arm64: Add BPF exception tablesJean-Philippe Brucker2020-07-311-3/+9
* | arm64/mm: save memory access in check_and_switch_context() fast switch pathPingfan Liu2020-07-301-4/+6
* | arm64/hugetlb: Reserve CMA areas for gigantic pages on 16K and 64K configsAnshuman Khandual2020-07-152-2/+40
* | arm64/mm: Redefine CONT_{PTE, PMD}_SHIFTGavin Shan2020-07-031-2/+2
* | arm64/panic: Unify all three existing notifier blocksAnshuman Khandual2020-07-021-17/+1
|/
* arm64: mm: reserve hugetlb CMA after numa_initBarry Song2020-06-181-5/+10
* arm64: mm: reset address tag set by kasan sw taggingShyam Thombre2020-06-151-0/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-5/+5
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-045-30/+79
* hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-12/+4
* hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-15/+0
* hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-4/+13
* arm64: simplify detection of memory zone boundaries for UMA configsMike Rapoport2020-06-031-54/+0
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport2020-06-031-3/+6
* Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-021-5/+7
|\
| * arm64: acpi: Make apei_claim_sea() synchronise with APEI's irq workJames Morse2020-05-191-5/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\ \
| * | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-016-51/+52
|\ \ | |/ |/|
| * Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-281-0/+14
| |\
| | * arm64: Preserve register x18 when CPU is suspendedSami Tolvanen2020-05-151-0/+14
| * | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-283-2/+31
| |\ \
| | * | arm64: mm: Mark executable text as guarded pagesMark Brown2020-05-071-2/+2
| | * | arm64: Set GP bit in kernel page tables to enable BTI for the kernelMark Brown2020-05-071-0/+24
| | * | Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-051-0/+5
| | |\ \ | | | |/ | | |/|
| | | * arm64: mm: Display guarded pages in ptdumpMark Brown2020-03-161-0/+5
| | | |
| | \ \
| *-. \ \ Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-283-49/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | arm64: simplify ptrauth initializationMark Rutland2020-04-281-44/+0
| | | * | arm64: remove ptrauth_keys_install_kernel sync argMark Rutland2020-04-281-1/+1
| | |/ / | |/| |
| | * | arm64: mm: Add asid_gen_match() helperJean-Philippe Brucker2020-05-211-3/+5
| | * | arm: mm: use __pfn_to_section() to get mem_sectionGuixiong Wei2020-04-301-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