aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter1-2/+1
2014-09-08arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2-1/+97
2014-09-08arm64: convert part of soft_restart() to assemblyArun Chandran1-0/+15
2014-08-19arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm1-1/+3
2014-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-26/+53
2014-07-23arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas1-7/+15
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas1-2/+2
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee3-4/+17
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas1-8/+18
2014-07-23arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas1-4/+13
2014-07-10arm64: place initial page tables above the kernelMark Rutland1-8/+4
2014-07-08arm64: export __cpu_{clear,copy}_user_page functionsMark Salter1-0/+2
2014-07-04arm64: mm: Make icache synchronisation logic huge page awareSteve Capper1-1/+2
2014-06-18arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas1-2/+8
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds7-118/+40
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-18/+47
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-21/+0
2014-05-16arm64: fix pud_huge() for 2-level pagetablesMark Salter1-0/+4
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas1-2/+3
2014-05-13Merge branch 'dt-bus-name' into for-nextRob Herring2-2/+36
2014-05-09arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2-4/+4
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper2-72/+1
2014-05-09arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper1-1/+27