summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: fix erroneous warnings in page freeing functionsMark Rutland2018-09-061-4/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-182-5/+5
|\
| * kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-181-2/+2
| * mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-3/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-171-1/+5
|\ \ | |/ |/|
| * arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann2018-08-171-1/+5
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-156-28/+71
|\|
| * arm64: mm: Export __sync_icache_dcache() for xen-privcmdBen Hutchings2018-07-271-0/+1
| * arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-1/+1
| * arm64: mm: Export __flush_icache_range() to modulesWill Deacon2018-07-061-1/+1
| * arm64: numa: separate out updates to percpu nodeid and NUMA node cpumapSudeep Holla2018-07-061-8/+21
| * arm64: Implement page table free interfacesChintan Pandya2018-07-061-4/+44
| * Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Will Deacon2018-07-061-2/+2
| |\
| * | arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-2/+2
| * | ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macroPeng Donglin2018-07-021-12/+1Star
* | | Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-141-6/+1Star
|\ \ \
| * | | arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng2018-08-091-6/+1Star
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-141-2/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ioremap: Update pgtable free interfaces with addrChintan Pandya2018-07-041-2/+2
| |/
* | mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds2018-08-011-6/+4Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-271-2/+5
|\ \
| * | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-271-2/+5
| |/
* / arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
|/
* arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon2018-06-221-2/+3
* arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flagMarek Szyprowski2018-06-191-4/+5
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-3/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-082-18/+33
|\
| * arm64: Unify kernel fault reportingMark Rutland2018-05-231-14/+23
| * arm64: make is_permission_fault() name clearerMark Rutland2018-05-231-4/+5
| * arm64: Increase ARCH_DMA_MINALIGN to 128Catalin Marinas2018-05-151-0/+5
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-6/+12
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-6/+12
* | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-10/+0Star
|\ \ \
| * | | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-10/+0Star
| | |/ | |/|
* | | arm64: Make sure permission updates happen for pmd/pudLaura Abbott2018-05-241-6/+10
* | | arm64: fault: Don't leak data in ESR context for user fault on kernel VAPeter Maydell2018-05-221-0/+51
* | | arm64: To remove initrd reserved area entry from memblockCHANDAN VN2018-05-011-1/+3
|/ /
* | arm64: mm: drop addr parameter from sync icache and dcacheShaokun Zhang2018-04-241-1/+1
* | arm64: kasan: avoid pfn_to_nid() before page array is initializedMark Rutland2018-04-171-2/+2
|/
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-053-142/+137Star
|\
| * Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-272-19/+1Star
| * arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-261-7/+6Star
| * arm64: capabilities: Update prototype for enable call backDave Martin2018-03-261-2/+1Star
| * arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-58/+58
| * arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-091-1/+20
| * arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon2018-03-061-1/+8
| * arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-062-1/+19
| * arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon2018-03-061-51/+36Star