aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-61/+33
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-63/+66
2018-10-10arm64: mm: Use __pa_symbol() for set_swapper_pgd()James Morse1-1/+1
2018-10-09arm64: mm: Drop the unused cpu parameterShaokun Zhang1-4/+4
2018-10-05arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.cKyrylo Tkachov1-1/+1
2018-10-03arm64: Use daifflag_restore after bp_hardeningJulien Thierry1-2/+3
2018-10-01arm64/numa: Unify common error path in numa_init()Anshuman Khandual1-4/+7
2018-10-01arm64/numa: Report correct memblock range for the dummy nodeAnshuman Khandual1-1/+1
2018-10-01arm64/mm: Define esr_to_debug_fault_info()Anshuman Khandual1-1/+7
2018-10-01arm64/mm: Reorganize arguments for is_el1_permission_fault()Anshuman Khandual1-5/+4
2018-10-01arm64/mm: Use ESR_ELx_FSC macro while decoding fault exceptionAnshuman Khandual1-1/+1
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman1-7/+2
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman1-18/+8
2018-09-27signal/arm64: Only call set_thread_esr once in do_page_faultEric W. Biederman1-3/+1
2018-09-27signal/arm64: Only perform one esr_to_fault_info call in do_page_faultEric W. Biederman1-3/+5
2018-09-27signal/arm64: Expand __do_user_fault and remove itEric W. Biederman1-10/+8
2018-09-27signal/arm64: For clarity separate the 3 signal sending cases in do_page_faultEric W. Biederman1-4/+9
2018-09-27signal/arm64: Consolidate the two hwpoison cases in do_page_faultEric W. Biederman1-7/+7
2018-09-27signal/arm64: Factor set_thread_esr out of __do_user_faultEric W. Biederman1-2/+7
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman1-1/+1
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman1-31/+10
2018-09-25arm64/mm: use fixmap to modify swapper_pg_dirJun Yao1-2/+24
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao1-25/+5
2018-09-24arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flagsSteve Capper1-4/+34
2018-09-24arm64: hugetlb: Fix handling of young ptesSteve Capper1-3/+9
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse1-2/+0
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin2-3/+11
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-14/+0
2018-09-10arm64: dump: Use consistent capitalisation for page-table dumpsWill Deacon1-3/+3
2018-09-06arm64: fix erroneous warnings in page freeing functionsMark Rutland1-4/+6
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+5
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()Marek Szyprowski1-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-3/+3
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+5
2018-08-17arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-28/+71
2018-08-14Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+1
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-08-09arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng1-6/+1
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-6/+4
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2018-07-27arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings1-0/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-2/+5
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-1/+1
2018-07-06arm64: mm: Export __flush_icache_range() to modulesWill Deacon1-1/+1
2018-07-06arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla1-8/+21
2018-07-06arm64: Implement page table free interfacesChintan Pandya1-4/+44
2018-07-06Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/coreWill Deacon1-2/+2
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon1-2/+2