summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott2014-09-121-1/+2
| * arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2014-09-082-1/+97
| * arm64: convert part of soft_restart() to assemblyArun Chandran2014-09-081-0/+15
| |
| \
*-. \ Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-3/+8
|\ \ \ | |_|/ |/| |
| | * ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang2014-10-021-1/+7
| |/ |/|
| * efi/arm64: Fix fdt-related memory reservationMark Salter2014-09-091-2/+1Star
|/
* arm64: ignore DT memreserve entries when booting in UEFI modeLeif Lindholm2014-08-191-1/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-08-044-26/+53
|\
| * arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITSCatalin Marinas2014-07-231-7/+15
| * arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-2/+2
| * arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-233-4/+17
| * arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas2014-07-231-8/+18
| * arm64: place initial page tables above the kernelMark Rutland2014-07-101-8/+4Star
* | arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas2014-07-231-4/+13
* | arm64: export __cpu_{clear,copy}_user_page functionsMark Salter2014-07-081-0/+2
|/
* arm64: mm: Make icache synchronisation logic huge page awareSteve Capper2014-07-041-1/+2
* arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas2014-06-181-2/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-067-118/+40Star
|\
| * Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-161-2/+3
| * arm64: mm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2014-05-092-4/+4
| * arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper2014-05-092-72/+1Star
| * arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper2014-05-091-1/+27
| * arm64: Clean up the default pgprot settingCatalin Marinas2014-05-092-35/+3Star
| * arm64: Introduce execute-only page access permissionsCatalin Marinas2014-05-091-3/+2Star
| * arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-091-4/+4
* | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-051-18/+47
|\ \
| * | arm64: Add function to create identity mappingsMark Salter2014-04-301-18/+47