aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+10
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport1-0/+2
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport1-0/+4
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-46/+11
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-19/+5
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand1-27/+0
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual1-0/+20
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki1-19/+5
2019-03-01arm64: mmu: drop paging_init commentsPeng Fan1-4/+0
2019-03-01arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signalsWill Deacon1-4/+5
2019-02-28arm64: Add workaround for Fujitsu A64FX erratum 010001Zhang Lei1-0/+1
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov1-2/+0
2019-02-07arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse1-19/+5
2019-02-07KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbingJames Morse1-1/+1
2019-02-06arm64: Unmask PMR before going idleJulien Thierry1-11/+0
2019-02-04arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon1-30/+29
2019-02-01arm64: Do not issue IPIs for user executable ptesCatalin Marinas1-1/+5
2019-01-31arm64: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-7/+4
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig1-3/+1
2019-01-21arm64: mm: make use of new memblocks_present() helperLogan Gunthorpe1-19/+1
2019-01-21arm64: Remove asm/memblock.hWill Deacon1-1/+0
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2019-01-03arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-28/+6
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-36/+73
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-273/+13
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-0/+5
2018-12-28arm64: mmu: drop pXd_present() checks from pXd_free_pYd_table()Will Deacon1-6/+2
2018-12-28mm/memblock.c: skip kmemleak for kasan_init()Qian Cai1-1/+1
2018-12-28kasan, arm64: enable top byte ignore for the kernelAndrey Konovalov1-1/+7
2018-12-28kasan, arm64: fix up fault handling logicAndrey Konovalov1-9/+22
2018-12-28kasan: add tag related helper functionsAndrey Konovalov1-0/+2
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov1-2/+12
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov1-19/+24
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-16/+114
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe1-8/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-3/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-1/+1
2018-12-13dma-mapping: factor out dummy DMA opsRobin Murphy1-86/+0
2018-12-13Merge branch 'yaml-bindings-for-v4.21' into dt/nextRob Herring2-2/+2
2018-12-12arm64: Add memory hotplug supportRobin Murphy3-0/+35
2018-12-11arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy1-1/+1
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon1-0/+1
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon1-2/+2
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper3-2/+11
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper1-0/+4
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper1-1/+1
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon1-0/+3
2018-12-10arm64: move memstart_addr export inlineMark Rutland1-0/+2