aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-09arm64: Clean up the default pgprot settingCatalin Marinas2-35/+3
2014-05-09arm64: Introduce execute-only page access permissionsCatalin Marinas1-3/+2
2014-05-09arm64: Provide read/write fault information in compat signal handlersCatalin Marinas1-4/+4
2014-05-03arm64: Use bus notifiers to set per-device coherent DMA opsCatalin Marinas1-1/+32
2014-05-03arm64: Make default dma_ops to be noncoherentRitesh Harjani1-1/+1
2014-05-03arm64: Fix for the arm64 kern_addr_valid() functionDave Anderson1-0/+3
2014-04-30arm64: Add function to create identity mappingsMark Salter1-18/+47
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-21/+0
2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-15/+34
2014-04-08arm64: Fix DMA range invalidation for cache line unaligned buffersCatalin Marinas1-4/+11
2014-04-07arm64: add early_ioremap supportMark Salter2-41/+85
2014-04-07arm64: initialize pgprot info earlier in bootMark Salter1-2/+1