summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-201-3/+9
* arm64: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-061-1/+4
* arm64: Increase the swiotlb buffer size 64MBCatalin Marinas2015-02-272-18/+12Star
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-6/+0Star
|\
| * mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-121-6/+0Star
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-128-211/+321
|\ \ | |/ |/|
| * arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas2015-01-291-4/+5
| * arm64: mm: use *_sect to check for section mapsMark Rutland2015-01-282-8/+16
| * arm64: drop unnecessary cache+tlb maintenanceMark Rutland2015-01-281-7/+0Star
| * arm64:mm: free the useless initial page tablezhichang.yuan2015-01-281-3/+12
| * arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-271-1/+1
| * arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas2015-01-231-64/+52Star
| * arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose2015-01-231-4/+8
| * arm64: add ioremap physical address informationMin-Hua Chen2015-01-231-0/+1
| * arm64: mm: dump: add missing includesMark Rutland2015-01-231-0/+4
| * arm64: Fix overlapping VA allocationsMark Rutland2015-01-232-6/+7
| * arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-221-1/+1
| * arm64: add better page protections to arm64Laura Abbott2015-01-223-24/+190
| * arm64: respect mem= for EFIMark Rutland2015-01-161-0/+19
| * Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas2015-01-151-1/+1
| |\
| | * arm64: move to ESR_ELx macrosMark Rutland2015-01-151-1/+1
| * | arm64: remove broken cachepolicy codeMark Rutland2015-01-131-74/+0Star
| * | arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-121-12/+0Star
| * | arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel2015-01-121-21/+22
| * | arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel2015-01-121-15/+16
| |/
* | arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown2015-01-231-0/+1
* | arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd t...Catalin Marinas2015-01-161-7/+1Star
|/
* arm64: mm: dump: don't skip final regionMark Rutland2014-12-111-3/+0Star
* arm64: mm: dump: fix shift warningMark Rutland2014-12-111-1/+1
* arm64: remove the unnecessary arm64_swiotlb_init()Ding Tianhong2014-12-051-1/+0Star
* arm64: compat: align cacheflush syscall with arch/armVladimir Murzin2014-12-011-1/+5
* arm64: add support to dump the kernel page tablesLaura Abbott2014-11-262-0/+333
* arm64: Factor out fixmap initialization from ioremapLaura Abbott2014-11-252-90/+97
* arm64: add Cortex-A53 cache errata workaroundAndre Przywara2014-11-251-1/+3
* arm64: add alternative runtime patchingAndre Przywara2014-11-251-0/+2
* arm64: mm: report unhandled level-0 translation faults correctlyWill Deacon2014-11-211-1/+1
* arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland2014-11-201-2/+2
* arm64/mm: Remove hack in mmap randomize layoutYann Droneaud2014-11-181-10/+2Star
* arm64: fix data type for physical addressMin-Hua Chen2014-11-061-1/+1
* arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas2014-10-241-4/+8
* arm64: mm: Correct fixmap pagetable typesSteve Capper2014-10-201-2/+2
* arm64: Align less than PAGE_SIZE pgds naturallyCatalin Marinas2014-10-201-2/+16
* arm64: mm: enable RCU fast_gupSteve Capper2014-10-101-0/+16
* arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott2014-10-101-19/+145
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-087-36/+117
|\
| * arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-021-1/+1
| * arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-021-1/+1
| * arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-221-31/+0Star
| * arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni2014-09-171-1/+1
| * arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois2014-09-151-1/+1