summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-241-0/+33
|\
| * arm64: errata: Add workaround for Cortex-A76 erratum #1463225Will Deacon2019-05-231-0/+33
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-05-223-5/+21
|\ \ | |/ |/|
| * arm64/mm: Inhibit huge-vmap with ptdumpMark Rutland2019-05-161-3/+8
| * arm64: Print physical address of page table base in show_pte()Will Deacon2019-05-141-2/+3
| * arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtableChristoph Hellwig2019-05-071-0/+10
* | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-152-2/+2
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* | initramfs: move the legacy keepinitrd parameter to core codeChristoph Hellwig2019-05-141-15/+2Star
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-075-56/+71
|\|
| * arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker2019-04-091-16/+18
| * arm64: mm: Consolidate early page table allocationWill Deacon2019-04-091-11/+7Star
| * arm64: mm: don't call page table ctors for init_mmYu Zhao2019-04-091-2/+13
| * arm64: mm: use appropriate ctors for page tablesYu Zhao2019-04-091-12/+24
| * arm64: debug: Remove unused return value from do_debug_exception()Will Deacon2019-04-091-10/+4Star
| * arm64: mm: Ensure we ignore the initrd if it is placed out of rangeWill Deacon2019-04-031-1/+1
| * arm64: mm: Make show_pte() a static functionWill Deacon2019-04-031-1/+1
| * arm64: setup min_low_pfnMiles Chen2019-04-031-0/+1
| * arm64/mm: fix kernel-doc commentsQian Cai2019-04-031-13/+12Star
| * arm64: mm: fix incorrect assignment of 'max_mapnr'Muchun Song2019-04-011-1/+1
* | arm64: mm: Ensure tail of unaligned initrd is reservedBjorn Andersson2019-04-231-1/+1
|/
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+10
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+2
* memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-121-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-106-46/+11Star
|\
| * arm64: mmu: drop paging_init commentsPeng Fan2019-03-011-4/+0Star
| * arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon2019-03-011-4/+5
| * arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei2019-02-281-0/+1
| * arm64: Unmask PMR before going idleJulien Thierry2019-02-061-11/+0Star
| * arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-312-7/+4Star
| * arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe2019-01-211-19/+1Star
| * arm64: Remove asm/memblock.hWill Deacon2019-01-211-1/+0Star
* | Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-061-19/+5Star
|\ \
| * \ Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-041-19/+5Star
| |\ \
| | * | arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse2019-02-071-19/+5Star
| | * | KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse2019-02-071-1/+1
| | |/
* | | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-061-1/+1
* | | arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-061-27/+0Star
* | | arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-061-0/+20
|/ /
* | kasan: fix random seed generation for tag-based modeAndrey Konovalov2019-02-211-2/+0Star
* | arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon2019-02-041-30/+29Star
* | arm64: Do not issue IPIs for user executable ptesCatalin Marinas2019-02-011-1/+5
* | arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-231-3/+1Star
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-01-051-1/+1
|\
| * arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li2019-01-031-1/+1
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-28/+6Star
|\ \
| * \ Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2018-12-132-2/+2
| |\ \