summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang2016-06-211-4/+0Star
* arm64: update ASID limitJean-Philippe Brucker2016-06-211-3/+6
* arm64: mm: mark fault_info table constMark Rutland2016-06-141-1/+1
* arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
* arm64: mm: dump: log span levelMark Rutland2016-06-031-1/+7
* Revert "arm64: hugetlb: partial revert of 66b3923a1a0f"Will Deacon2016-05-311-0/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-0/+1
|\
| * arm64: mm: use hugetlb_bad_size()Vaishali Thakkar2016-05-201-0/+1
* | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-4/+4
|\ \ | |/ |/|
| * iommu/dma: Finish optimising higher-order allocationsRobin Murphy2016-05-091-2/+2
| * iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-2/+2
* | arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi2016-05-051-2/+0Star
* | arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse2016-04-281-32/+21Star
* | arm64: Fold proc-macros.S into assembler.hGeoff Levand2016-04-283-103/+0Star
* | arm64: ptdump: add region marker for kasan shadow regionArd Biesheuvel2016-04-251-0/+5
* | arm64: ptdump: use static initializers for vmemmap region boundariesArd Biesheuvel2016-04-251-36/+13Star
* | arm64/dma-mapping: Remove default domain workaroundRobin Murphy2016-04-211-44/+8Star
* | arm64/dma-mapping: Extend DMA ops workaround to PCI devicesRobin Murphy2016-04-211-0/+4
* | arm64: mm: Show bss segment in kernel memory layoutKefeng Wang2016-04-191-0/+2
* | arm64: mm: make pr_cont() per line in Virtual kernel memory layoutKefeng Wang2016-04-191-11/+10Star
* | arm64: mm: remove the redundant codeHuang Shijie2016-04-191-4/+0Star
* | arm64: Implement ptep_set_access_flags() for hardware AF/DBMCatalin Marinas2016-04-151-0/+50
* | arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni2016-04-153-5/+427
* | arm64: Move unflatten_device_tree() call earlier.David Daney2016-04-152-3/+0Star
* | arm64: Add cpu_panic_kernel helperSuzuki K Poulose2016-04-151-2/+1Star
* | arm64: mm: Add trace_irqflags annotations to do_debug_exception()James Morse2016-04-141-10/+23
* | arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel2016-04-141-5/+5
* | arm64: use 'segment' rather than 'chunk' to describe mapped kernel regionsArd Biesheuvel2016-04-141-7/+7
* | arm64: mm: move vmemmap region right below the linear regionArd Biesheuvel2016-04-142-12/+18
* | arm64: mm: free __init memory via the linear mappingArd Biesheuvel2016-04-141-1/+2
* | arm64: add the initrd region to the linear mapping explicitlyArd Biesheuvel2016-04-141-0/+29
* | arm64/mm: ensure memstart_addr remains sufficiently alignedArd Biesheuvel2016-04-141-2/+6
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-253-40/+30Star
|\
| * arm64: mm: allow preemption in copy_to_user_pageMark Rutland2016-03-241-4/+0Star
| * arm64: consistently use p?d_set_hugeMark Rutland2016-03-241-4/+2Star
| * arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_co...Catalin Marinas2016-03-211-32/+28Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-192-2/+2
|\ \
| * | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
| * | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-189-268/+655
|\ \ \ | |/ / |/| / | |/
| * arm64: kasan: Fix zero shadow mapping overriding kernel image shadowCatalin Marinas2016-03-111-8/+5Star
| * arm64: kasan: Use actual memory node when populating the kernel image shadowCatalin Marinas2016-03-111-1/+2
| * arm64: make mrs_s prefixing implicit in read_cpuidMark Rutland2016-03-041-1/+1
| * arm64: mm: check at build time that PAGE_OFFSET divides the VA space evenlyArd Biesheuvel2016-03-021-0/+7
| * arm64: mm: treat memstart_addr as a signed quantityArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: list kernel sections in orderArd Biesheuvel2016-02-291-2/+2
| * arm64: mm: dump: Use VA_START directly instead of private LOWEST_ADDRKefeng Wang2016-02-261-3/+1Star
| * arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-261-0/+12
| * arm64: mm: Mark .rodata as ROJeremy Linton2016-02-262-7/+16
| * arm64/mm: remove unnecessary boundary checkMiles Chen2016-02-261-2/+0Star