aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-211/+321
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-6/+0
2015-01-29arm64: Fix section mismatch on alloc_init_p[mu]d()Catalin Marinas1-4/+5
2015-01-28arm64: mm: use *_sect to check for section mapsMark Rutland2-8/+16
2015-01-28arm64: drop unnecessary cache+tlb maintenanceMark Rutland1-7/+0
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan1-3/+12
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi1-1/+1
2015-01-23arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas1-64/+52
2015-01-23arm64: Fix SCTLR_EL1 initialisationSuzuki K. Poulose1-4/+8
2015-01-23arm64: add ioremap physical address informationMin-Hua Chen1-0/+1
2015-01-23arm64: mm: dump: add missing includesMark Rutland1-0/+4
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland2-6/+7
2015-01-23arm64: dump: Fix implicit inclusion of definition for PCI_IOBASEMark Brown1-0/+1
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel1-1/+1
2015-01-22arm64: add better page protections to arm64Laura Abbott3-24/+190
2015-01-16arm64: respect mem= for EFIMark Rutland1-0/+19
2015-01-16arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd to be page aligned"Catalin Marinas1-7/+1
2015-01-15Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linuxCatalin Marinas1-1/+1
2015-01-15arm64: move to ESR_ELx macrosMark Rutland1-1/+1
2015-01-13arm64: remove broken cachepolicy codeMark Rutland1-74/+0
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel1-12/+0
2015-01-12arm64/mm: add create_pgd_mapping() to create private page tablesArd Biesheuvel1-21/+22
2015-01-12arm64/mm: add explicit struct_mm argument to __create_mapping()Ard Biesheuvel1-15/+16
2014-12-11arm64: mm: dump: don't skip final regionMark Rutland1-3/+0
2014-12-11arm64: mm: dump: fix shift warningMark Rutland1-1/+1
2014-12-05arm64: remove the unnecessary arm64_swiotlb_init()Ding Tianhong1-1/+0
2014-12-01arm64: compat: align cacheflush syscall with arch/armVladimir Murzin1-1/+5
2014-11-26arm64: add support to dump the kernel page tablesLaura Abbott2-0/+333
2014-11-25arm64: Factor out fixmap initialization from ioremapLaura Abbott2-90/+97
2014-11-25arm64: add Cortex-A53 cache errata workaroundAndre Przywara1-1/+3
2014-11-25arm64: add alternative runtime patchingAndre Przywara1-0/+2
2014-11-21arm64: mm: report unhandled level-0 translation faults correctlyWill Deacon1-1/+1
2014-11-20arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland1-2/+2
2014-11-18arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2014-11-06arm64: fix data type for physical addressMin-Hua Chen1-1/+1
2014-10-24arm64: Fix memblock current_limit with 64K pages and 48-bit VACatalin Marinas1-4/+8
2014-10-20arm64: mm: Correct fixmap pagetable typesSteve Capper1-2/+2
2014-10-20arm64: Align less than PAGE_SIZE pgds naturallyCatalin Marinas1-2/+16
2014-10-09arm64: mm: enable RCU fast_gupSteve Capper1-0/+16
2014-10-09arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott1-19/+145
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds7-36/+117
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-3/+8
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang1-1/+7
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen1-1/+1
2014-10-02arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul1-1/+1
2014-09-22arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas1-31/+0
2014-09-17arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni1-1/+1
2014-09-15arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois1-1/+1
2014-09-12arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott1-1/+2