summaryrefslogtreecommitdiff
path: root/arch/arm64/mm
AgeCommit message (Expand)Author
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse
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-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon
2018-09-10arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2018-08-17arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-09arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla
2018-07-06arm64: Implement page table free interfacesChintan Pandya
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon
2018-07-04ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-07-02ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macroPeng Donglin
2018-06-22arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon
2018-06-19arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-05-24arm64: Make sure permission updates happen for pmd/pudLaura Abbott
2018-05-23arm64: Unify kernel fault reportingMark Rutland
2018-05-23arm64: make is_permission_fault() name clearerMark Rutland
2018-05-22arm64: fault: Don't leak data in ESR context for user fault on kernel VAPeter Maydell
2018-05-15arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig