summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\ \
| * | | arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-18/+0Star
| * | | arm64: Utilize phys_initrd_start/phys_initrd_sizeFlorian Fainelli2018-11-261-12/+8Star
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-294-36/+73
|\ \ \ \
| * | | | lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon2018-12-281-0/+5
| * | | | arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon2018-12-281-6/+2Star
| * | | | mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-1/+1
| * | | | kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov2018-12-281-1/+7
| * | | | kasan, arm64: fix up fault handling logicAndrey Konovalov2018-12-281-9/+22
| * | | | kasan: add tag related helper functionsAndrey Konovalov2018-12-281-0/+2
| * | | | kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-2/+12
| * | | | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-19/+24
* | | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-273/+13Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-3/+0Star
| * | | | dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig2018-12-131-1/+1
| * | | | dma-mapping: factor out dummy DMA opsRobin Murphy2018-12-131-86/+0Star
| * | | | iommu/dma-iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-4/+3Star
| * | | | arm64: remove the dummy_dma_ops mapping_error methodChristoph Hellwig2018-12-061-7/+1Star
| * | | | dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-174/+10Star
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-268-16/+114
|\ \ \ \ | | |_|/ | |/| |
| * | | arm64: Add memory hotplug supportRobin Murphy2018-12-123-0/+35
| * | | arm64: mm: EXPORT vabits_user to modulesWill Deacon2018-12-101-0/+1