summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2018-12-28kasan: add tag related helper functionsAndrey Konovalov
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-14mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe
2018-12-12arm64: Add memory hotplug supportRobin Murphy
2018-12-11arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearingRobin Murphy
2018-12-10arm64: mm: EXPORT vabits_user to modulesWill Deacon
2018-12-10arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon
2018-12-10arm64: mm: introduce 52-bit userspace supportSteve Capper
2018-12-10arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGDSteve Capper
2018-12-10arm64: mm: Introduce DEFAULT_MAP_WINDOWSteve Capper
2018-12-10arm64: Fix minor issues with the dcache_by_line_op macroWill Deacon
2018-12-10arm64: move memstart_addr export inlineMark Rutland
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel
2018-11-20arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel
2018-11-08arm64: memblock: don't permit memblock resizing until linear mapping is upArd Biesheuvel
2018-11-02arm64: fix warnings without CONFIG_IOMMU_DMAChristoph Hellwig
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-19arm64: use the generic swiotlb_dma_opsChristoph Hellwig
2018-10-19swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig
2018-10-19swiotlb: remove the overflow bufferChristoph Hellwig
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Joerg Roedel
2018-10-09arm64: mm: Drop the unused cpu parameterShaokun Zhang
2018-10-05arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.cKyrylo Tkachov
2018-10-03arm64: Use daifflag_restore after bp_hardeningJulien Thierry
2018-10-01arm64/numa: Unify common error path in numa_init()Anshuman Khandual
2018-10-01arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual
2018-10-01arm64/mm: Define esr_to_debug_fault_info()Anshuman Khandual
2018-10-01arm64/mm: Reorganize arguments for is_el1_permission_fault()Anshuman Khandual
2018-10-01arm64/mm: Use ESR_ELx_FSC macro while decoding fault exceptionAnshuman Khandual
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman
2018-09-27signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Expand __do_user_fault and remove itEric W. Biederman
2018-09-27signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman
2018-09-27signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman